
.betslip {
    position: sticky;
    bottom: 0;
    right: 0;
    z-index: 100;
    margin-right: 1rem;
    vertical-align: bottom;
    pointer-events: none;
    text-align: right;
}

.betslip * {
    pointer-events: all;
}

.betslip .stage {
    display: inline-block;
    padding: 0;
    /*
    width: 20rem;
    */
    border-radius: 0.3rem;
    text-align: left;
}

.betslip .stage.execution {
    /*
    width: 60.8rem;
    */
}

.betslip .stage.hidden {
    display: none;
}

.betslip .stage .empty {
    border: 0.1rem solid #099;
    background-color: #022;
    padding: 5rem 1rem;
    text-align: center;
    border-radius: 0.3rem;
}

.betslip .stage .status {
    border: 0.1rem solid #099;
    background-color: #033;
    padding: 0.2rem;
    border-radius: 0.3rem;
}

.betslip .cart {
    background-color: #002828;
    border: 0.1rem solid #099;
    overflow: auto;
    border-radius: 0.3rem;
}

.betslip .cart .template {
    display: none;
}

.betslip .cart-status .label {
    width: 4.0rem;
    border: 1px solid white;
}

.betslip .cart-status button {
    font-size: 0.8rem;
    padding: 0rem 0.5rem;
    background-color: #099;
    color: white;
    border-radius: 0.3rem;
    border: 0.05rem solid #999;
    margin-left: 0.5rem;
}

.betslip .cart-status button.hidden {
    display: none;
}

.betslip .execution .single {
    background-color: #001818;
    border: 0.1rem solid #099;
    border-radius: 0.3rem;
}

.betslip .execution .template {
    display: none;
}

.betslip .header {
    background: #003838;
    padding: 0.3rem;
    border-radius: 0.3rem;
}

.betslip .header .league {
    font-size: 0.7rem;
}

.betslip .header .game-name {
    font-size: 0.7rem;
}

.betslip .header .game-time {
    font-size: 0.7rem;
    float: right;
}

.betslip .subheader .title {
    padding: 0.3rem;
}

.betslip .cart .wager {
    overflow: auto;
}

.betslip .cart .wager.active {
    background-color: #001818;
    border-top: 0.1rem solid #0cc;
    border-bottom: 0.1rem solid #0cc;
}

.betslip .cart .wager.executed {
    background-color: #333;
}

.wager-info {
    padding: 0.2rem;
    clear: both;
}

.wager-info .bet-line {
    font-size: 0.8rem;
    margin-bottom: 0.2rem;
}

.wager-info .delete {
    float: right;
}

.wager-info .delete button {
    background: #666;
    color: #000;
    font-size: 0.6rem;
    border-radius: 0.2rem;
    padding: 0.1rem 0.2rem 0;
    margin-left: 0.1rem;
    position: relative;
    left: 0.2rem;
}

.wager-info .book {
    font-size: 0.8rem;
    float: right;
}

.wager-info .technicals {
    clear: both;
}

.wager-info .odds {
    float: left;
    padding: 0.1rem 0.3rem;
    background-color: #077;
    border-radius: 0.3rem;
    width: 3.8rem;
    text-align: right;
}

.wager-info .amount {
    float: left;
    width: 4.2rem;
    padding: 0.1rem 0.3rem;
    text-align: right;
}

.cart .wager-info .odds-input {
    float: left;
    display: none;
}

.cart .wager-info .amount-input {
    float: left;
    display: none;
}

.wager-info .odds-input input {
    width: 3.8rem;
    border-radius: 0.3rem;
    text-align: right;
    padding: 0.02rem 0.3rem;
    color: white;
}

.wager-info .amount-input input {
    width: 4.2rem;
    border-radius: 0.3rem;
    text-align: right;
    padding: 0.02rem 0.3rem;
}

.wager.executed .wager-info .amount-input input {
    color: #ccc;
}

.wager.executed .wager-info .odds-input input {
    color: #ccc;
}

.wager-info .technicals .tech {
    float: left;
    margin-right: 0.2rem;
    margin-bottom: 0.2rem;
}

.wager-info .no-vig {
    width: 3rem;
    font-size: 1.0rem;
    border-radius: 0.3rem;
    padding: 0.1rem 0.3rem;
    background-color: #555;
    text-align: right;
    float: right;
}

