body {
  background: #fcfcfa;
}

th, td {
  min-width: 105px;
}

.real-time-display {
  padding:0px 50px 0px 50px !important;
  background-color: #253340 !important;
}

/* Don't show the sponsors for this page */
.sections-wrapper{
  display:none;
}

/* Large Tablets and Laptop Screen Sizing */
@media (max-width: 1200px ) and (min-width: 831px) {
    #map-info{
    position:static !important;
    top:0px !important; 
    width:50% !important;
    display:inline-block;
  }
  #imf-info{
    position:static !important;
    top:0px !important; 
    width:50% !important; 
    right:0px !important;
    display:inline-block;
  }
  .col-bar{
    max-height:150px;
  }
}

/* Mobile Phone and Small Tablet Screen Sizing */
@media (max-width: 830px) {
  .real-time-display {
  padding:0px 10px 0px 10px !important;
  }
  .globe-wrapper {
    margin: 0 !important;
  }
  #map-info{
    position:static !important;
    top:0px !important; 
    width:100% !important;
  }
  #imf-info{
    position:static !important;
    top:0px !important; 
    width:100% !important; 
    right:0px !important;
  }
  .col-bar{
    max-height:100px;
  }
}

.radar-data {
  background-color: #253340 !important;
}


.radar-card {
  background-color: #fff;
  margin: 30px !important;
}

.stroke {
  fill: none;
  stroke: #000;
  stroke-width: 3px;
}

.fill {
  fill: #fff;
}

.graticule {
  fill: none;
  stroke: #222;
  stroke-width: .5px;
  stroke-opacity: .5;
}

.saskatoonFOV, .princegeorgeFOV, .rankinFOV, .clydeFOV, .inuvikFOV, .blackstoneFOV, .forthayseastFOV, .forthayswestFOV, .kapuskasingFOV, .goosebayFOV, .christmasvalleyeastFOV, .christmasvalleywestFOV, .mcmurdoFOV,
.kodiakFOV,
.hokkaidoeastFOV, .hokkaidowestFOV {
  fill: none;
  stroke: black;
  stroke-width: .5px;
  stroke-opacity: .5;
}

.saskatoonLINES, .princegeorgeLINES, .rankinLINES, .clydeLINES, .inuvikLINES, 
.blackstoneLINES, .forthayseastLINES, .forthayswestLINES, .kapuskasingLINES, 
.goosebayLINES, .christmasvalleyeastLINES, .christmasvalleywestLINES, .mcmurdoLINES,
.kodiakLINES, .hokkaidoeastLINES, .hokkaidowestLINES {
  fill: none;
  stroke: #555;
  stroke-width: 1px;
  stroke-opacity: 1;
}

.saskatoon, .princegeorge, .rankin, .clyde, .inuvik, .blackstone, .forthayseast, .forthayswest, .kapuskasing, .goosebay, .christmasvalleyeast, .christmasvalleywest, .mcmurdo, .kodiak, .hokkaidoeast, .hokkaidowest {
  fill: none;
  fill-opacity: 1;
}

.land {
  fill: #777;
  fill-opacity: 0.5;
}

.boundary {
  fill: none;
  stroke: #000;
  stroke-width: .5px;
}

.radar-abbrv {
  margin:10px 5px !important;
}
.anchor-on.saskatoon {
  background-color: green !important;
  color: white !important;
}

.anchor-on.rankin {
  background-color: blue !important;
  color: white !important;
}

.anchor-on.princegeorge {
  background-color: red !important;
  color: white !important;
}

.anchor-on.clyde {
  background-color: purple !important;
  color: white !important;
}

.anchor-on.inuvik {
  background-color: orange !important;
  color: white !important;
}

.anchor-on.blackstone {
  background-color: cyan !important;
  color: black !important;
}

.anchor-on.forthayseast {
  background-color: brown !important;
  color: white !important;
}

.anchor-on.forthayswest {
  background-color: midnightblue !important;
  color: white !important;
}

.anchor-on.kapuskasing {
  background-color: coral !important;
  color: white !important;
}

.anchor-on.goosebay {
  background-color: chartreuse !important;
  color: black !important;
}

.anchor-on.christmasvalleyeast {
  background-color: palegreen !important;
  color: black !important;
}

.anchor-on.christmasvalleywest {
  background-color: firebrick !important;
  color: white !important;
}

.anchor-on.mcmurdo {
  background-color: aquamarine !important;
  color: black !important;
}

.anchor-on.kodiak {
  background-color: darkslategrey !important;
  color: white !important;
}

.anchor-on.hokkaidoeast {
  background-color: peachpuff !important;
  color: black !important;
}

.anchor-on.hokkaidowest {
  background-color: pink !important;
  color: black !important;
}

.table-style {
  width: 100%;
}

.options-style {
  float: right;
  height: 175px;
  width: 50%;
}

.description-style {
  padding: 15px 10px;
  text-align: center;
  font-size: 12px;
  background-color: #dedede;
  border-color: #777;
  border-radius: 6px;
  margin: 10px;
  color: #000;
}

.col.radio-picker {
  padding: 5px;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  margin: 0px 1rem;
}
  
.radio-form-style {
  bottom: 0px;
}

.colorgrad-div-style {
  height: 75px;
  padding: 25px 0;
  text-align: center;
  margin: 0 10px;
}

.colorgrad-style {
  height: 50px;
  margin: 0 auto;
}

.globe-style {
  float: left;
  width: 100%;
  padding: 0;
}

.globe-wrapper {
  margin:0 100px 0 100px;
}

.radar-data {
  background: #FFF;
  margin: auto;
}

.card-info {
  margin:0 !important;
  padding:0 !important;
  border-top-style: none !important;
}
