body {
  font-family: sans-serif;
}

#Map, #MapFrame, .mapFrame {
  width: 100%;
  height: 600px;
  max-width: 100%;
}

#MapLinkFrame, .mapLinkFrame {
  text-align: right;
  font-style: italic;
}

.gm-style-iw .mapInfoWindow {
  margin: 0;
  max-height: 300px;
}

.gm-style-iw .mapInfoWindow h4 {
  margin: 8px 0;
}

.gm-style-iw .mapInfoWindow h4:first-child {
  margin: 0 0 8px 0;
}

.gm-style-iw .mapInfoWindow img.ratingMap {
    height: 12px;
    margin: 0 3px 0 0;
}

.gm-style-iw .mapInfoWindow img {
    margin-bottom: 0;
}

.gm-style-iw .mapInfoWindow div.fadeSpacerTop {
  height: 0px;
}

.gm-style-iw .mapInfoWindow div.fadeSpacerBottom {
  height: 10px;
}

.gm-style-iw .mapInfoWindow div.fadeHeader {
  height: 16px;
  width: 100%;
  box-sizing: border-box;
  position: absolute;
  top: 0px;

  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.gm-style-iw .mapInfoWindow div.fadeFooter {
  height: 18px;
  width: 100%;
  box-sizing: border-box;
  position: absolute;
  bottom: 0px;

  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.mapOptionFrame {
  display: table;
  margin: 2px 0;
}

.mapOptionLabel {
    font-size: 0.9em;
    text-transform: lowercase;
    font-variant: small-caps;
    font-style: italic;
    margin: 0 10px;
    color: grey;
    display: table-cell;
    width: 225px;
    line-height: 1;
    vertical-align: top;
}

.mapOptionLabelLeft {
  text-align: right;
}

.mapOptionSlideButton {
  position: relative;
  width: 32px;
  margin: 0 10px;
  vertical-align: middle;
}

.mapOptionSelected {
  font-weight: bold;
  font-style: normal;
  color: black;
}

.mapOptionsFooter {
  clear: both;
  text-align: right;
  position: relative;
  top: -15px;
  pointer-events: none;
}

.mapOptionsShowAllLink {
  clear: both;
  text-transform: lowercase;
  font-style: italic;
  color: red;
  font-size: 0.7em;
  pointer-events: auto;
}

div.mapInfoWindow .statusClosed {
    text-decoration: line-through;
}

.statusNotYetOpen {
  font-style: italic;
}

.recommended {
/*  text-shadow: 0 0 0.3em #dd0, 0 0 0.3em #dd0;*/
  font-weight: bold;
}

.highlyRecommended {
/*  text-shadow: 0 0 0.3em #d00, 0 0 0.3em #d00;*/
  font-weight: bold;
}

.gameSticker {
  height: 10px;
  margin: 0 5px;
}

/* Location details */
div.activeFiltersDescription {
  font-style: italic;
  color: red;
  margin-bottom: 20px
}
