.bet_slip_wrapper{
	width:99%;
	min-height:150px;
    background-color: #303030;
    border: 1px solid #272727;
	box-sizing: border-box;
}
.betslip_button_bar *, .betslip_clear_bar *{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.betslip_button_bar{
	float: left;
	width:100%;
	height:auto;
	color:#fff;
}
#betslip-general-btnarea {
    width: 100%;
    float: right;
}
.betslip_clear_bar{
	float: left;
	height:auto;
	color:#fff;
}
#bookbet-retrive-btn {
    background: #3b7382;
    float: right;
    color: #EEE;
    font-size: 11px;
    padding: 10px;
    border-left: 1px solid #39626d;
    cursor: pointer;
}
.betslip_clear_bar{
	border-bottom: 1px solid #272727;
}
#bookbet-retrive-btn:hover, #Clear_BetSlip_Btn:hover{
    background: #31606d;
    transition: 0.4s;
}
#bookbet-content-binder {
	display: flex;
    width: 99%;
    border: 2px solid #3b7382;
	border-radius: 3px;
	display:none;
}
#bookbet-input-binder { width: 90%; }
#bookbet-sbmt-binder { width: 10%; }
#bookbet-sbmt-binder > .fa-arrow-right{
	 width: 100%;
    height: 32px;
    background: #484747;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
    color: #d6d6d6;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-left: 1px solid #5d5b5b;

}




#Clear_BetSlip_Btn {
    float: right;
    line-height: 30px;
    font-size: 11px;
    cursor: pointer;
    color: #EEE;
    user-select: none;
    text-align: center;
    padding: 10px;
    background: #3b7382;
    border-left: 1px solid #39626d;
}
.slip_content{
    float: left;
    width: 100%;
    min-height: 60px;
    color: #fff;
    text-align: center;
    font-size: 11px;
    line-height: 60px;
    border-bottom: 1px solid #a7a7a7;
}
#bookbet-retrive-input {
    width: 100%;
    height: 30px;
    text-indent: 5px;
    background: #484747;
    cursor: pointer;
    color: #c3c3c3;
    border: 0px;
	outline: none;
}
#play_msg{
	margin: 20px 5px 20px 5px;
}
#BetSlipBtn{
	float:left;
	width:50%;
	height:30px;
	text-align: center;
	line-height: 30px;
	font-size: 11px;
	/*border-right: 1px solid #272727;*/
	border-bottom: 1px solid #f1c40f;
	box-sizing: border-box;
	cursor: pointer;
	background-color: #4d585d;
}
#CashOutBtn{
	float:left;
	width:50%;
	height:30px;
	text-align: center;
	line-height: 30px;
	font-size: 11px;
	border-bottom: 1px solid #a7a7a7;
	box-sizing: border-box;
	cursor: pointer;
	background-color: #4d585d;
}
#BetSlipBtn:hover, #CashOutBtn:hover {
	border-bottom: 1px solid #f1c40f;
}
#SingleBetTab, #MultiBetTab, #SystemBetTab {
	float:left;
	width:33.33333333%;
	height:30px;
	text-align: center;
	line-height: 30px;
	color:#fff;
	font-size: 11px;
	border-bottom: 1px solid #a7a7a7;
	box-sizing: border-box;
	cursor: pointer;
}
/*#SingleBetTab, #MultiBetTab { border-right: 1px solid #a7a7a7; }*/
#SingleBetTab:hover, #MultiBetTab:hover, #SystemBetTab:hover {
	border-bottom: 1px solid #f1c40f;
}
#SingleBetTab > span, #MultiBetTab > span, #SystemBetTab > span { float: left; width:100%; height:100%; }
.enabled_tab_menu { opacity: 1; cursor: pointer; }
.disable_tab_menu { opacity: 0.5; cursor: default; }
#Place_Bet_Btn,#Place_Bet_Process,#Accept_Changes_Btn,#Place_booking_Btn,#Place_Bet_Btn_Freebet {
	float: left;
	width: 98%;
	margin:10px 0;
	margin-left:1%;
	height:40px;
	line-height: 40px;
	text-align: center;
	background-color: #1A1917;
	color: #fff;
	font-size: 12px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
/*	-moz-box-shadow: 0 2px 0 #1abc9c;
	-webkit-box-shadow: 0 2px 0 #1abc9c;
	box-shadow: 0 2px 0 #1abc9c;*/
	cursor: pointer;
	font-weight: 700;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	/*border: 1px solid #a7a7a7;*/
}
#Place_Bet_Btn:hover { background-color: #068DBC; }
#Place_Bet_Btn span { color:#263238; }

