.nsb_content {
	width:763px;
	margin:0 auto;
    margin-left:5px;
	/*background-color:#222;*/
	/*padding:20px;*/
	box-sizing:border-box;
	/*min-height:2500px;*/
}
.nsb_title {
	font-size:28px;
	color:#FFF;
	padding:0px 10px 0px;
    background-color: #222; 
}
.nsb_title span {
	font-size:20px;
	display:inherit;
	color:#999;
}
.nsb_video {
	width:700px;
	padding:5px;
	background-color:#111;
	position:relative;
	margin-top:10px;
	margin-left:10px;
	border-bottom:1px solid #BC2121;
	float:left;
}
.nsb_maclist {
	float:left;
	width:230px;
	max-height:405px;
	min-height:405px;
	background-color:#111;
	margin-top:10px;
	border-bottom:1px solid #BC2121;
	box-sizing:border-box;
	padding:5px 5px 0px 0px;
}
.nsb_boxtitle {
	padding:8px 15px;
	background-color:#333;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
}
.nsb_puanlist {
	float:left;
	width:310px;
	max-height:405px;
	min-height:405px;
	background-color:#111;
	margin-top:10px;
	border-bottom:1px solid #BC2121;
	box-sizing:border-box;
	padding:5px 5px 0px 0px;
}
.nsb_table_point {
	display:table;
	width:100%;
	margin:0px;
	padding:0px;
	table-layout:fixed;
}
.nsb_table_point ul {
	display:table-row;
}
.nsb_table_point > ul.head > li {
	background-color:#333;
	color:#999;
	font-size:11px;
	font-weight:bold;
	display:table-cell;
	padding:8px;
}
.nsb_table_point ul li {
	list-style:none;
	display:table-cell;
	border-bottom:1px solid #000;
}
.nsb_table_point ul li.minar {
	width:20px;
	max-width:20px;
	min-width:20px;
	text-align:center;
	font-weight:bold;
}

