
.market-listing-table {
  width: 100%;
  margin-bottom: 20px;
  color: #0f2327;
}
.market-listing-table > thead.hide {
  font-size: 0;
}
.market-listing-table > thead > tr > th {
  padding-top: 0;
}
.market-listing-table > thead > tr > th.divider {
  width: 5px;
}
.market-listing-table > thead > tr > th.back {
  width: 63px;
}
.market-listing-table > thead > tr > th.lay {
  width: 63px;
}
.market-listing-table > thead > tr > th.market-name {
  padding-left: 0 !important;
}
.market-listing-table > thead > tr > th.title {
  text-align: left;
}
.market-listing-table > tbody > tr {
  -webkit-transition: background-color ease 0.5s;
  -moz-transition: background-color ease 0.5s;
  -o-transition: background-color ease 0.5s;
  transition: background-color ease 0.5s;\
}
.market-listing-table > tbody > tr:hover {
  background-color: #EEE;
}
.market-listing-table > tbody > tr > td .odds {
  font-weight: normal;
}
.market-listing-table > tbody > tr > td .size {
  display: none;
}
.market-listing-table > tbody > tr > td .size span {
  float: none !important;
  font-size: 9px;
}
.market-listing-table > tbody > tr > td.show-size {
  height: 42px;
}
.market-listing-table > tbody > tr > td.show-size .size {
  display: block;
}
.market-listing-table > tbody > tr > td.show-size .odds {
  font-weight: bold;
}
.market-listing-table > tbody > tr > td.empty {
  text-align: center;
}
.market-listing-table > tbody > tr > td.empty::before {
  content: "\2013";
}
.market-listing-table > tbody > tr > td.back {
  text-align: center;
  width: 63px;
  background-color: #a7d8fd;
}
.market-listing-table > tbody > tr > td.back.betting-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.market-listing-table > tbody > tr > td.back.betting-disabled:hover {
  background-color: #a7d8fd !important;
}
.market-listing-table > tbody > tr > td.back.betting-disabled.unhighlighted:hover {
  background-color: #e3f3fe !important;
}
.market-listing-table > tbody > tr > td.back.betting-disabled.unhighlighted:active {
  background-color: #e3f3fe !important;
  box-shadow: none;
}
.market-listing-table > tbody > tr > td.back:hover {
  background-color: #f2f9ff;
}
.market-listing-table > tbody > tr > td.back:active {
  background-color: #75c2fc;
  box-shadow: inset 0.5px 0.5px 0.5px 0.5px #fff;
}
.market-listing-table > tbody > tr > td.back.unhighlighted {
  background-color: #e3f3fe;
}
.market-listing-table > tbody > tr > td.back.unhighlighted:hover {
  background-color: #f2f9ff;
}
.market-listing-table > tbody > tr > td.back.unhighlighted:active {
  background-color: #75c2fc;
  box-shadow: inset 0.5px 0.5px 0.5px 0.5px #fff;
}
.market-listing-table > tbody > tr > td.back.unhighlighted.changed {
  animation: changedHighlight 0.3s;
}
.market-listing-table > tbody > tr > td.back.changed {
  animation: changedHighlightBack 0.3s;
}
.market-listing-table > tbody > tr > td.back.empty-price {
  cursor: default;
}
.market-listing-table > tbody > tr > td.back.inactive {
  cursor: default;
}
.market-listing-table > tbody > tr > td.back.inactive:hover {
  background-color: #e3f3fe !important;
}
.market-listing-table > tbody > tr > td.lay {
  text-align: center;
  width: 63px;
  background-color: #f9c9d4;
}
.market-listing-table > tbody > tr > td.lay.betting-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.market-listing-table > tbody > tr > td.lay.betting-disabled:hover {
  background-color: #f9c9d4 !important;
}
.market-listing-table > tbody > tr > td.lay.betting-disabled.unhighlighted:hover {
  background-color: #fdeef2 !important;
}
.market-listing-table > tbody > tr > td.lay.betting-disabled.unhighlighted:active {
  background-color: #fdeef2 !important;
  box-shadow: none;
}
.market-listing-table > tbody > tr > td.lay:hover {
  background-color: #fef7f9;
}
.market-listing-table > tbody > tr > td.lay:active {
  background-color: #f49baf;
  box-shadow: inset 0.5px 0.5px 0.5px 0.5px #fff;
}
.market-listing-table > tbody > tr > td.lay.unhighlighted {
  background-color: #fdeef2;
}
.market-listing-table > tbody > tr > td.lay.unhighlighted:hover {
  background-color: #fef7f9;
}
.market-listing-table > tbody > tr > td.lay.unhighlighted:active {
  background-color: #f49baf;
  box-shadow: inset 0.5px 0.5px 0.5px 0.5px #fff;
}
.market-listing-table > tbody > tr > td.lay.unhighlighted.changed {
  animation: changedHighlight 0.3s;
}
.market-listing-table > tbody > tr > td.lay.changed {
  animation: changedHighlightLay 0.3s;
}
.market-listing-table > tbody > tr > td.lay.empty-price {
  cursor: default;
}
.market-listing-table > tbody > tr > td.lay.inactive {
  cursor: default;
}
.market-listing-table > tbody > tr > td.lay.inactive:hover {
  background-color: #fdeef2 !important;
}
.market-listing-table > tbody > tr > td > small {
  float: right;
  line-height: 22px;
}
.market-listing-table > tbody > tr > td > .event-name {
  font-weight: bold;
  line-height: 22px;
  color: #0f2327;
}
.market-listing-table > tbody > tr > td > .event-name:link {
  color: #005ba2;
}
.market-listing-table > tbody > tr > td > .event-name:visited {
  color: #005ba2;
}
.market-listing-table .winner {
  font-weight: bold;
  color: #0f2327;
}
.market-listing-table .-status {
  position: relative;
  font-weight: bold;
  padding: 5px 8px;
  text-align: center;
  width: 378px;
}
.market-listing-table .-status.closed {
  color: #d4210d;
  background: rgba(212, 33, 13, 0.1);
}
.market-listing-table .-status.suspended {
  color: #1e3f5a;
  background: rgba(30, 63, 90, 0.1);
  height: 42px;
}
.market-listing-table.hide-border tbody tr td.unhighlighted {
  background-color: #f9f7f9;
}
.market-listing-table.hide-border tbody tr td:nth-child(2):not(.suspended),
.market-listing-table.hide-border tbody tr td:nth-child(6) {
  border-right: 0;
}
.market-listing-table.hide-border tbody tr td:nth-child(3),
.market-listing-table.hide-border tbody tr td:nth-child(7) {
  border-left: 0;
}
.selection-pnl > span.-negative {
  color: #d9534f;
}
.selection-pnl.racing-pnl {
  display: block;
  clear: both;
  margin-left: 3px;
}
.events .starts-in-label {
  float: right;
  font-size: 12px;
  font-weight: bold;
}
.markets {
  /**
     * Additional wrapper div to differentiate the favourites view from the markets view
     * We include match stats on membersite in the markets-view.html
     * So markets and favourites can no longer share the same content as previously; they do still share similar styles however
     * The styles below override the previous styles in sport-wrapper and market less files
     **/
}
.markets .header {
  margin-bottom: 5px;
}
.markets .header .apl-icon-custom-play {
  color: #1d7f1e;
  position: relative;
  top: -5px;
}
.markets .header time {
  float: right;
  font-size: 12px;
  margin-top: 6px;
}
.markets .header .start-time time {
  display: block;
  text-align: right;
  line-height: 48px;
}
.markets .clear {
  clear: both;
}
.markets .start-time.opens-in-count-down-container {
  margin-top: 5px !important;
}
.markets .in-play-content {
  margin-left: 5px;
}
.markets .opens-in-count-down {
  display: inline-block;
  color: #0f2327;
  font-weight: bold;
  margin-bottom: 15px;
}
.markets .opens-in-count-down i {
  margin-right: 5px;
}
.markets .favourites h1 {
  position: relative;
}
.markets .favourites .header h3 {
  float: left;
}
.markets .favourites .header .apl-icon-custom-play {
  top: 0;
  margin-right: 5px;
}
.markets .favourites .start-time time {
  color: #a0a0a0;
  float: right;
  line-height: 1;
  margin-bottom: 5px;
}
.markets .favourites .opens-in-count-down {
  clear: right;
  float: right;
}
apl-line-market > div {
  margin-bottom: 8px !important;
}
apl-line-market > div .market-listing-table {
  margin-bottom: 0 !important;
}
apl-line-market > div .market-listing-table thead > tr th.market-name {
  text-align: left;
  padding-left: 2px !important;
}
apl-line-market > div .market-listing-table i.apl-icon-custom-ladder {
  color: #000;
  cursor: pointer;
  padding: 5px;
}
apl-line-market > div .market-listing-table i.apl-icon-custom-ladder.open {
  color: #344e6b;
}
apl-line-market > div .market-listing-table i.apl-icon-custom-ladder.disabled {
  color: #a29ca2;
  cursor: default;
}
apl-line-market > div .market-listing-table tbody > tr td.market-name {
  font-weight: bold;
  padding: 0;
  vertical-align: top;
  border-right: none !important;
}
apl-line-market > div .market-listing-table tbody > tr td.market-name .event-name,
apl-line-market > div .market-listing-table tbody > tr td.market-name .selection-pnl {
  padding-right: 35px;
}
apl-line-market > div .market-listing-table tbody > tr td.market-name:first-child {
  position: relative;
}
apl-line-market > div .market-listing-table tbody > tr td.market-name:first-child i.apl-icon-custom-ladder {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
}
apl-line-market > div .market-listing-table tbody > tr td.market-name .container {
  display: flex;
  min-height: 42px;
  position: relative;
  flex-direction: column;
  justify-content: center;
  padding: 4px 8px;
}
apl-line-market > div .market-listing-table tbody > tr td.main-container {
  position: relative;
  width: 376px;
  padding: 0;
}
apl-line-market > div .market-listing-table tbody > tr td.main-container .odds-container {
  width: 376px;
}
apl-line-market > div .market-listing-table tbody > tr td.main-container .odds-container table {
  margin-bottom: 0 !important;
}
apl-line-market > div .market-listing-table tbody > tr td.main-container .odds-container table tbody > tr > td {
  border-left: none;
  border-top: none;
  border-bottom: none;
}
apl-line-market > div .market-listing-table tbody > tr td.main-container .odds-container table tbody > tr > td.stacked-rows {
  border-bottom: 1px solid #ddd;
}
apl-line-market > div .market-listing-table tbody > tr td.main-container .odds-container table tbody > tr > td:last-child {
  border-right: none;
}
apl-line-market > div .market-listing-table tbody > tr td.main-container .odds-container table tbody > tr > td.odds-placeholder {
  width: 126px;
  background: #f9f7f9;
  color: #565457;
  text-align: left;
}
apl-line-market > div .market-listing-table tbody > tr td.main-container .odds-container table tbody > tr > td.odds-placeholder .max-liability {
  font-size: 11px;
  display: block;
}
apl-line-market > div .market-listing-table tbody > tr td.main-container .odds-container table tbody > tr > td.odds-placeholder .max-liability:first-child {
  margin-bottom: 3px;
}
apl-line-market > div .market-listing-table tbody > tr td.main-container .odds-container table tbody > tr > td.back:active,
apl-line-market > div .market-listing-table tbody > tr td.main-container .odds-container table tbody > tr > td.lay:active {
  box-shadow: none;
}
apl-line-market > div .market-listing-table tbody > tr td.main-container .odds-container table tbody > tr > td.back:hover {
  background-color: #f2f9ff;
}
apl-line-market > div .market-listing-table tbody > tr td.main-container .odds-container table tbody > tr > td.lay:hover {
  background-color: #fef7f9;
}
apl-line-market > div .market-listing-table tbody > tr td.main-container .ball-running-overlay {
  background: #fff;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 100;
  top: 0;
}
apl-line-market > div .market-listing-table tbody > tr td.main-container .ball-running-overlay span {
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
apl-line-market > div .market-listing-table tbody > tr:hover .ball-running-overlay {
  transition: background ease 0.5s;
  background: #eee !important;
}

.apl-form input,
.apl-form select,
.apl-form textarea {
  box-sizing: border-box;
  margin: 0;
  border-radius: 0;
  font: inherit;
  color: inherit;
  letter-spacing: 0;
}
.apl-form select {
  text-transform: none;
}
.apl-form optgroup {
  font: inherit;
  font-weight: bold;
}
.apl-form input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.apl-form input[type="checkbox"],
.apl-form input[type="radio"] {
  padding: 0;
}
.apl-form input[type="checkbox"]:not(:disabled),
.apl-form input[type="radio"]:not(:disabled) {
  cursor: pointer;
}
.apl-form textarea,
.apl-form input:not([type]),
.apl-form input[type="text"],
.apl-form input[type="password"],
.apl-form input[type="email"],
.apl-form input[type="url"],
.apl-form input[type="search"],
.apl-form input[type="tel"],
.apl-form input[type="number"],
.apl-form input[type="datetime"] {
  -webkit-appearance: none;
}
.apl-form input[type="search"]::-webkit-search-cancel-button,
.apl-form input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.apl-form input[type="number"]::-webkit-inner-spin-button,
.apl-form input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
.apl-form fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
.apl-form textarea {
  /* 1 */
  overflow: auto;
  /* 2 */
  vertical-align: top;
}
.apl-form ::-moz-placeholder {
  opacity: 1;
}
.apl-form :invalid {
  box-shadow: none;
}
.apl-form input:not([type="radio"]):not([type="checkbox"]),
.apl-form select {
  vertical-align: middle;
}
.apl-form > :last-child {
  margin-bottom: 0;
}
.apl-form select,
.apl-form textarea,
.apl-form input:not([type]),
.apl-form input[type="text"],
.apl-form input[type="password"],
.apl-form input[type="datetime"],
.apl-form input[type="datetime-local"],
.apl-form input[type="date"],
.apl-form input[type="month"],
.apl-form input[type="time"],
.apl-form input[type="week"],
.apl-form input[type="number"],
.apl-form input[type="email"],
.apl-form input[type="url"],
.apl-form input[type="search"],
.apl-form input[type="tel"],
.apl-form input[type="color"] {
  height: 27px;
  max-width: 100%;
  padding: 4px 6px;
  border: 2px solid #DDDDDD;
  background: #FFFFFF;
  color: #666666;
  -webkit-transition: linear 0.2s;
  transition: linear 0.2s;
  border-radius: 3px;
}
.apl-form select:focus,
.apl-form textarea:focus,
.apl-form input:not([type]):focus,
.apl-form input[type="text"]:focus,
.apl-form input[type="password"]:focus,
.apl-form input[type="datetime"]:focus,
.apl-form input[type="datetime-local"]:focus,
.apl-form input[type="date"]:focus,
.apl-form input[type="month"]:focus,
.apl-form input[type="time"]:focus,
.apl-form input[type="week"]:focus,
.apl-form input[type="number"]:focus,
.apl-form input[type="email"]:focus,
.apl-form input[type="url"]:focus,
.apl-form input[type="search"]:focus,
.apl-form input[type="tel"]:focus,
.apl-form input[type="color"]:focus {
  border: 2px solid #2b6571;
  outline: 0;
  background: #b8dce3;
  color: #444444;
}
.apl-form select:disabled,
.apl-form textarea:disabled,
.apl-form input:not([type]):disabled,
.apl-form input[type="text"]:disabled,
.apl-form input[type="password"]:disabled,
.apl-form input[type="datetime"]:disabled,
.apl-form input[type="datetime-local"]:disabled,
.apl-form input[type="date"]:disabled,
.apl-form input[type="month"]:disabled,
.apl-form input[type="time"]:disabled,
.apl-form input[type="week"]:disabled,
.apl-form input[type="number"]:disabled,
.apl-form input[type="email"]:disabled,
.apl-form input[type="url"]:disabled,
.apl-form input[type="search"]:disabled,
.apl-form input[type="tel"]:disabled,
.apl-form input[type="color"]:disabled {
  border: 2px solid #DDDDDD;
  background-color: #F5F5F5;
  color: #999999;
}
.apl-form :-ms-input-placeholder {
  color: #999999 !important;
}
.apl-form ::-moz-placeholder {
  color: #999999;
}
.apl-form ::-webkit-input-placeholder {
  color: #999999;
}
.apl-form :disabled:-ms-input-placeholder {
  color: #999999 !important;
}
.apl-form :disabled::-moz-placeholder {
  color: #999999;
}
.apl-form :disabled::-webkit-input-placeholder {
  color: #999999;
}
.apl-form legend {
  width: 100%;
  border: 0;
  padding: 0;
  padding-bottom: 25px;
  font-size: 15px;
  line-height: 26px;
}
.apl-form legend:after {
  content: "";
  display: block;
  border-bottom: 1px solid #DDDDDD;
  width: 100%;
}
.apl-form select.apl-form-small,
.apl-form textarea.apl-form-small,
.apl-form input[type].apl-form-small,
.apl-form input:not([type]).apl-form-small {
  height: 23px;
  padding: 3px 2px;
  font-size: 10px;
}
.apl-form select.apl-form-large,
.apl-form textarea.apl-form-large,
.apl-form input[type].apl-form-large,
.apl-form input:not([type]).apl-form-large {
  height: 36px;
  padding: 8px 4px;
  font-size: 12px;
}
.apl-form textarea,
.apl-form select[multiple],
.apl-form select[size] {
  height: auto;
}
.apl-form .apl-form-invalid {
  border-color: #bf3e35 !important;
  background: #ffffff !important;
  color: #bf3e35 !important;
}
.apl-form .apl-form-valid {
  border-color: #09262b !important;
  background: #a3e1ec !important;
  color: #09262b !important;
}
.apl-form input.apl-form-width-mini {
  width: 40px;
}
.apl-form select.apl-form-width-mini {
  width: 65px;
}
.apl-form .apl-form-width-small {
  width: 130px;
}
.apl-form .apl-form-width-medium {
  width: 200px;
}
.apl-form .apl-form-width-large {
  width: 500px;
}
.apl-form .apl-form-row:before,
.apl-form .apl-form-row:after {
  content: "";
  display: table;
  clear: both;
}
.apl-form .apl-form-row + .apl-form-row {
  margin-top: 25px;
}
.apl-form .apl-form-help-inline {
  display: inline-block;
  margin: 0 0 0 8px;
}
.apl-form .apl-form-help-block {
  margin: 5px 0 0 0;
}
.apl-form .apl-form-controls > :first-child {
  margin-top: 0;
}
.apl-form .apl-form-controls > :last-child {
  margin-bottom: 0;
}
.apl-form .apl-form-controls-condensed {
  margin: 5px 0;
}
.apl-form.apl-form-stacked .apl-form-label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.apl-form.apl-form-horizontal {
  /* Better vertical alignment if controls are checkboxes and radio buttons with text */
}
.apl-form.apl-form-horizontal .apl-form-label {
  width: 200px;
  margin-top: 5px;
  float: left;
}
.apl-form.apl-form-horizontal .apl-form-controls {
  margin-left: 215px;
}
.apl-form.apl-form-horizontal .apl-form-controls-text {
  padding-top: 5px;
}
.apl-form .apl-form-icon {
  display: inline-block;
  position: relative;
  max-width: 100%;
}
.apl-form .apl-form-icon > [class*='apl-icon-'] {
  position: absolute;
  top: 50%;
  width: 30px;
  margin-top: -8px;
  font-size: 16px;
  color: #999999;
  text-align: center;
  pointer-events: none;
}
.apl-form .apl-form-icon:not(.apl-form-icon-flip) > input {
  padding-left: 30px !important;
}
.apl-form .apl-form-icon-flip > [class*='apl-icon-'] {
  right: 0;
}
.apl-form .apl-form-icon-flip > input {
  padding-right: 30px !important;
}
/**
 * Name:            Form
 * Description:     Form advanced
 * Note: Only works in Webkit at the moment
 *
 */
/**
 * Variables
 */
/**
 * Component: Form advanced
 * Note: Only works in Webkit at the moment
 */
.apl-form {
  /**
     * Radio
     */
  /**
     * Checked
     */
  /**
     * Radio
     */
  /*
     * Checked
     */
  /*
     * Disabled
     */
}
.apl-form input[type="radio"],
.apl-form input[type="checkbox"] {
  display: inline-block;
  height: 16px;
  width: 16px;
  border: 2px solid #ddd;
  overflow: hidden;
  margin-top: -4px;
  vertical-align: middle;
  -webkit-appearance: none;
  outline: 0;
  background: transparent;
}
.apl-form input[type="radio"] {
  border-radius: 50%;
}
.apl-form input[type=radio]:before,
.apl-form input[type=checkbox]:before {
  display: block;
}
.apl-form input[type=radio]:checked:before {
  content: '';
  width: 8px;
  height: 8px;
  margin: 2px auto 0;
  border-radius: 50%;
  background: #0f2327;
}
.apl-form input[type=checkbox]:checked:before,
.apl-form input[type=checkbox]:indeterminate:before {
  content: "\F00C";
  font-family: Apollo;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  line-height: 12px;
  color: #0f2327;
}
.apl-form input[type=checkbox]:indeterminate:before {
  content: "\F068";
}
.apl-form input[type=radio]:disabled,
.apl-form input[type=checkbox]:disabled {
  border-color: #eee;
}
.apl-form input[type=radio]:disabled:checked:before {
  background-color: #ddd;
}
.apl-form input[type=checkbox]:disabled:checked:before,
.apl-form input[type=checkbox]:disabled:indeterminate:before {
  color: #ddd;
}

.apl-table {
  /* 1 */
  border-collapse: collapse;
  border-spacing: 0;
  /* 2 */
  width: 100%;
  /* 3 */
  margin-bottom: 15px;
  /*
     * Set alignment
     */
  /*
     * Caption and footer
     */
  /*
     * Active State
     */
  /**
     *  Modifier: `apl-table-middle`
     */
  /**
     * Modifier: `apl-table-striped`
     */
  /**
     * Modifier: `apl-table-condensed`
     */
  /**
     * Modifier: `apl-table-hover`
     */
}
.apl-table th,
.apl-table td {
  padding: 8px 8px;
}
.apl-table th {
  text-align: left;
}
.apl-table td {
  vertical-align: top;
}
.apl-table thead th {
  vertical-align: bottom;
}
.apl-table tr.-invalid-row {
  background-color: #d01901;
}
.apl-table caption,
.apl-table tfoot {
  font-size: 12px;
  font-style: italic;
}
.apl-table caption {
  text-align: left;
  color: #999;
}
.apl-table tbody tr.apl-active {
  background: #EEE;
}
.apl-table.apl-table-middle td {
  vertical-align: middle !important;
}
.apl-table.apl-table-striped tbody tr:nth-of-type(odd) {
  background: #f5f5f5;
}
.apl-table.apl-table-striped tbody tr:nth-of-type(odd).-invalid-row {
  background-color: #d01901;
}
.apl-table.apl-table-striped tbody tr:nth-of-type(odd).-invalid-row:hover {
  background: #d01901;
}
.apl-table.apl-table-condensed td {
  padding: 4px 8px;
}
.apl-table.apl-table-hover tbody tr {
  transition: background ease .5s;
}
.apl-table.apl-table-hover tbody tr.-invalid-row:hover {
  background: #d01901;
}
.apl-table.apl-table-hover tbody tr:hover {
  background: #EEE;
  color: #999;
}

.back-1 {
    cursor: pointer !important;
    text-align: center;
    width: 63px;
    background-color: #a7d8fd;
}

.lay-1 {
    cursor: pointer !important;
    text-align: center;
    width: 63px;
    background-color: #f9c9d4;
}

.fancy_bet .td-fancy_merge .btn-book, .sportsbook_bet .td-fancy_merge .btn-book {
    height: 27px;
    padding: 0;
}


.bets td a, .bets-HS td a, .bets-GH td a {
    position: relative;
    height: 35px;
    color: #1E1E1E;
    padding: 3px 0 2px;
    cursor: pointer;
}
.btn-live, .btn-book {
    width: 50px;
    height: 27px;
    line-height: 27px;
    background-color: #FFCC51;
    border: 1px solid #CF9A47;
    border-radius: 5px;
    color: #1E1E1E;
    text-align: center;
}

.bets th.predict, .bets-HS th.predict, .bets-GH th.predict {
    font-weight: bold;
    border: 1px solid #ddd;
    vertical-align: top;
    border-right: none !important;
    padding: 4px 8px;
    background: #ffffff;
}


.bets th, .bets-HS th, .bets-GH th {
    position: relative;
    padding: 9px 10px;
    border-bottom: 1px solid #7E97A7;
    vertical-align: top;
}

.fancy_bet .td-fancy_merge, .sportsbook_bet .td-fancy_merge {
    border-left-width: 0;
    font-weight: normal;
    width: 90px;
    background: #f9f7f9;
    color: #565457;
    text-align: left;
}

._markets-cell, .market-listing-table > thead > tr > th, .market-listing-table > tbody > tr > td {
    padding: 4px 8px;
    line-height: 1.42857143;
    vertical-align: middle;
}