#Place_Bet_Process { display:none; background:#16a085 url(/login/livebet/images/ajax-loader.gif) no-repeat center center/20px 20px; }
#Accept_Changes_Btn{
	display: none;
	background-color: #4acfa4;
	color:#fff;
}
#btn_stake_Freebet{
	color: gold;
}
label { display: inline; cursor: pointer; }
#accept_any,#accept_any_confirm,#retdelcheck{
	display: inline;
	vertical-align:middle;
}
.accept_changes_option{
	float: left;
	width:100%;
	min-height: 30px;
	line-height: 30px;
	color: #fff;
	user-select: none;
}
.bet_stake,.bet_cost,.bet_winnings,.bet_stiles {
	width: 100%;
	height: 20px;
	padding: 5px;
	float: left;
	color: #fff;
	box-sizing: border-box;
}
.bet_winnings { margin-bottom: 10px; }
.bet_stake { margin-bottom: 10px; }
.stake_lbl,.total_bets_info_row,.multibet_total_stake{
	float: left;
	width:auto;
	height: 100%;
}
.total_bets_info_row,.multibet_total_stake{
	width: 100%;
	color:#ffdf1b;
	font-weight: bold;
	height: 20px;
	text-indent: 5px;
	line-height: 20px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.right_align_stake,.right_align_stiles {
	float: right;
	width:auto;
	height: 100%;
}
.right_align_stiles{ margin-right: 10px; }
#bet_stake_inp {
	width: 60px;
	height:16px;
	text-align: right;
}
.stake_lbl {
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
.star {
	position: relative;
	float: left;
	margin-top: 4px;
	margin-left: -5px;
	line-height: 40px;
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
}
.disabled_slip { background-color: #324354!important; }
.blocked_selection { background-color: #304e4e!important; }
.disabled_bet_row {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50); -moz-opacity: 0.5; -khtml-opacity: 0.5; opacity: 0.5;
}
.locked_ico, .locked_odd {
	display: block;
	position: relative;
	width: 16px;
	height: 16px;
	background-image: url(/login/livebet/images/small_lock.png);
	float: left;
	padding-right: 10px;
	background-repeat: no-repeat;
}
.locked_odd { background-image: url(/login/livebet/images/wait_odd.png); }

#system_wrapper {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
	line-height: 40px;
	font-weight: 700;
	box-sizing: border-box;
}
.system_title {
	position: relative;
	float: left;
	width: 100%;
	height: 40px;
	padding:1px 0px;
	line-height: 40px;
	color: #fff;
	border-top: 1px solid #545454;
	font-size: 14px;
	font-family: Arial;
}
.system_rows {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	padding:1px 0px;
	margin-bottom: 5px;
}
.individual_system_row{
	position: relative;
	width:100%;
	float: left;
	margin-bottom: 4px;
}
.standard_b{
	position: relative;
	float: left;
	top: 3px;
	left: 4px;
	height: 18px;
	width: 25px;
	background-color: #2a2a2a;
	border: 1px solid #f1c40f;
	box-sizing: border-box;
	line-height: 16px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.system_bet_input {
	position: relative;
	width: 70px;
	float: left;
	top: 3px;
	left: 7px;
	height: 12px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input[type="number"] {
	-moz-appearance: textfield;
}
.system_text {
	position: relative;
	float: left;
	top: 3px;
	left: 20px;
	height: 16px;
	line-height: 16px;
	color:#fff;
}
.error_row, .info_row {
    position: relative;
    float: left;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #545454;
    background-color: #d8d8d8;
    border-color: #ebccd1;
    /* border-left: 4px solid #a94442; */
    font-weight: 700;
    text-indent: 10px;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	display: none;
}
.placed_bet_row {
	position: relative;
	float: left;
	width: 100%;
	height:60px;
	color: #fff;
	cursor: default;
	background-color: #4d585d;
	border-bottom: 1px solid #3e3e3e;
}
.placed_bet_row:last-child{
	border-bottom:0;
}
.placed_bet_row:not(.disabled_bet_row) *::selection { background: #fff; }
.placed_bet_row:not(.disabled_bet_row) *::-moz-selection { background: #fff; }
.disabled_bet_row {
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select: none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
.BS_match_name{
	float: left;
	width: 88%;
	height: 20px;
	line-height: 20px;
	padding: 4px;
	box-sizing: border-box;
	overflow: hidden;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.BS_remove_Btn{
	margin-right: 5px;
	float: right;
	width: 20px;
	height:20px;
	line-height: 20px;
	font-size: 9px;
	font-weight: 700;
	background-color: #da3e2e;
	color: #fff;
	text-align: center;
	box-sizing: border-box;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.BS_odd_value {
    float: right;
    margin-right: 6px;
    color: #ffdf1b;
}
.BS_odd_selection,.BS_odd_outcome,.BS_odd_value,.BS_odd_value_USF{
	float: left;
	width:100%;
	/*color:#ffdf1b;*/
	height:16px;
	line-height: 20px;
	font-size: 11px;
	text-align: left;
	text-indent: 3px;
}
.BS_odd_selection{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.BS_odd_outcome,.BS_odd_value,.BS_odd_value_USF{ width:auto; }
.BS_odd_value,.BS_odd_value_USF{ float:right; margin-right: 6px; color:#ffdf1b;}
.odd_fluctuation{
	float:right; margin-right: 6px;
	width:16px;
	height:16px;
	cursor: pointer;
}
.show_up_arrow {
	background:url(/login/livebet/images/OddUP.png) center 6px/8px 8px no-repeat;
}
.show_down_arrow {
	background:url(/login/livebet/images/OddDOWN.png) center 6px/8px 8px no-repeat;
}
.Show_No_Comb{
	position: relative;
	float: left;
	width: 22px;
	height: 19px;
	background: url(/login/livebet/images/nocomb.png) center center/16px 16px no-repeat;
	display:none;
}
#bet_num {
	/*visibility: hidden;*/
	font-size: 9px;
	/*font-family: 'Sedgwick Ave', cursive;*/
}
/* Standard buttons in system */
.standard_btn {
	position: absolute;
	float: left;
	width: 20px;
	height: 20px;
	top: 20px;
	left:5px;
	display: block;
	/*margin: 5px auto;*/
	padding: 0;
	overflow: hidden;
	border-width: 0;
	outline: none;
	border-radius: 2px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .6);
	/*background-color: #2ecc71;*/
	background-color: #185633;
	color: black;
	-webkit-text-fill-color: #b4b4b4; /* Will override color (regardless of order) */
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #b4b4b4;
	font-size: 11px;
	font-family: 'Sedgwick Ave', cursive;
	line-height: 24px;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.active_standard {
	background-color: #27ae60;
	border: 1px solid #68db98;
	font-size: 13px;
	line-height: 22px;
	-webkit-text-fill-color: #fff; /* Will override color (regardless of order) */
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #fff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.standard_btn:hover, .standard_btn:focus {
	background-color: #27ae60;
}
.disabled_bet_row > *:not(.BS_remove_Btn) {
	pointer-events: none;
	cursor: default;
}
.standard_btn > * {
	position: relative;
}
.standard_btn span {
	display: block;
	padding: 12px 24px;
}
.standard_btn:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 0;
	padding-top: 0;
	border-radius: 100%;
	background-color: rgba(236, 240, 241, .3);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.standard_btn:active:before {
	width: 120%;
	padding-top: 120%;
	transition: width .2s ease-out, padding-top .2s ease-out;
}
#betslip_submission_results{
	position: relative;
	float: left;
	width: 100%;
	font-size:12px;
	height: auto;
	min-height: 150px;
}
.result_info{
	position: relative;
	float:left;
	width:100%;
	height:auto;
	padding:20px;
	box-sizing:border-box;
	font-size:14px;
	color: #fff;
	text-align: center;
}
#send-email-btn, #send-sms-btn, #return_btn{
	position: relative;
	float: left;
	bottom: 10px;
	width:96%;
	height:35px;
	line-height: 26px;
	left:2%;
	text-align: center;
	font-size:12px;
	font-weight: bold;
	padding:5px;
	background-color:#4d585d;
	color:#ffffff;
	box-sizing:border-box;
	cursor:pointer;
	margin-bottom:5px;
}

#return_btn{
	background-color: #f1c40f;
    color: #000;
}
#send-sms-areabinder {
    width: 97%;
    height: 30px;
    border: 2px solid #3b7382;
    border-radius: 3px;
    margin: 0 auto 5px;
	display:none;
	margin-bottom: 3px;
}
#send-email-areabinder {
    display: none;
    width: 97%;
    height: 30px;
    border: 2px solid #3b7382;
    border-radius: 3px;
    margin: 3px auto;
}
#mobilePrefixSelector {
    background: #484747;
    width: 100%;
    border: 0;
    position: relative;
    height: 30px;
    margin-top: -10px;
    cursor: pointer;
	color:#b3b3b3;
}
#sms-mobilePref-binder:after {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #d6d6d6;
    position: absolute;
    top: 40%;
    right: 4px;
    content: "";
    z-index: 102;
}
#phoneNumHid {
    width: 65%;
    background: #484747;
    border: 0px;
    color: #b3b3b3;
    text-indent: 10px;
    cursor: pointer;
	outline: none;
}
#userMail {
    width: 100%;
    background: #484747;
    border: 0px;
    color: #b3b3b3;
    text-indent: 10px;
    cursor: pointer;
    outline: none;
    padding: 10px 0;
    border-right: 1px solid #5d5b5b;
}
#send-sms-sbmtBtn, #send-email-sbmtBtn {
    width: 10%;
    text-align: center;
    font-size: 13px;
    padding: 8px 7px;
    background: #484747;
    border-left: 1px solid #5d5b5b;
    color: #b3b3b3;
    cursor: pointer;
}
#sms-mobilePref-binder {
    width: 20%;
    overflow: hidden;
    position: relative;
    padding: 10px 0;
    border-right: 1px solid #5d5b5b;
    cursor: pointer;
}

