﻿/* Move popup down by a specific amount */
.esri-popup {
  transform: translateY(50px) !important;
}

.esri-popup__main-container {
  max-width: 300px !important; 
  width: 300px !important;
}
