
.AccordionPanelContent td {
  padding: 5px;
}

.cards .card img {
  width: 100%;
  display: block !important;
}

.AccordionPanelContent td:first-child > img {
  display: block;
}

.AccordionPanelContent td:first-child {
  padding: 0;
}

.shipRatingNames {
  padding: 5px !important;
}

.shipRatingBody {
  text-align: center;
}

.cards {
  box-sizing: border-box;
  background-color: #eff0f2;
  padding: 5px;
}

.cards::after {
  content: '';
  display: block;
  clear: both;
}

.cards .card {
  padding: 6px;
  width: 33.3%;
  box-sizing: border-box;
  float: left;
  display: block;
}

.cards .card > .wrapper {
  background-color: white;
  border-radius: 5px;
  box-sizing: border-box;
  transition: 0.1s;
  box-shadow: 0 0 10px 0 #ccc;
  overflow: hidden;
  position: relative;
}

.cards .card .logo_container {
  padding: 0 10px;
  box-sizing: border-box;
  margin: 5px 0;
}

.cards .card .stats {
  padding: 22px 8px 8px 8px;
  min-height: 125px;
}

.cards .card h3 {
  font-size: 14px;
  margin-bottom: 3px;
}

.cards .card .stats ::after {
  content: '';
  display: block;
  clear: both;
}

.cards .card .stats .stat {
  border-bottom: 1px solid #ddd;
  padding: 2px 0;
}

.cards .card .stats .stat:last-child {
  border-bottom: none;
}

.cards .card .stats .stat .label {
  float: left;
  font-weight: bold;
}

.cards .card .stats .stat .text {
  float: right;
}

.cards .card:hover > .wrapper {
  box-shadow: 0 0 10px 0 #696969;
}

@media (max-width: 720px) {
  .cards .card {
    width: 50%;
  }
}

@media (max-width: 500px) {
  .cards .card {
    float: none;
    width: 100%;
  }
}

.back_to_cruiselines {
  display: inline-block;
  border-radius: 5px;
  font-weight: bold;
  padding: 5px;
  text-decoration: none !important;
  color: white !important;
  background-color: #61a7ff;
}

.back_to_cruiselines:hover {
  background-color: #4a90d4;
}

.cards .card .buttons {
  text-align: center;
}

.cards .card .buttons a {
  display: inline-block;
  border-radius: 5px;
  font-weight: bold;
  padding: 4px 10px;
  margin-top: 8px;
  text-decoration: none !important;
  color: white !important;
}

.cards .card .learn_more {
  background-color: #ff3048;
}

.cards .card .learn_more:hover {
  color: white !important;
  background-color: #c52537;
}

.cards .card .contact_us {
  background-color: #a9a9a9;
}

.ratings {
  color: #ff3048;
}

.ships_cruiseline_title {
  margin-top: 5px;
  font-size: 24px;
}

.ship_year_message {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  padding: 2px 8px;
  text-transform: uppercase;
  background-color: #ff3048;
  border-bottom: 1px solid white;
  border-left: 1px solid white;
  border-bottom-left-radius: 10px;
  color: white;
}