#return_reset {
	position: relative;
	float: left;
	bottom: 10px;
	width:96%;
	height:35px;
	line-height: 26px;
	left:2%;
	text-align: center;
	font-size:12px;
	font-weight: bold;
	padding:5px;
	background-color:#f1c40f;
	color:#000;
	box-sizing:border-box;
	cursor:pointer;
}
.error_msg{
	color:#c0392b;
}
#wrap_del{
	position: relative; float: left;margin-bottom: 20px; width: 96%; height: 20px; left: 2%; color:#fff;
}
#overlay_bets{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.4) url(/login/livebet/images/Overlay_Rolling.svg) center center/64px 64px no-repeat;
	z-index: 1000;
	display:none;
}
.popup {
	width:100%;
	height:100%;
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	background:rgba(0,0,0,0.75);
	line-height: 1.750em;
	z-index:2000;
}
.popup-inner h2 {
	font-size: 25px;
	color: #262626;
	line-height: 20px;
	margin-bottom: 20px;
}
.popup-inner {
	max-width: 400px;
	width: 70%;
	padding: 15px;
	position: absolute;
	font-size: 18px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	box-shadow: 0px 2px 6px rgba(0,0,0,1);
	border-radius: 3px;
	background: #fff;
}
.popup-inner p {
	font-size: 14px;
	line-height: 19px;
}
.popup-close {
	width:30px;
	height:30px;
	display:inline-block;
	position:absolute;
	text-decoration: none;
	top:0px;
	right:0px;
	transition:ease 0.25s all;
	-webkit-transform:translate(50%, -50%);
	transform:translate(50%, -50%);
	border-radius:1000px;
	background:rgba(200,200,200,0.8);
	font-family:Arial, Sans-Serif;
	font-size:28px;
	text-align:center;
	line-height:100%;
	color:#000;
	z-index:2000;
}
.popup-close:hover {
	-webkit-transform:translate(50%, -50%) rotate(180deg);
	transform:translate(50%, -50%) rotate(180deg);
	background:rgba(180,180,180,1);
	text-decoration:none;
}