.wager-info .no-vig-input {
    display: none;
    float: right;
}

.wager-info .no-vig-input input {
    width: 3rem;
    border-radius: 0.3rem;
    text-align: right;
    padding: 0.02rem 0.3rem;
    background-color: #555;
    color: white;
}

.wager-info .win-prob {
    width: 3rem;
    text-align: right;
    font-size: 1.0rem;
    padding: 0.1rem 0 0 0.3rem;
    float: right;
    margin-right: 0rem;
}

.wager-info .win-prob-input {
    display: none;
    float: right;
}

.wager-info .win-prob-input input {
    width: 3rem;
    border-radius: 0.3rem;
    text-align: right;
    padding: 0.02rem 0.3rem;
    background: #033;
    color: white;
}

.wager-info .positive-ev {
    width: 4.5rem;
    font-size: 1.0rem;
    border-radius: 0.3rem;
    padding: 0.1rem 0.3rem;
    background-color: #060;
    text-align: right;
    float: left;
}

.wager-info .positive-ev-input {
    display: none;
    float: left;
}

.wager-info .positive-ev-input input {
    width: 4.5rem;
    border-radius: 0.3rem;
    text-align: right;
    padding: 0.02rem 0.3rem;
    color: white;
}

.wager-execute {
    clear: both;
    overflow: auto;
    padding: 0.1rem;
}

.wager-execute .use {
    float: left;
    text-align: center;
    width: 5.7rem;
}

.wager-execute .use a {
    font-size: 0.8rem;
    position: relative;
    top: 0.2rem;
    text-decoration: none;
}

.parlay .wager-execute .amount-label {
    font-size: 0.8rem;
    float: left;
    width: 4.5rem;
    padding: 0.2rem;
}

.parlay .wager-execute .amount {
    float: left;
}

.parlay .wager-execute .amount input {
    font-size: 0.9rem;
    padding: 0.1rem 0.3rem;
    text-align: right;
    width: 4.5rem;
    border-radius: 0.3rem;
}

.parlay .wager-execute .win-label {
    float: left;
    width: 4.5rem;
}

.parlay .wager-execute .return-label {
    float: left;
    width: 4.5rem;
}

.wager-execute .limited {
    float: left;
}

.wager-execute .limited .checkbox-label {
    font-size: 0.9rem;
    padding-left: 0.9rem;
    padding-top: 0.1rem;
}

.wager-execute .limited .checkmark {
    font-size: 0.9rem;
    width: 0.9rem;
    height: 0.9rem;
}

.wager-execute .limited label.checkbox-label input:checked ~ span.checkmark:after {
    left: 0.18rem;
    top: -0.33rem;
    width: 0.45rem;
    height: 0.9rem;
    border-width: 0 0.27rem 0.27rem 0;
}

.wager-execute .free {
    float: left;
    margin-left: 0.3rem;
}

.wager-execute .free .checkbox-label {
    font-size: 0.9rem;
    padding-left: 0.9rem;
    padding-top: 0.1rem;
}

.wager-execute .free label.checkbox-label input:checked ~ span.checkmark:after {
    left: 0.18rem;
    top: -0.33rem;
    width: 0.45rem;
    height: 0.9rem;
    border-width: 0 0.27rem 0.27rem 0;
}
  
.wager-execute .free .checkmark {
    font-size: 0.9rem;
    line-height: 0.9rem;
    width: 0.9rem;
    height: 0.9rem;
}

.wager-execute .boost {
    float: left;
    font-size: 0.9rem;
    line-height: 0.9rem;
    margin-left: 0.6rem;
    padding: 0.1rem 0 0;
}

.wager-execute .boost input {
    width: 3rem;
    padding: 0 0.3rem;
    font-size: 0.8rem;
    line-height: 0.8rem;
    margin: 0;
    border-radius: 0.2rem;
    text-align: right;
    position: relative;
    top: -0.1rem;
}

.wager.executed .wager-execute .boost input {
    color: #ccc;
}

.wager-execute .notes {
    float: left;
    font-size: 0.9rem;
    line-height: 0.9rem;
    clear: left;
    padding-left: 0.4rem;
    padding-top: 0.1rem;
}

