a {
  color: #004276;
}

sup {
  left: -0.25em;
}

.container:not(.default-width) {
  max-width: 960px;
}

.breadcrumb {
  background-color: transparent;
  padding: 0;
  font: 400 11px/11px 'Open Sans', helvetica, arial, sans-serif;
}

.breadcrumb a {
  font-weight: bold;
}

.clickable {
  cursor: pointer;
}

.underlined {
  text-decoration: underline;
}

.tag-cloud a::after {
  content: " | ";
}

.tag-cloud a:last-child::after {
  content: "";
}

.between-paragraphs-ad {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 10px;
  min-width: 320px;
  min-height: 250px;
}

/* @media (min-width: 768px) { */
/*   .between-paragraphs-ad { */
/*     display: none; */
/*   } */
/* } */

.byline {
  font-size: 12px;
  font-weight: bold;
}

.publish-date {
  font-size: 12px;
}

.article-body,
.mce-content-body {
  font: 12pt Verdana;
}

.article-body h2,
.mce-content-body h2 {
  font-family: Verdana;
  color: black;
  margin-top: 30px;
}

.article-body table,
.mce-content-body table {
  width: 100%;
  max-width: 600px;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.article-body th,
.mce-content-body th {
  background-color: #2f5597;
  color: white;
  font-weight: bold;
  padding: 8px;
  text-align: left;
}

.article-body td,
.mce-content-body td {
  padding: 8px;
  border: 1px solid #ddd;
}

.social-share-buttons img {
  width: 30%;
  max-width: 142px;
}

.btn-picks {
  background-color: #4872B8;
  border-color: #4872B8;
  color: #fff;
}

.btn-picks:hover {
  color: #fff;
  background-color: #3761A7;
  border-color: #3761A7;
}

.btn-reports {
  background-color: #37aa69;
  border-color: #37aa69;
  color: #fff;
}

.btn-alt {
  background-color: #6c48b8;
  border-color: #6c48b8;
  color: #fff;
}

.tag-select-box {
  display: block;
  max-height: 250px;
  overflow-y: scroll;
}

.article-image {
  position: relative;
}

.article-image-caption {
  position: absolute;
  bottom: 0px;
  right: 2px;
  color: white;
  font-size: 8pt;
}

.article-image-caption a {
  color: inherit;
}

.blog-header img {
  max-width: 100%;
}

.blog-sidebar-content img {
  max-width: 100%;
}

.carryover-widget {
  color: #052B50;
  font-size: 0.65rem;
  position: relative;
}

.carryover-widget .bg-primary {
  background-color: #052B50 !important;
  color: white;
  font-size: 0.75rem;
}

.carryover-widget td {
  padding: 0.35rem;
}

.carryover-widget a {
  text-decoration: underline;
}

.carryover-widget a:hover {
  text-decoration: none;
}

.carryover-widget .carryover-last-updated {
  color: white;
  position: absolute;
  right: 15px;
  top: 8px;
}

.picks-efficacy .strike-rate {
  color: #004276;
  font: 12px/16px helvetica, arial, sans-serif;
}

.font-bold {
  font-weight: bold;
}

table.tableizer-table {
  font-size: 10px;
  border: 1px solid #CCC;
  font-family: Verdana, Geneva, sans-serif;
}

.tableizer-table td {
  padding: 4px;
  margin: 3px;
  border: 1px solid #CCC;
}

.tableizer-table th {
  background-color: #104E8B;
  color: #FFF;
  font-weight: bold;
}

.table-hrn thead tr.bg-gray,
.bg-gray {
  background: #777 url(../png/striped-bg-fb240bd2717eb8d215ebc27d6966ddbe24ad.png);
  color: #fff;
  font: 700 18px/18px 'Open Sans Condensed', sans-serif;
  padding: 5px 10px;
  text-shadow: 1px 1px 0 #000;
  text-transform: uppercase;
  width: auto;
  clear: both;
}

.table-hrn thead tr.horse-header th,
.table-hrn thead tr.bg-gray th {
  background: none;
}

.table-hrn thead tr.horse-header th,
.table-hrn.horse-table tbody tr td {
  color: black;
  padding: 3px;
}

.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}

.row.display-flex>[class*='col-'] {
  display: flex;
  flex-direction: column;
}

.table-double-striped td,
.table-double-striped tr {
  border: none;
}

.table-double-striped tr:nth-child(4n),
.table-double-striped tr:nth-child(4n - 2) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

