﻿.runner_1 .bracket {
  position: absolute;
  font-size: 15px;
  color: red;
  left: -2%;
  top: 4px; }

.runner_1 .runner_name {
  font-size: 15px;
  letter-spacing: 0.5px; }

.runner_1 .runner_figs {
  font-size: 9px;
  text-align: center; }

.runner_1 .runner_tab {
  font-size: 24px;
  width: 38px;
  text-align: center;
  vertical-align: top;
  padding-right: 5px; }

.runner_1 .figs {
  font-size: 12px;
  margin: 2px 0 !important; }

.runner_1 .odds {
  font-size: 13px;
  white-space: nowrap;
  border: 1px solid black;
  padding: 0 2px;
  margin: 0 !important;
  margin-bottom: 2px !important; }

.runner_1 .star_note {
  width: 8px;
  margin-left: 0;
  margin-bottom: 3px;
  display: inline-block !important; }

.scratched {
  position: absolute;
  width: 50%;
  margin-left: 21%;
  margin-top: 2%; }

.column {
  border-radius: 5px;
  box-shadow: 0px 2px 5px grey; }
  .column .row {
    padding: 0 5px !important; }
    .column .row:first-child {
      padding-top: 5px !important; }

.popover {
  border-radius: 0 !important;
  border: 2px solid #004a89;
  padding: 0 !important;
  width: 525px !important;
  z-index: 2060 !important;
  max-width: unset !important; }
  .popover #tbl_last_runs {
    max-height: 100px;
    overflow-y: auto;
    border-top: 1px solid lightgrey; }
    .popover #tbl_last_runs table td {
      padding: 0 2px !important; }
  .popover.top .arrow {
    display: none !important; }
  .popover .popover-title {
    background-color: #004a89 !important;
    border-radius: 0; }
    .popover .popover-title b, .popover .popover-title .close-popover {
      color: white !important; }
  .popover.bottom .arrow:after {
    border-bottom-color: #004a89 !important; }
  .popover .tblPopup td {
    padding: 0; }
  .popover .tblstats {
    border-top: 1px solid lightgrey;
    padding-top: 5px;
    margin-top: 5px !important; }