.wager-execute .notes input {
    width: 12rem;
    font-size: 0.8rem;
    line-height: 0.8rem;
    margin: 0.3rem 0 0 0;
    border-radius: 0.2rem;
    padding: 0.02rem 0.3rem;
    position: relative;
    top: -0.1rem;
}

.wager-execute .place button {
    font-size: 0.9rem;
    padding: 0.1rem 0.3rem;
    border-radius: 0.3rem;
    background-color: #099;
    border: 0.05rem solid #ccc;
    margin: 0.3rem 0.2rem 0.1rem 0rem;
    color: #eee;
    float: right;
}

.wager.executed .wager-execute .place button,
.wager .wager-execute .place button.executed {
    color: #999;
    background-color: #666;
    border: 0.05rem solid #333;
}

.wager .wager-execute .place button.execerror {
    color: white;
    background-color: #900;
    border: 0.05rem solid #300;
}

.parlay .header {
    clear: both;
    background-color: #222;
}

.parlay .summary {
    clear: both;
    width: 20rem;
    padding: 1rem 0;
    margin: auto;
    overflow: auto;
}

.parlay .right-pane .summary {
    width: 27rem;
}

.parlay .summary .row {
    clear: left;
}

.parlay .summary .row .col {
    float: left;
}

.parlay .summary .stake {
    width: 4.5rem;
}

.parlay .summary .ev {
    width: 4.5rem;
}

.parlay .summary .return {
    width: 4.5rem;
}

.parlay .summary .labels .col {
    float: left;
    margin: 0 1rem;
    padding: 0.1rem 0.3rem;
    border-radius: 0.3rem;
    font-size: 1rem;
    font-weight: bold;
    text-align: right;
}

.parlay .summary .values .col,
.parlay .summary .values2 .col {
    float: left;
    width: 4.5rem;
    text-align: right;
    margin: 0 1rem;
    padding: 0.1rem 0.3rem;
    border-radius: 0.3rem;
}

.parlay .spacer {
    height: 1rem;
}

.parlay .mini-spacer {
    height: 0.5rem;
}

.parlay .leg {
    clear: both;
}

.parlay .leg .leg-info .leg-header {
    background: #003838;
    overflow: auto;
    padding: 0.2rem;
    border-radius: 0.3rem;
}

.parlay .leg .leg-info .leg-details {
    overflow: none;
    padding: 0.2rem 0.1rem;
    height: 1.8rem;
    clear: left;
}

.parlay .leg.item.topguy {
    /* border-top: 0.1rem solid #066; */
    /* margin-top: 0.3rem; */
}

.parlay .leg .leg-info .delete {
    float: right;
}

.parlay .leg .leg-info .delete button {
    background: #666;
    color: #ccc;
    font-size: 0.6rem;
    border-radius: 0.2rem;
    padding: 0.1rem 0.2rem 0;
    margin-left: 0.1rem;
    border: 0.05rem solid #222;
}

.parlay .leg .leg-info .info {
    float: left;
    margin-right: 0.2rem;
}

.parlay .leg .leg-info .game-time,
.parlay .leg .leg-info .league,
.parlay .leg .leg-info .game-name {
    font-size: 0.8rem;
}

.parlay .leg .leg-info .league,
.parlay .leg .leg-info .game-time {
    float: right;
}

.parlay .leg .leg-info .game-name {
    
}

.parlay .leg .leg-info .bet-line {
    padding-left: 1.0rem;
    font-size: 0.8rem;
}

.parlay .leg .leg-info .positive-ev {
    padding: 0.1rem 0.3rem;
    width: 4rem;
    text-align: right;
    border-radius: 0.3rem;
    margin-left: 0.3rem;
    font-size: 1rem;
}

.parlay .left-pane .leg .leg-info .positive-ev {
    clear: left;
}

.parlay .leg.labels .leg-info .info {
    font-size: 0.75rem;
}

.parlay .leg .leg-info .amount {
    padding: 0.1rem 0.3rem;
    width: 4.5rem;
    text-align: right;
}

.parlay .leg .leg-info .payout {
    padding: 0.1rem 0.3rem;
    width: 4.5rem;
    text-align: right;
}

.parlay .leg .leg-info .win-prob {
    padding: 0.1rem 0.3rem;
    width: 3rem;
    text-align: right;
}

.parlay .leg .leg-info .no-vig {
    padding: 0.1rem 0.3rem;
    width: 3.5rem;
    text-align: right;
    border-radius: 0.3rem;
    font-size: 1rem;
}

