#original_adc_content table img {
  display: block;
}

#smallHdrBar,
.smallHdrBar {
  width: 100%;
  padding: 5px 8px;
  border-radius: 6px;
  margin-bottom: 3px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  background-color: #074d95;
}

.smallHdrBar td:last-child,
.portDetails {
  vertical-align: top !important;
}

#map_canvas,
.map_canvas {
  width: 325px;
  height: 300px;
}

@media (width <= 800px) {
  .step2addThis {
    margin-bottom: 10px;
  }
}

@media (width <= 560px) {
  .portDetails {
    display: block;
  }

  #map_canvas,
  .map_canvas {
    width: 100%;
  }
}

.portTxt {
  padding-left: 10%;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 13px;
}

#cruisePortDirectionsSub {
  font-weight: bold;
  font-size: 13px;
  color: #ff3048;
  text-decoration: underline;
  margin-left: 10px;
  margin-top: 10px;
}

form.cruisePortDirectionsSelect {
  margin-top: 5px;
}

a#portDirectionBtn {
  text-decoration: none !important;
}

a#portDirectionBtn:link,
a#portDirectionBtn:active,
a#portDirectionBtn:visited,
a.portDirectionBtn:link,
a.portDirectionBtn:active,
a.portDirectionBtn:visited {
  background-color: #ff3048;
  color: #fff !important;
  padding: 4px 6px 3px;
  margin-top: 5px;
  border-radius: 5px;
  font-size: 13px;
  float: left;
}

a#portDirectionBtn:hover,
a.portDirectionBtn:hover {
  background-color: #c0142b;
  text-decoration: none !important;
}

.step2addThis {
  float: right;
  background-color: #e3f1fb;
  border-radius: 5px;
  border: 1px solid #aecfed;
  margin-top: 2px;
  padding: 8px 3px 3px 5px;
}

.step2addthisLeft {
  float: left;
  color: #2977af;
  font-weight: bold;
  margin: 0 1px 3px 3px;
}

.step2addthisRight {
  float: right;
  margin: 0 5px;
}

.step2addthisRight a {
  color: #ff3048;
}

.step2addthisRight a:hover {
  color: #c0142b;
}

div.clear {
  clear: both;
}

div#map_canvas {
  float: left;
}

body {
  font-family: arial, sans-serif;
}
