/* RBCS custom styles for the Dealing with Extreme Security Threats page */

body.custom div.entry-content > h3 {
  font-size: 22px;
  margin-top: 28px;
}

body.custom div.entry-content ul {
  margin: 0;
  padding: 0 0 12px 20px;
}

body.custom div.entry-content ul li {
  margin-left: 12px;
  padding: 6px 0;
}

body.custom table.status-chart {
  border-collapse: collapse;
}

body.custom table.status-chart td {
  border: 1px solid #CCC;
  text-align: left;
}

body.custom table.status-chart td ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
  text-indent: -1.2em;
}

body.custom table.status-chart th {
  background: #EEE;
  border: 1px solid #CCC;
  font-size: 110%;
  font-weight: bold;
  padding: 0 0.5em;
  padding: 6px 6px 6px 12px;
  text-align: center;
  vertical-align: bottom;
  text-transform: uppercase;
}

body.custom table.status-chart tr {
  margin: 0 0 6px 0;
}

body.custom table.status-chart td ul li {
  line-height: 18px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin: 6px 0 0 1.5em;
}

body.custom table.status-chart td ul li:before {
  content: "\274F";
  color: black;
  font-family: Arial;
  font-size: 110%;
}

body.custom table.status-chart td.preparedness {
  font-size: 110%;
  font-weight: bold;
  vertical-align: middle;
}

body.custom div.entry-content > ol {
  margin-top: -6px;
}

body.custom div > div > ol > li {
  padding: 6px 0 6px;
}

body.custom div.risk-management-definitions {
  background-color: #DDDDDD;
  margin-bottom: 18px !important;
  padding-bottom: 1px;
}

body.custom div.risk-management-definitions h4 {
  background-color: #BBBBBB;
  font-size: 20px !important;
  font-weight: bold;
  margin-top: 0;
  padding: 2px 0 2px 6px;
  width: 99%;
}

body.custom div.risk-management-definitions p {
  font-size: 104%;
  padding-left: 6px;
  padding-right: 0;
}

body.custom div.risk-management-definitions span.definition-type {
  font-style: italic;
}

/* PRINT STYLES */

@media print {
  aside#block-15 {
    width: 400px !important;
  }

  div#wrapper-default {
    border: 0;
  }

  #wrapper-default > div.grid-container {
    border: 0;
  }

  div#wrapper-default > div > section.row.row-1 > section.column.column-2 {
    width: 400px;
  }

  div#top-banner {
    width: 400px !important;
  }

  span#advancing {
    font-size: 20px !important;
  }

  span#reduce {
    font-size: 16px !important;
  }

  div#wrapper-default > div > section.row.row-4 > section.column.column-2 {
    display: none;
  }

  div#wrapper-default > div > section.row.row-4 > section.column.column-1 {
    width: 96%;
  }

  footer#block-4 > div > div > div > a.footer-right.footer-go-to-top-link {
    display: none;
  }

  footer#block-4 {
    height: 22px !important;
  }

  footer#block-4 > div {
    height: 22px !important;
  }

  footer#block-4 > div > div {
    height: 22px !important;
  }

  footer#block-4 > div > div > div {
    height: 22px !important;
  }
}

/* END OF PRINT STYLES */

/* for the TotallyBooked Books pages */

body.custom h4#top-line {
  background-color: rgb(228, 174, 74);
  background-image: none;
  height: 2px;
  margin: 6px 0 0;
  width: 292px !important;
}

body.custom h4#how-to-fund {
  margin:6px 0;
}

body.custom h4#bottom-line {
  background-color: rgb(228, 174, 74);
  background-image: none;
  height: 2px;
  margin: 6px 0;
  width: 292px !important;
}

body.custom li#tb_book_widget-3 {
  background-color: #47AAED;
}

body.custom li#tb_book_widget-3 h3.widget-title {
  background-color: #007ACC;
  background-image: none;
  border: 0;
  color: white;
  padding: 0 6px;
  text-align: center;
}

body.custom li#tb_book_widget-3 div.book_cover {
  margin-bottom : 0;
}

body.custom li#tb_book_widget-3 h3.widget-title span {
  background-color: #007ACC;
  background-image: none;
  border: 0;
  color: white;
  font-size: 22px;
  text-align: center;
}

body.custom li#tb_book_widget-3 h4.book_title {
  background-color: transparent;
  background-image: none;
  color: white;
  font-size: 22px;
  line-height: 28px;
  margin: 4px 0 2px;
  padding: 6px 6px 10px;
  text-align: center;
}

body.custom li#tb_book_widget-3 h4.book_title:hover {
  background-color: #007ACC;
}

body.custom li#tb_book_widget-3 h4.book_title a {
  background-color: transparent;
  background-image: none;
  color: white;
  font-size: 22px;
  line-height: 28px;
}

body.custom li#tb_book_widget-3 div.tb-entry-actions {
  text-align: center;
}

body.custom li#tb_book_widget-3 div.tb-entry-actions a.tb_button {
  background-color: #007ACC !important;
  background-color: transparent;
}

body.custom li#tb_book_widget-3 div.tb-entry-actions div.tb_buynow_wrapper a.tb_button {
  background-color: #007ACC !important;
  background-color: transparent;
  margin: 10px 0 10px 36px;
}

/* Eliminate the Buy Now button */

body.custom div.tb_buynow_wrapper {
  display: none;
}