.parlay .leg.item .leg-info .no-vig {
    background-color: #666;
}

.parlay .leg .leg-info .return {
    padding: 0.1rem 0.3rem;
    width: 3.5rem;
    text-align: right;
}

.parlay .leg .leg-info .leg-amount,
.parlay .leg .leg-info .pay-amount {
    width: 4.5rem;
    text-align: right;
    padding: 0.1rem 0.3rem;
}

.parlay .leg .leg-info .return-amount {
    width: 3.5rem;
    text-align: right;
    padding: 0.1rem 0.3rem;
}

.parlay .right-pane .leg .leg-info .positive-ev {
    clear: left;
}

.parlay .leg .leg-info .odds {
    width: 4.5rem;
    border-radius: 0.3rem;
    text-align: right;
    padding: 0.1rem 0.3rem;
}

.parlay .leg .leg-info .odds-input {

}

.parlay .leg .leg-info .odds-input input {
    width: 4.5rem;
    border-radius: 0.3rem;
    text-align: right;
}

.parlay-execute {
    overflow: auto;
}

.parlay-execute .execute-left {
    width: 18rem;
    float: left;
    overflow: auto;
    padding: 0.2rem 0.6rem;
}

.parlay-execute .execute-right {
    width: 11.5rem;
    float: left;
    overflow: auto;
    padding: 0.2rem;
}

.parlay-execute .execute-left .row {
    overflow: auto;
    clear: left;
}

.parlay-execute .execute-left .toprow {
    margin-top: 1rem;
    font-weight: bold;
}

.parlay-execute .execute-right .toprow {
    margin-top: 1rem;
}

.parlay-execute .execute-left .toprow .label.size,
.parlay-execute .execute-right .toprow {
    font-weight: bold;
    text-decoration: underline;
}

.parlay-execute .execute-left .label {
    width: 5rem;
}

.parlay-execute .execute-left .kelly {
    width: 5.5rem;
}

.parlay-execute .execute-left .normalized {
    width: 5.5rem;
}

.parlay-execute .execute-left .row .col {
    float: left;
    text-align: right;
}

.parlay-execute .execute-left .row .col.label {
    text-align: left;
}

.parlay-execute .execute-right .row {
    clear: left;
}

.parlay-execute .execute-right .row .label {
    float: left;
    width: 6rem;
}

.parlay-execute .execute-right .row .text {
    float: left;
    width: 5rem;
}

.parlay-execute .execute-right .row .text.free {
    width: 3.8rem;
}

.parlay-execute .execute-right .row .text input {
    width: 5rem;
    border-radius: 0.3rem;
    text-align: right;
}

.parlay-execute .execute-right .row .label.stake,
.parlay-execute .execute-right .row .label.odds {
    padding-left: 1rem;
}

.parlay-execute .execute-left .row .stake a {
    text-decoration: none;
}

.parlay-execute .execute-right .row .label.boost {
    padding-left: 2rem;
}

.parlay-execute .execute-right .row .label.boost,
.parlay-execute .execute-right .row .text .checkbox-label {
    font-size: 0.8rem;
    padding-top: 0.15rem;
}

.parlay-execute .execute-right .row .label.odds,
.parlay-execute .execute-right .row .label.stake {
    padding-top: 0.15rem;
}

.parlay-execute .execute-right .row .text.boost {
    text-align: right;
}

.parlay-execute .execute-right .row .text.boost input {
    font-size: 0.8rem;
    width: 4rem;
}

.parlay-execute .execute-left .row.table-row {
    padding-bottom: 0.25rem;
    overflow: auto;
}

.parlay-execute .execute-right .row {
    padding-bottom: 0.5rem;
    overflow: auto;
}

.parlay-execute .execute-right .row .indent {
    float: left;
    width: 2rem;
}

.parlay-execute .execute-left .row .name {
    float: left;
}

.parlay-execute .execute-left .row .label.name,
.parlay-execute .execute-left .row .label.notes {
    float: left;
    width: 4rem;
}

.parlay-execute .execute-left .row .text.name,
.parlay-execute .execute-left .row .text.notes {
    float: left;
    width: 12rem;
}

.parlay-execute .execute-left .text.name input,
.parlay-execute .execute-left .text.notes input {
    width: 12rem;
    border-radius: 0.3rem;
}

