<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Override Bootstrap's */

.table th,
.table td {
  padding: 8px!important;
}

/* ---------------------------------------------------------------- */
/* ------------------------- BEGIN: Ship -------------------------- */

.ship_label {
  text-align: left;
  padding-right: 0px;
}

.ship_header {
    background-color:#787878;
    color:white;
}

.ship_data {
    text-align: right;
    padding-right: 0px;
}

/* -------------------------- END: Ship --------------------------- */
/* ---------------------------------------------------------------- */

/* --------------------------------------------------------------------------- */
/* ------------------------- BEGIN: Ships &amp; Ratings -------------------------- */

.sr-col-1, .sr-col-2, .sr-col-3, .sr-col-4, .sr-col-5, .sr-col-6 {
  padding-left: 20px!important;
}

/* -------------------------- END: Ships &amp; Ratings --------------------------- */
/* --------------------------------------------------------------------------- */

/* ------------------------------------------------------------------ */
/* ----------------- BEGIN: SHIP TAB - DECK PLAN ----------------- */
/* ------------------------------------------------------------------ */

#tblDeck {
  width: 510px;
  border-spacing: 0;
  border-collapse: collapse;
}

#tblDeck .fastdeal-deck-category-niche {
  text-align: center;
}

#tblDeck tbody tr td {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
}

#tblDeck tr th{
  padding: 5px;
}

#tblDeck tbody tr td div{
  padding-top: 5px;
}

#tblDeckTD_Cat {
  width: 70px;
}

#tblDeckTD_Desc {
  width: 440px;
}

#tblLegends {
  width: 510px;
}

[id^='extra_'] img {
  padding-top:15px;
  padding-bottom:15px;
}

.hr_solid {
  margin-top: 4px;
  margin-bottom: 4px;
  background-size: 1px;
  border-top: 1px solid #000;
  border-color: #000;
}</pre></body></html>