.table-double-striped tr:nth-child(4n - 1),
.table-double-striped tr:nth-child(4n - 3) {
  border-top: 1px solid rgba(0, 0, 0, 0.25);
}

.table-double-striped tr:nth-child(4n) td,
.table-double-striped tr:nth-child(4n - 2) td {
  padding-top: 0;
}

.table-double-striped tr:nth-child(4n - 1) td,
.table-double-striped tr:nth-child(4n - 3) td {
  padding-bottom: 0;
}

.table-double-striped tr:nth-child(4n - 2),
.table-double-striped tr:nth-child(4n-3) {
  background-color: rgba(0, 0, 0, .05);
}

@media only screen and (min-width: 576px) {

  .table-double-striped tr:nth-child(4n),
  .table-double-striped tr:nth-child(4n - 2) {
    border-bottom: none;
  }

  .table-double-striped tr:nth-child(4n - 1),
  .table-double-striped tr:nth-child(4n - 3) {
    border-top: none;
  }

  .table-double-striped tr:nth-child(4n) td,
  .table-double-striped tr:nth-child(4n - 2) td {
    padding-top: 5px;
  }

  .table-double-striped tr:nth-child(4n - 1) td,
  .table-double-striped tr:nth-child(4n - 3) td {
    padding-bottom: 5px;
  }

  .table-double-striped tr:nth-child(4n - 2),
  .table-double-striped tr:nth-child(4n-3) {
    background-color: none;
  }
}

.video-container {
  height: 250px;
}

.video-container iframe,
.video-container object,
.video-container object embed,
.video-container>img {
  max-height: 250px;
  width: auto;
}

.video-container>img {
  display: block;
  margin: 0 auto;
}

.table-hrn .skinny-col {
  width: 40px;
}

.table-hrn .wide-col {
  min-width: 145px;
}

@media only screen and (min-width: 576px) {
  .table-hrn .skinny-col {
    width: auto;
  }

  .table-hrn .wide {
    width: auto;
  }
}

.table-hrn {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.table-hrn td,
.table-hrn th {
  padding: 0.15rem;
}

.table-hrn a {
  color: #004276;
}

.photo-gallery a {
  font-size: 14px;
  color: #004276;
}

.breadcrumb {
  background: none;
  font: 400 11px/11px 'Open Sans', helvetica, arial, sans-serif;
}

.breadcrumb a {
  font: 700 12px/12px 'Open Sans', helvetica, arial, sans-serif;
}

.sort-header.active {
  position: relative;
}

.sort-header.active::after {
  content: ">";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(200%, -50%) rotate(90deg);
}

.sort-header.active.up::after {
  transform: translate(200%, -50%) rotate(270deg);
}

.horse-list-table .horse-name {
  display: block;
  max-width: 8rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.horse-list-table input[type="search"]::-webkit-search-cancel-button,
.stakes-table input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.horse-list-table th,
.stakes-table th {
  position: relative;
}

.horse-list-table input+i.clear-search,
.stakes-table input+i.clear-search {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
  height: 12px;
  width: 12px;
  margin-left: .4em;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23777'><path d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/></svg>");
  cursor: pointer;
}

.race-results .horse-silks {
  max-width: 40px;
}

.race-results .table-hrn {
  font-size: 11.5px;
}

.table-hrn {
  font-size: 11px;
  font-family: Helvetica;
  border-spacing: 0;
}

.table-hrn a {
  color: #004276;
  text-decoration: none;
}

.table-hrn a:hover {
  text-decoration: underline;
}

.table-hrn thead th {
  background: #0099CC;
  color: #fff;
}

.table-hrn th,
.table-hrn td {
  padding: 5px;
}

.table-entries th:first-child,
.table-entries td:first-child,
.table-entries th:last-child,
.table-entries td:last-child {
  text-align: center;
}

.table-hrn .mobile-row td {
  line-height: 1.75;
}

.table-entries td:last-child:not(:nth-child(2)) {
  font-weight: bold;
  font-size: 10px;
}

.table-entries h4,
.table-entries p {
  margin: 0;
  line-height: 1.5em;
}

.table-entries h4 {
  font-size: 13px;
  font-weight: bold;
}

.table-highlighted-races {
  font-size: 12px;
}

.race-results .table .restricted-col {
  width: 100px;
}

.race-results .table .restricted-col.horse-col {
  width: 135px;
}

.race-results .table .horse-name {
  font-size: 0.82rem;
}

#race-html {
  border: 1px solid #ccc;
  border-radius: 0.33rem;
  height: 450px;
  overflow: scroll;
  padding: 0.664rem;
  width: 100%;
}

#modal-copy-html {
  border: 1px solid #ccc;
  border-radius: 0.33rem;
  height: 450px;
  overflow: scroll;
  padding: 0.664rem;
  width: 100%;
}