.parlay-execute .execute-right .place {
    text-align: right;
    padding-top: 1.3rem;
}

.parlay-execute .execute-right .place button {
    background-color: #099;
    border: 0.05rem solid #ccc;
    border-radius: 0.3rem;
    color: #eee;
}

.parlay-execute .execute-right .place button.disabled {
    background-color: #333;
    color: #555;
    border-color: #444;
}

.betslip .execution .parlay {
    background-color: #002828;
    /* border: 0.1rem solid #099; */
    overflow: auto;
    border-radius: 0.3rem;
}

.betslip .execution .left-pane,
.betslip .execution .right-pane {
    width: 30.4rem;
    float: left;
    border: 0.1rem solid #099;
    overflow: auto;
    border-radius: 0.3rem;
    padding: 0.2rem;
}

.betslip .execution .parlay .left-pane .header {
    color: #d06e01;
    font-weight: bold;
}

.betslip .execution .parlay .right-pane .header {
    color: #cccc14;
    font-weight: bold;
}

.betslip .execution .arbitrage .header div.delete {
    float: right;
    padding: 0;
    margin: 0;
}

.betslip .execution .arbitrage .header div.delete button.delete {
    background: #999;
    color: white;
    border-color: #333;
    border-radius: 0.3rem;
    text-align: center;
    padding: 0 0.2rem;
    margin: 0;
    position: relative;
    top: -0.3rem;
    left: 0.3rem;
}

.betslip .execution .parlay .right-pane .header div.delete {
    float: right;
    padding: 0;
    margin: 0;
}

.betslip .execution .parlay .right-pane .header div.delete button.delete {
    background: #999;
    color: white;
    border-color: #333;
    border-radius: 0.3rem;
    text-align: center;
    padding: 0 0.2rem;
    margin: 0;
    position: relative;
    top: -0.4rem;
    left: 0.5rem;
}

.betslip .execution .left-pane .svg {
    padding: 0.3rem;
}

.betslip .execution .left-pane .leg.item.sum,
.betslip .execution .right-pane .leg.item.total {
    background: #333;
    border-radius: 0.3rem;
    font-weight: bold;
}

.betslip .execution .right-pane .leg.item.calculated.hidden {
    visibility: hidden;
}

.betslip .execution .right-pane .leg.item.calculated .info {
    font-size: 0.8rem;
}

.betslip .execution .right-pane .leg.item.calculated .info.positive-ev {
    width: 3rem;
    margin-left: 1.3rem;
}

.betslip .execution .right-pane .leg.item.calculated .info.odds {
    width: 3.5rem;
    margin-left: 1rem;
}

.betslip .execution .right-pane .leg.item.calculated .info.no-vig {
    background: transparent;
}

.betslip .execution .left-pane .leg.item.sum .win-prob,
.betslip .execution .left-pane .leg.item.sum .amount,
.betslip .execution .left-pane .leg.item.sum .payout {
    color: #d06e01;
}

.betslip .execution .right-pane .leg.item.total .leg-amount {
    /* color: red; */
}

.betslip .execution .right-pane .leg.item.total .win-prob,
.betslip .execution .right-pane .leg.item.total .pay-amount {
    color: #cccc14;
}

.parlay-execute .execute-right .label.stake {
    color: #cccc14;
    font-weight: bold;
}

.betslip .execution .arbitrage {
    background-color: #002828;
    border: 0.1rem solid #099;
    overflow: auto;
    border-radius: 0.3rem;
    width: 20rem;
}

.arbitrage .table {
    margin: 0rem 1.5rem 1.0rem;
    clear: both;
    overflow: auto;
}

.arbitrage .table .row {
    overflow: auto;
    margin-top: 0.3rem;
}

.arbitrage .table .row .label {
    width: 3rem;
    float: left;
    clear: left;
    text-align: right;
    margin-right: 0.5rem;
    font-size: 0.8rem;
}

.arbitrage .table .row .wager1 {
    width: 6.5rem;
    float: left;
    text-align: right;
}

.arbitrage .table .row .wager2 {
    width: 6.5rem;
    float: left;
    text-align: right;
}

.arbitrage .table .numbers .numero {
    text-align: center;
    background-color: #333;
    padding: 0.1rem 0.3rem;
    border-radius: 0.3rem;
}