#slip_idle {
    position: relative;
    float: left;
    width: 100%;
    height: 118px;
    text-align: center;
    background-color: #303030;
    line-height: 118px;
    color: #fff;
    font-size: 12px;
}
.betResInfo{
	width:98%;
	height:auto;
	position:relative;
	float:left;
	padding:10px 0;
	margin:0 0 21px 1%;
	line-height: 30px;
	text-align: center;
	background: #cac8c8;
}
#betslip-general-btnarea {
	width: 100%;
	display: grid;
	grid-template-columns: repeat( auto-fit, 40px);
	justify-content: end;
	text-align: center;
}
.betslip-util-btns {
	padding: 10px;
	background: #5a5a5a;
	color: #dddddd;
	cursor: pointer;
	font-size: 13px;
}
#clear-betslip-btn {
	background: #d05f5f;
}
.betslip-util-btns:not(:last-child) {
	border-right: 1px solid dimgrey;
}
.betslip-util-btns:hover {
	background: #484848;
	transition: 0.3s;
}
#pin-betslip[pinned='true'] {
	background: #4d585d;
}
.betslip_clear_bar{
	float: left;
	height:auto;
	color:#fff;
}
.betslip_clear_bar{
	border-bottom: 1px solid #272727;
}
#bookbet-content-binder {
	display: flex;
	width: 100%;
	display:none;
	border-top: 1px solid dimgrey;
}
#bookbet-input-binder { width: 100%; }
#bookbet-sbmt-binder > .fa-arrow-right{
	height: 32px;
	background: #5a5a5a;
	text-align: center;
	line-height: 30px;
	font-size: 15px;
	color: #d6d6d6;
	border-left: 1px solid #696969;
	width: 40px;
}
#quickbet-content-binder {
	display: none;
	grid-template-rows: 1fr auto;
	width: 100%;
}
#quickbet-search-area {
	display: grid;
	grid-template-columns: 20% 1fr;
	justify-content: center;
	align-items: center;
	border-top: 1px solid dimgrey;
}
#coupon-fixtures {
	height: 100%;
	padding: 0px;
	text-align: center;
}
#coupon-fixtures > i.fa {
	line-height: 64px;
	font-size: 15px;
}
#quickbet-search-inp-area > div:nth-child(1) {
	border-bottom: 1px solid #696969;
}
.slip_content{
	float: left;
	width: 100%;
	min-height: 60px;
	color: #fff;
	text-align: center;
	font-size: 11px;
	line-height: 60px;
	border-bottom: 1px solid #a7a7a7;
}
.betslip-inputs {
	width: 100%;
	height: 30px;
	text-indent: 5px;
	background: #5a5a5a;
	cursor: pointer;
	color: #c3c3c3;
	border: 0px;
	outline: none;
}
.alert-error-message {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
	padding: 10px;
	font-size: 11px;
}
.quickbet-match-search-sel {
	background: #03536E;
	padding: 5px 10px;
	color: #ddd;
	cursor: pointer;
}
.quickbet-match-search-teams {
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #116480;
	padding: 3px 0px;
	color: #94b6c1;
}
.quickbet-match-search-champ {
	font-style: italic;
	padding: 5px 0px;
	font-size: 10px;
	color: #e8e8e8;
}
.quickbet-match-search-sel:hover {
	background: #03536ec7;
	transition: 0.2s;
}
.quickbet-match-search-sel:not(:last-child) {
	margin-bottom: 2px;
}
.betslip-inputs[disabled] {
	background: #5a5a5ae0;
	cursor: no-drop;
}
.betslip-bb-binder {
	display: grid;
	grid-template-rows: 2fr;
	height: auto;
	color: #fff;
}
.betslip-bb-info-binder {
	display: flex;
	width: 100%;
	flex-flow: column;
}
.betslip-bb-title, .betslip-bb-event {
	height: 30px;
	line-height: 30px;
	text-align: left;
}
.betslip-bb-markets-binder {
	padding: 0px 15px;
}
.betslip-market-row {
	display: grid;
	grid-template-columns: 25px 1fr;
	align-items: center;
}
.betslip-market-row > div:nth-child(1) {
    color: #717171;
    font-size: 7px;
}
.betslip-market-row-info {
	display: flex;
	flex-flow: column;
	border-top: 1px solid #a9a9a9;
}
.betslip-market-row-info > div:nth-child(1), .betslip-market-row-info > div:nth-child(2) {
	height: 20px;
	line-height: 20px;
	text-align: left;
	padding: 0px 5px;
}
.betslip-separator {
	width: 100%;
	height: 1px;
	background: #a7a7a7;
}
.betslip-bb-value {
	height: 30px;
	line-height: 30px;
	text-align: right;
	padding: 0px 10px;
}
.betslip-market-row:last-child > .betslip-market-row-info {
	border-bottom: 1px solid #a9a9a9;
}
.betslip-bb-title {
	font-size: 12px;
	font-weight: bold;
}
.slip-resinfo-bb-selection-row {
	display: grid;
	grid-template-columns: 30px 1fr;
	align-items: center;
}
.resinfo-bb-selname, .resinfo-bb-prediction {
	font-size: 11px;
	text-align: left;
	height: 25px;
	line-height: 25px;
	color: #363535;
}
.slip-resinfo-bb-markets {
	padding: 0px 10px;
}
.slip-resinfo-bb-selection-row > div:nth-child(2){
	border-top: 1px solid #a7a7a7;
}
.slip-resinfo-bb-selection-row:last-child > div:nth-child(2) {
	border-bottom: 1px solid #a7a7a7;
}
.slip-resinfo-bb-selection-row > div:nth-child(1) {
	color: #757575;
	font-size: 8px;
}