.fixed-col {
  width: 300px !important;
}

#colts_neck_context {
  height: 100%;
}

.news-header-border-bottom {
  border-bottom: 5px solid rgb(13, 80, 161);
}

.news-categories a {
  background: transparent;
  border: 1px solid #0d50a1;
  border-radius: 900px;
  color: #0d50a1;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 10px;
  margin: 5px 0;
}

.news-categories a:first-of-type {
  margin-left: 0 !important;
}

.news-categories a:last-of-type {
  margin-right: 0 !important;
}

.news-categories a:hover {
  background: #0d50a1;
  color: #eee;
  text-decoration: none;
}

.crumbs a,
.crumbs span {
  border: none !important;
  font: 700 12px/12px 'Open Sans', helvetica, arial, sans-serif;
}

.crumbs a:first-of-type {
  color: #0d50a1;
  font-weight: bold;
}

.news-story .comment-count {
  white-space: nowrap;
}

.table.table-hrn td.rank-col,
.table.table-hrn td.rating-col {
  position: relative;
  vertical-align: middle;
}

.rating-diff-icon {
  position: absolute;
  top: 10;
  right: 0;
}

a.comments-link {
  color: #444;
  font-weight: normal;
  text-decoration: underline;
}

#horseracingnation_top_rightrail {
  margin-top: 20px;
}

.horse-silk-thumbnail {
  max-width: 69px;
}

/**
 * Reports
 */
.dt:before {
  content: "";
  display: block;
}

dt,
dd {
  display: inline;
}

.row.legend h3 {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 0.5rem;
}

.sire-table tbody::after {
  height: 2rem;
  display: table-row;
  content: "";
}

.sire-table tr:nth-child(4n),
.sire-table tr:nth-child(4n-1) {
  background-color: #ddd;
}

.sire-table td {
  border: none;
}

.sire-table tr:nth-child(4n),
.sire-table tr:nth-child(4n-2) {
  border-bottom: 1px solid #111;
}

.sire-table tr:nth-child(4n-1),
.sire-table tr:nth-child(4n - 3) {
  border-top: 1px solid #111;
}

.sire-table tr:nth-child(4n - 2),
.sire-table tr:nth-child(4n-3) {
  background-color: white;
}

.sire-table .top-table-head,
.sire-table .top-table-head th {
  background: white;
  color: black;
  font-size: 0.775rem;
}

.sire-table td:nth-of-type(5),
.sire-table td:last-of-type {
  width: 65px;
}

.sire-table td:first-of-type {
  width: 70px;
}

.first-time-efficacy-table .table-sm {
  font-size: 1.15rem;
}

.first-time-efficacy-table .table-sm td,
.first-time-efficacy-table .table-sm th {
  padding: 0 0.3rem;
}

.winner {
  background-color: #a8ffa8;
}

.big-winner {
  background-color: #00c000;
}

.big-loser {
  background-color: red;
}

.loser {
  background-color: #ffb8b8;
}

.lane-number:before {
  background-color: #7a7a7a;
  border-color: #fff;
  border-style: solid;
  border-width: 1px;
  color: #fff;
  content: attr(data-program-number);
  left: 0;
  outline-color: #7a7a7a;
  outline-style: solid;
  outline-width: 1px;
  padding: 0 4px;
  text-align: center;
  width: 32px;
  font-size: 14px;
  line-height: 1.25em;
  display: inline-block;
  vertical-align: middle;
  margin: 1px 8px 0 1px;
}

.lane-number-1:before {
  background-color: #c93702;
  border-color: #fff;
  color: #fff;
  outline-color: #c93702;
}

.lane-number-2:before {
  background-color: #fff;
  border-color: #000;
  color: #000;
  outline-color: #fff;
}

.lane-number-3:before {
  background-color: #2335a1;
  border-color: #fff;
  color: #fff;
  outline-color: #2335a1;
}

.lane-number-4:before {
  background-color: #f9d336;
  border-color: #000;
  color: #000;
  outline-color: #f9d336;
}