.arbitrage .table .bet-codes .bet-code {
    font-weight: bold;
}

.arbitrage .table .odds .label {
    padding: 0.2rem 0;
}

.arbitrage .table .wagers .label {
    padding: 0.2rem 0;
}

.arbitrage .table .odds .odds input {
    width: 5rem;
    text-align: right;
    border-radius: 0.3rem;
}

.arbitrage .table.locked1 .odds .odds.wager1 input,
.arbitrage .table.locked2 .odds .odds.wager2 input {
    color: #ccc;
}

.arbitrage .table .wagers .wager-col input {
    width: 5rem;
    text-align: right;
    border-radius: 0.3rem;
}

.arbitrage .table.locked1 .wagers .wager-col.wager1 input,
.arbitrage .table.locked2 .wagers .wager-col.wager2 input {
    color: #ccc;
}

.arbitrage .table .places .label {
    padding: 0.2rem 0;
}

.arbitrage .table .places .place button {
    background-color: #099;
    border-radius: 0.3rem;
    border-color: 0.05rem solid #666;
    color: #eee;
    width: 5rem;
}

.arbitrage .table.locked1 .places .place.wager1 button,
.arbitrage .table.locked2 .places .place.wager2 button,
.arbitrage .table .places .place button.locked {
    color: #999;
    background-color: #666;
    border: 0.05rem solid #333;
}

.arbitrage .table .places .place button.execerror {
    color: white;
    background-color: #900;
    border: 0.05rem solid #300;
}

.arbitrage .table .win .win {
    text-align: right;
}

.arbitrage .table .return .return {
    text-align: right;
}

.arbitrage .table .profit .profit {
    text-align: right;
}

.arbitrage .table .win-percent .win-percent {
    text-align: right;
}

.arbitrage .summary {
    overflow: auto;
    margin: 1rem 0rem 2rem 0rem;
}

.arbitrage .summary .total-labels {
    clear: left;
}

.arbitrage .summary .total-labels .total-bet {
    float: left;
    width: 4.5rem;
    margin: 0 1rem;
    padding: 0.1rem 0.3rem;
    border-radius: 0.3rem;
    font-size: 1rem;
    font-weight: bold;
    text-align: right;
}

.arbitrage .summary .total-labels .arb-percent {
    float: left;
    width: 4.5rem;
    margin: 0 1rem;
    padding: 0.1rem 0.3rem;
    border-radius: 0.3rem;
    font-size: 1rem;
    font-weight: bold;
    text-align: right;
}

.arbitrage .summary .total-labels .return {
    float: left;
    width: 4.5rem;
    margin: 0 1rem;
    padding: 0.1rem 0.3rem;
    border-radius: 0.3rem;
    font-size: 1rem;
    font-weight: bold;
    text-align: right;
}

.arbitrage .summary .totals {
    clear: left;
}

.arbitrage .summary .totals .total-bet {
    float: left;
    width: 4.5rem;
    text-align: right;
    margin: 0 1rem;
    padding: 0.1rem 0.3rem;
    border-radius: 0.3rem;

}

.arbitrage .summary .totals .arb-percent {
    float: left;
    width: 4.5rem;
    text-align: right;
    background-color: #909;
    margin: 0 1rem;
    padding: 0.1rem 0.3rem;
    border-radius: 0.3rem;
}

.arbitrage .summary .totals .return {
    float: left;
    width: 4.5rem;
    text-align: right;
    margin: 0 1rem;
    padding: 0.1rem 0.3rem;
    border-radius: 0.3rem;
}

.betslip .execution .entry {
    clear: both;
    padding: 0.3rem;
}

.single .entry .label {
    float: left;
    clear: left;
    padding: 0.1rem;
    width: 4.5rem;
    margin: 0.1rem;
}

.single .entry .field {
    float: left;
    margin: 0.1rem;
}

.single .entry .odds-label {
}

.single .entry .odds-input {
}

.single .entry .odds-input input.input {
    width: 4rem;
    padding: 0.1rem;
    font-size: 0.9rem;
}

.single .entry .amount-label {
}

.single .entry .amount-input {
}

.single .entry .amount-input input.input {
    width: 4rem;
    padding: 0.1rem;
    font-size: 0.9rem;
}

.betslip .execution .extras {
    clear: both;
    padding: 0.2rem;
}