.nsb_table_point > ul.nsb_line > li {
	font-size:11px;
	color:#999;
	padding:4px 8px 4px;
	background-color:#222;
}
.nsb_matches a {
	display:inherit;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
	padding-left:15px;
	height:44.5px;
	border-bottom:1px solid #222;
	line-height:47px;
	position:relative;
	background-color:#111;
	box-shadow:0px 0px 20px #000 inset;
}
.nsb_matches a.selected {
	padding-left:30px;
}
.nsb_matches a.selected:before {
	content:'';
	border:10px solid transparent;
	border-left-color:#BC2121;
	position:absolute;
	top:50%;
	left:10px;
	margin-top:-10px;
}
.nsb_seasonlist {
	display:table;
	width:100%;
	table-layout:fixed;
	padding:5px 7px 5px 4px;
	box-sizing:border-box;
	background-color:#f0f0f0;
	border-bottom:1px solid #ccc;
}
.nsb_seasonlist li {
	display:table-cell;
	font-size:12px;
	padding:3px;
}
.nsb_seasonlist li a {
	display:inline-block;
	width:100%;
	text-align:center;
	padding:5px 0px 5px;
	background-color:#ddd;
	color:#222;
	text-decoration:none;
	font-weight:bold;
	border:1px solid #ccc;
	box-shadow:0px 1px 0px rgba(255,255,255,.5) inset;
	border-radius:3px;
}
.nsb_seasonlist li a:hover {
	background-color:#FFF;
	color:#BC2121;
}
.nsb_seasons {
	width:766px;
	background-color:#555;
	float:left;
}
.nsb_seasonlist li a.nomatch {
	background-color:#f9f9f9;
	color:#ccc;
	border:1px solid #ddd;
}
.nsb_seasonlist li a.nowmatch {
	background-color:#BC2121;
	color:#FFF;
	border:1px solid #900;
}
.nsb_sezonlisttitle {
	padding:8px 13px;
	background-color:#BC2121;
	color:#FFF;
	font-weight:bold;
	font-size:12px;
	font-family:Arial;
	border-bottom:2px solid #900;
}
.nsb_fixture {
	display:table;
	width:100%;
}
.nsb_fixture tr.nsb_head td {
	padding:5px;
	text-align:center;
	background-color:#DDD;
	color:#444;
	font-size:12px;
	font-weight:bold;
	border-bottom:1px solid #ccc;
	border-right:1px solid #CCC;
}
.nsb_fixture tr.nsb_minhead td {
	padding:5px;
	text-align:center;
	background-color:#f0f0f0;
	font-size:11px;
	font-weight:bold;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.nsb_fixture tr td.nsb_team {
	min-width:180px;
	width:18px;
	max-width:180px;
	text-align:left;
	font-weight:bold;
}
.nsb_fixture tr.nsb_match td.nsb_team {
	text-align:left;
	padding-left:15px;
}
.nsb_fixture tr.nsb_match td.nsb_team span {
	color:#777;
	float:right;
	font-weight:normal;
}
.nsb_fixture tr.nsb_match td {
	padding:8px 5px 8px;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	font-size:12px;
	text-align:center;
	background-color:#FFF;
}
.nsb_fixture tr.nsb_match td.nsb_bet {
	color:#BC2121;
	font-weight:bold;
	width:40px;
	/*min-width:40px;
	max-width:40px;*/
	cursor:pointer;
    text-align:left;
}
.nsb_fixture tr.nsb_match td.nsb_bet.selected {
	background-color:#BC2121;
	color:#FFF;
}
.nsb_fixture tr.nsb_match td.nsb_morebet {
	font-weight:bold;
	color:#111;
	background-color:#f0f0f0;
	width:50px;
	max-width:50px;
	min-width:50px;
}
.nsb_fixture tr.nsb_match td.nsb_morebet:hover {
	font-weight:bold;
	color:#BC2121;
	background-color:#fff;
	width:50px;
	max-width:50px;
	min-width:50px;
	cursor:pointer;
}

.nsb_fixture tr.nsb_match td.nsb_bet:hover {
	background-color:#BC2121;
	color:#FFF;
}
.nsb_fixture tr.nsb_match td.nsb_handicap {
	color:#777;
	font-weight:bold;
	width:30px;
	min-width:30px;
	max-width:30px;	
}
.nsb_fixture tr.nsb_match td.nsb_disabled, .nsb_fixture tr.nsb_match td.nsb_disabled:hover {
	background-color:#f0f0f0;
	background-image:url(/themes/subthemes/misbets/img/lock.gif);
	background-position:center center;
	background-repeat:no-repeat;
}
.nsb_fixture tr td.nsb_morecontent {
	padding:10px 10px 10px;
	background-color:#f9f9f9;
	display:none;
}
.nsb_coup {
	float:left;
	width:315px;
	min-height:371px;
	background-color:#000;
}
.nsb_matchinfo {
	position:absolute;
	width:100%;
	height:50px;
	line-height:50px;
	background:rgba(0,0,0,.3);
	bottom:0px;
	text-shadow:1px 1px 0px #000;
}
.nsb_nowmatch {
	display:inline-block;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	padding:0px 25px 0px;
	top:-2px;
	position:relative;
}
.nsb_countdown {
	display:inline-block;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	float:right;
	font-size:16px;
	padding:0px 25px 0px;
}
.nsb_sanaltv {
	width:125px;
	height:45px;
	background-image:url(sanaltv.png);
	background-repeat:no-repeat;
	position:absolute;
	top:10px;
	right:10px;
}
.nsb_oddtitle {
	font-size:12px;
	font-weight:bold;
	background-color:#666;
	color:#FFF;
	padding:5px 10px;
	border:1px solid #444;
	border-bottom:none;
    text-align:left;
}
.nsb_moreorans {
	width:100%;
	table-layout:fixed;
	border-collapse:collapse;
	margin-bottom:10px;
}
.nsb_moreorans tr td.nsb_bet {
	font-size:12px;
	border:1px solid #ddd;
	background-color:#FFF;
	font-weight:bold;
	padding:5px 10px;
	position:relative;
	cursor:pointer;
}
.nsb_moreorans tr td.nsb_bet.selected {
	background-color:#BC2121;
	color:#FFF;
}
.nsb_moreorans tr td.nsb_bet.selected span {
	background-color:#BC2121;
	color:#FFF;
}
.nsb_moreorans tr td.nsb_bet span {
	position:absolute;
	right:5px;
	top:5px;
	color:#BC2121;
}
.nsb_moreorans tr td.nsb_bet:hover, .nsb_moreorans tr td.nsb_bet:hover span {
	background-color:#BC2121;
	color:#FFF;
}
.ink {
	padding:10px;
	background-color:#f0f0f0;
}
.nsb_to {
	padding:10px;
	background-color:#006600;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	text-align:center;
}
.nsb_pa {
	padding:5px;
	text-align:right;
	background-color:#FFF;
}
.nsb_pa span {
	display:inline-block;
	padding:2px 10px 2px;
	font-size:12px;
	font-weight:bold;
}
.nsb_price {
	font-weight:bold;
	color:#222;
	padding:5px;
	text-align:right;
	font-size:12px;
	width:100px;
	outline:none;
}
.nsb_price_muh {
	font-weight:bold;
	color:#BC2121;
	padding:5px;
	text-align:right;
	font-size:12px;
	width:100px;
	outline:none;
	border:1px solid #FFF;
}
.nsb_oyna {
	background-color:#FFF;
	padding:5px;
	text-align:right;
}
.nsb_oyna a {
	display:inline-block;
	padding:10px 15px 10px;
	border:2px solid #006600;
	border-radius:5px;
	font-size:11px;
	font-weight:bold;
	color:#006600;
	background:rgba(0,0,0,.05);
	text-decoration:none;
	font-weight:bold;
}
.nsb_oyna a:hover {
	background:rgba(255,255,255,1);
}
#ns_load {
	display:none;
}
.nsb_afterkupon {
	padding:25px;
	font-size:18px;
	font-weight:bold;
	color:#FFF;
	background-color:#006600;
}
.nsb_afterkupon span {
	display:inherit;
	font-weight:normal;
	font-size:14px;
}
.nsb_okbutton {
	padding:5px;
	background-color:#f0f0f0;
}
.nsb_okbutton a {
	background-color:#FFF;
	color:#BC2121;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	display:inherit;
	text-align:center;
	padding:10px;
}
.nsb_fixture tr.nsb_more td.nsb_morecontent {
	display: table-cell;
}
.misbets-vf-player {
	width: 762px;
	height: 590px;
	background: #000;
	position: relative;
}
.misbets-vf-player video {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}