.lane-number-5:before {
  background-color: #1ba74f;
  border-color: #fff;
  color: #fff;
  outline-color: #1ba74f;
}

.lane-number-6:before {
  background-color: #000;
  border-color: #fff;
  color: #fff;
}

.lane-number-7:before {
  background-color: #f5551f;
  border-color: #fff;
  color: #fff;
  outline-color: #f5551f;
}

.lane-number-8:before {
  background-color: #ff89e8;
  border-color: #000;
  color: #000;
  outline-color: #ff89e8;
}

.lane-number-9:before {
  background-color: #c6efe8;
  border-color: #000;
  color: #000;
  outline-color: #c6efe8;
}

.lane-number-10:before {
  background-color: #983cd8;
  border-color: #fff;
  color: #fff;
  outline-color: #983cd8;
}

.lane-number-11:before {
  background-color: #7a7a7a;
  border-color: #fff;
  color: #fff;
  outline-color: #7a7a7a;
}

.lane-number-12:before {
  background-color: #75ae21;
  border-color: #fff;
  color: #fff;
  outline-color: #75ae21;
}

.lane-number-13:before {
  background-color: #d47739;
  border-color: #fff;
  color: #fff;
  outline-color: #d47739;
}

.lane-number-14:before {
  background-color: #a54045;
  border-color: #fff;
  color: #fff;
  outline-color: #a54045;
}

.lane-number-15:before {
  background-color: #ecd470;
  border-color: #000;
  color: #000;
  outline-color: #ecd470;
}

.lane-number-16:before {
  background-color: #4ab7e1;
  border-color: #fff;
  color: #fff;
  outline-color: #4ab7e1;
}

.lane-number-17:before {
  background-color: #16226c;
  border-color: #fff;
  color: #fff;
  outline-color: #16226c;
}

.lane-number-18:before {
  background-color: #1e8348;
  border-color: #fff;
  color: #fff;
  outline-color: #1e8348;
}

.lane-number-19:before {
  background-color: #b0b0b0;
  border-color: #000;
  color: #000;
  outline-color: #b0b0b0;
}

.lane-number-20:before {
  background-color: #f034e8;
  border-color: #fff;
  color: #fff;
  outline-color: #f034e8;
}

.hot_pace {
  background-color: orange;
}

.slow_pace {
  background-color: lightblue;
}

dt:before {
  content: "";
  display: block;
}

dt,
dd {
  display: inline;
}

.row.legend h3 {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 0.5rem;
}

.horse-column {
  width: 300px;
}

.winner {
  background-color: #b6d6a7;
}

.big-winner {
  background-color: #11ff00;
}

.big-loser {
  background-color: red;
}

.loser {
  background-color: #f3cbcb;
}

dt:before {
  content: "";
  display: block;
}

dt,
dd {
  display: inline;
}

.row.legend h3 {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 0.5rem;
}

.sire-move-table tbody::after {
  height: 2rem;
  display: table-row;
  content: "";
}

.sire-move-table td {
  border: none !important;
}

.sire-move-table .table-hrn tr.white {
  background-color: white !important;
}

.sire-move-table .table-hrn tr.grey {
  background-color: lightgrey !important;
}

.display-row-1 {
  border-top: 2px solid #111;
}

.sire-move-table .top-table-head,
.sire-move-table .top-table-head th {
  background: white;
  color: black;
  font-size: 0.775rem;
}

.news-article-assistant-toggle {
  background: #17141d;
  cursor: pointer;
  display: block;
  height: 50px;
  padding: 1rem 1rem;
  position: fixed;
  right: -40px;
  top: 50%;
  transform: translate(0, -50%);
  transform: rotate(90deg);
  transition: right 0.3s ease-in-out;
  width: 125px;
}

.news-article-assistant-toggle p {
  color: white;
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;
}

.news-article-assistant {
  align-items: center;
  background-color: #17141d;
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: center;
  margin-left: 200px;
  overflow-y: auto;
  padding: 160px 0 25px 0;
  position: fixed;
  right: 0;
  top: 51px;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
  width: 360px;
}

.news-article-assistant.active {
  transform: translateX(0);
}

.news-article-assistant.active+.news-article-assistant-toggle {
  right: 320px;
}

.news-article-assistant .spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}

.news-article-assistant .hidden {
  display: none;
}

@keyframes sp-anime {
  100% {
    transform: rotate(360deg);
  }
}
