﻿/*
@font-size-large:         ceil((@font-size-base * 1.10)); // ~17px
@font-size-largest:       ceil((@font-size-base * 1.50)); // ~23px
@font-size-small:         ceil((@font-size-base * 0.85)); // ~13px
@font-size-smallest:      ceil((@font-size-base * 0.65)); // ~10px
*/
.internal-locations #map-canvas {
  height: 500px;
}
@media (max-width: 767px) {
  .internal-locations #map-canvas {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.internal-locations .gm-style-iw .title {
  margin: 0 0 5px 0;
}
.internal-locations .gm-style-iw .address {
  margin: 5px 0;
}
.internal-locations .gm-style-iw .directions {
  margin: 5px 0;
}
.internal-locations .gm-style-iw .dates {
  margin: 5px 0;
}
/*# sourceMappingURL=InternalLocations.ascx.css.map */