html{
	height: 100%;
}
body {
	font-family: -apple-system,"Helvetica Neue",Helvetica,"Segoe UI",Roboto,"Droid Sans",Arial,sans-serif;
	margin:0;
	padding:0;
	border:0;
	width:100%;
	height: 100%;

	font-size:90%;
/*	background-color:#414141;
	background: url("/_images/bg.jpg") repeat center center;*/
}
.main-background{
	background-color:#414141;
	background: url("/_images/bg.jpg") repeat center center;
}
a:link {
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	text-decoration: none;
	color: #ffffff;
}
a:active {
	text-decoration: none;
	color: #ffffff;
}
.clearfix { display: block; clear: both; }
#container{
	margin: 0 auto;
	height: 100%;
	position: relative;
	min-width: 980px;
}
#header {
	width: 100%;
}
#content {
	float: none;
	width: auto;
	min-width: 780px;
	height: 100%;
	position: relative;
	overflow: hidden;
}
#content #content-header {
	color: #dcdddc;
	float: left;
	width: 100%;
	line-height: 30px;
	height: 30px;
	position: relative;
	background-image: url('/_images/content-header-bg.jpg');
	background-repeat: repeat-x;
}
#content #content-header #nav-title {
	margin-left: 10px;
	position: absolute;
	display: inline-block;
}
#sidebar {
	float: left;
	width: 200px;
	max-width: 200px;
	height: 100%;
	background: url('/_images/sidemenu-bg.jpg');
	background-position: right top;
	position: relative;
	padding-bottom: 5000em;
	margin-bottom: -5000em;
}
#sidebar #sidebar-header {
	color: #ffffff;
	float: left;
	width: 100%;
	max-width: 200px;
	line-height: 30px;
	height: 30px;
	position: relative;
	background: url('/_images/sidemenu-header-bg.jpg');
	background-position: right top;
}
#content .left-pane{
	display: inline-block;
	width: 85%;
	float: none;
	position:relative;
	border-right: 1px solid #404040;
	margin-right: -1px;
	background-color: #414141;
	min-height: 900px;
}
#content .right-pane{
	display: inline-block;
	width: 15%;
	float: right;
	position:relative;
	min-height: 900px;
	background-color: #414141;
	padding-bottom: 5000em;
	margin-bottom: -5000em;
}
#dyn-content{
	padding: 5px;
	color: #fff;
	background: #414141;
}
.sports-filters .sport-filter {
	font-size: 12px;
	color: #bbbbbb;
	line-height: 24px;
	height: 27px;
	border-bottom: 1px solid #2c2c2c;
	padding: 2px;
	margin-left: 2px;
}
.sports-filters .sport-filter:hover {
	cursor: pointer;
	color: #ffffff;
	background-color: rgba(80,80,80,0.3);
}
.sports-filters .sport-filter img.sport-filter-img {
	margin-left: 2px;
	width: 18px;
	height: 18px;
	vertical-align: middle;
}
.sports-filters .sport-filter span.sport-filter-label {
	margin-left: 10px;
}
table.champ-filters, table.coupon-table{
	font-size: 13px;
	width: 100%;
	margin-bottom: 7px;
	color: #dcdddc;
	table-layout: fixed;
	border: 2px solid #404040;
}
table.champ-filters th, table.coupon-table th{
	background-color: #16523f;
	padding: 8px 5px 8px 5px;
	border: 1px solid #404040;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-align: left;
	cursor: pointer;
	font-size: 16px;
	line-height: 24px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
table.champ-filters th img.flag-icon, table.coupon-table th img.flag-icon{
	margin-right: 5px;
}
table.champ-filters tr, table.coupon-table tr{
	background-color: #888888;
	border: 1px solid #545454;
	text-align: left;
}
table.coupon-table tr.title{
	background-color: #a7a7a7;
	color: #444444;
	border: 1px solid #404040;
	text-align: left;
}
table.coupon-table tr.title{
	background-color: #a7a7a7;
	color: #444444;
	border: 1px solid #404040;
	text-align: left;
}
table.champ-filters tr td, table.coupon-table tr td{
	vertical-align: middle;
	padding: 8px 5px 8px 5px;
}
table.coupon-table tr td:last-child{
	border-right: 1px solid #404040;
}
table.coupon-table tr td.odds{
	border-left: 1px solid #404040;
	border-bottom: 1px solid #404040;
	background-color: #585858;
	color: #ffdf1b;
}

table.coupon-table tr td.odds.selected{ 
	background:#16523f;
}

table.coupon-table tr td.odds:hover{
	background-color: #686868;
	cursor: pointer;
}
table.coupon-table tr td.odds.selected:hover{
	background-color: #104433;
	cursor: pointer;
}
table.coupon-table tr td.more-odds{
	border-left: 1px solid #404040;
}
table.coupon-table tr td.more-odds:hover{
	cursor: pointer;
	color: #ffdf1b;
}
table.coupon-table tr td.teams{
	font-weight: bold;
}
table.coupon-table tr:hover td.teams{
	color: #ffdf1b;
}
table.coupon-table tr td.gamecode{
	font-size: 10px;
	font-weight: bold;
}

table.betslip-table{
	font-size: 13px;
	width: 100%;
	margin-bottom: 7px;
	color: #dcdddc;
	table-layout: fixed;
}
table.betslip-table th{
	background-color: #16523f;
	padding: 8px 5px 8px 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-align: left;
	cursor: pointer;
	font-size: 16px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
table.betslip-table tr{
	background-color: #666666;
	text-align: left;
}
table.betslip-table tr.title{
	background-color: #a7a7a7;
	color: #444444;
	text-align: left;
}
table.betslip-table tr td{
	vertical-align: middle;
	padding: 8px 5px 8px 5px;
}

table.base-table tr td{
	vertical-align: middle;
	padding: 8px 5px 8px 5px;
}
form table.base-table input, form table.base-table select{
	padding: 5px;
}
form table.base-table input[type='button'], input[type='submit']{
	position: relative;
	display: inline-block;
	padding: 4px 4px 4px 4px;
	margin: 0px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: none;
    background-color: #084632;
    color: #EEE;
	font-weight: bold;
	cursor: pointer;
}

table.base-table{
	font-size: 13px;
	width: 100%;
	margin-bottom: 7px;
	color: #dcdddc;
	table-layout: fixed;
}
table.base-table th{
	background: #16523f;
	padding: 8px 5px 8px 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-align: left;
	font-size: 15px;
	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;
}
table.base-table tr{
	background-color: #666666;
	text-align: left;
}

button {
	position: relative;
	display: inline-block;
	padding: 4px 4px 4px 4px;
	margin: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #333333;
	background-color: #ffdf1b;
	color: #000000;
	font-weight: bold;
	cursor: pointer;
}


#footer{
	border-top: 1px solid #333333;
	width: 100%;
	color: #ffffff;
	height: 200px;
	padding: 0;
	margin: 0;
	text-align: center;
	background-color: #414141;
}
div.nav-container{
	position:relative;
	height:75px;
	width:100%;
	min-width:1000px;
	margin-left:auto;
	margin-right:auto;
	background-color:#16523f;
	font-size:10px;
	color:#ffffff;
	border-bottom: 1px solid #116d50;
}
div.nav-products{
	width: 100%;
	position: relative;
	text-align: center;
}
div.nav-products ul{
	line-height: 75px;
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	list-style: none;
}
div.nav-products ul li{
	position: relative;
	display: inline-block;
	line-height: 24px;
	padding-left: 5px;
	padding-right: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 2px solid transparent;
}
div.nav-products ul li:hover, div.nav-products ul li.active{
	border: 2px solid #10634a;
	background-color: #116c50;
}
div.nav-products ul li a{
	padding-left: 5px;
	padding-right: 5px;
	display: block;
	font-size: 12px;
	color: #ffffff;
}
div.nav-products ul li:hover a, div.nav-products ul li.active a{
	color: #ffdf1b;
}
div.subnav-container{
	position:relative;
	height:30px;
	width:100%;
	min-width:1000px;
	margin-left:auto;
	margin-right:auto;
	background-color:#16523f;
	font-size:10px;
	color:#ffffff;
	border-bottom: 1px solid #116d50;
}
div.subnav-products{
	position:relative;
	height:30px;
	margin-right: -3px;
	font-size:11px;
	color:#7fbfac;
	border-left: 1px solid #116d50;
	padding-left: 8px;
	padding-right: 8px;
	display: inline-block;
}
div.subnav-products a {
	font-weight: bold;
	color:#ffffff;
	padding: 9px;
	display: inline-block;
}
div.subnav-products a:hover {
	color:#ffdf1b;
}
div.subnav-products.lang-selector{
	width: 155px;
}
div.subnav-products.help-selector{
	width: 80px;
	text-align: center;
}
div.subnav-products.odd-selector{
	width: 155px;
}
div.subnav-products.account-selector{
	width: 80px;
	text-align: center;
	margin-right: 0px;
}
div.subnav-products.account-selector .ddown_menu{
	width: 240px;
	right: 5px;
}
.ddown_menu_label {
	padding-top: 10px;
}
.ddown_menu,.ddown_msg_list {
	position:absolute;
	top:45px;
	height:auto;
	background-color: #bbbbbb;
	z-index:100;
	display: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border:1px solid #666;
	-webkit-box-shadow: 4px 4px 14px 0px rgba(50, 50, 50, 0.82);
	-moz-box-shadow: 4px 4px 14px 0px rgba(50, 50, 50, 0.82);
	box-shadow: 4px 4px 14px 0px rgba(50, 50, 50, 0.82);
}
div.subnav-products .ddown_menu a {
	width: 100%;
	padding: 0px;
}
div.subnav-products .ddown_menu a {
	color: #333333;
	font-weight: normal;
}
.ddown_msg_list { top: 50px; z-index:101; font-size: 12px;}
.top_arr{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: #666 transparent #bbbbbb transparent;
	position: absolute;
	left: 80%;
	top: -10px;
	color: #333333;
}
.mnu_item, .mnu_item_header{
	width:98%;
	height:35px;
	position: relative;
	line-height: 35px;
	margin:0 auto;
	border-bottom: 1px solid #bdc3c7!important;
	color:#333333;
	text-align: left;
	font-size: 12px;
	text-indent: 20px;
}
.mnu_item_header{
	background-color: #c8c8c8;
	text-align: center;
}
.mnu_item_header:hover {
	cursor: default;
}
.mnu_item:last-child { border-bottom: 0; }
.mnu_item:hover { background-color: #c8c8c8;  }
.right-float { float: right; }
.left-float { float: left; }
.toggle-btn { cursor: pointer; }
.toggle-btn:hover { background-color: #137a59; }
.highlight-text { color: #ffffff; font-weight: bold; }
.highlight-red-text { color: #ff0000!important; font-weight: bold; }
.highlight-white-text { color: #ffffff!important; }
.highlight-gray-text { color: #dcdddc; }
.highlight-yellow-text { color: #ffdf1b; }
.toggle-btn:hover .highlight-text { color: #ffdf1b; }
.align-center { text-align: center!important; }
.align-left { text-align: left!important; }
.align-right { text-align: right!important; }
.content-container { background-color:#414141; min-height: 900px; height: auto; overflow: hidden; position: relative; }
/*.content-container { min-height: 900px; background-color: #414141; height: auto; overflow: hidden; position: relative; }*/
.clear-background{ background: none; background-color: none; }

@media all and (max-width : 1200px) {
	#content .left-pane{
		width: 70%;
	}
	#content .right-pane{
		width: 30%;
	}
	table.coupon-table {
		font-size: 11px;
	}
	#sidebar{
		width: 160px;
		min-width: 160px;
	}
	.sports-filters .sport-filter{
		font-size: 11px;
	}
	#content{
		min-width: 820px;
	}
	table.coupon-table tr td.gamecode{
		font-size: 9px;
		font-weight: normal;
	}
}
@media all and (min-width : 1200px) and (max-width : 1500px) {
	#content .left-pane{
		width: 75%;
	}
	#content .right-pane{
		width: 25%;
	}
	table.coupon-table tr td.gamecode{
		font-size: 10px;
	}
}
@media all and (min-width : 1500px) and (max-width : 1700px){
	#content .left-pane{
		width: 80%;
	}
	#content .right-pane{
		width: 20%;
	}
}
@media all and (min-width : 1700px){
	#content .left-pane{
		width: 85%;
	}
	#content .right-pane{
		width: 15%;
	}
}

#dyn-content .coupon-header{
	border: 1px solid #404040;
	background-color:#a7a7a7;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position: relative;
}
#dyn-content .coupon-header .top{
	width: 100%;
	border-bottom: 1px solid #046f50;
}
#dyn-content .coupon-header .coup-title{
	position: relative;
	display: inline-block;
	padding: 2px 4px 2px 4px;
	margin: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 2px solid #10634a;
	background-color: #116c50;
	color: #dcdddc;
}
#dyn-content .coupon-header .coup-title:hover{
	cursor: pointer;
}
#dyn-content .coupon-header .coup-title:hover, #dyn-content .coupon-header .coup-title.selected{
	color: #ffdf1b;
}

.clear-input{ background: none; border: none; outline: none; }
#couponpage {
	position:absolute;
	width:100%;
}
#couponpage .coupon-container{
	padding: 8px 6px 8px 6px;
}
#couponpage .coupon-controls{
	width: 100%;
	border-bottom: 1px solid #404040;
	border-top: 1px solid #404040;
}
#couponpage .coupon-header{
	min-height: 60px;
	border: 1px solid #404040;
	background-color:#16523f;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position: relative;
}
#couponpage .coupon-header .top{
	width: 100%;
	height: 30px;
	border-bottom: 1px solid #046f50;
}
#couponpage .coupon-header .top .coup-title{
	position: relative;
	display: inline-block;
	padding: 2px 4px 2px 4px;
	margin: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 2px solid #10634a;
	background-color: #116c50;
	color: #ffdf1b;
	font-weight: bold;
}
#couponpage .cancel-button{
	font-size: 12px;
	cursor: pointer;
}
#couponpage .coupon-box{
	padding: 10px;
	margin-top: 5px;
	border: 1px solid #404040;
	background-color:#666666;
	color: #ababab;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position: relative;
}
#couponpage .line1{
	position: relative;
}
#couponpage .line2{
	position: relative;
}
#couponpage .game-selection{
	margin-left: 5px;
	display: inline-block;
	max-width: 165px;
	min-height: 45px;
}
#couponpage .game-selection{
	margin-left: 5px;
	display: inline-block;
	max-width: 165px;
	min-height: 45px;
}
#couponpage .main-form input.rounded{
	padding: 5px;
	outline: none;
	border: 1px solid #404040;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#couponpage .main-form table.coupon-table input[type="text"]{
	padding: 5px;
	outline: none;
	border: 1px solid #404040;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#couponpage .main-form div#SysExpandingTab input[type="text"]{
	width: 40px;
}
#couponpage .main-form input#txtSImp, #couponpage .main-form input#txtMImp{
	width: 60px;
}
#couponpage .main-form div#SysExpandingTab .systxt{
	text-align: right;
}
#couponpage .main-form div#SysExpandingTab .syschka{
	text-align: center;
}
#couponpage .main-form select#mycustomer{
	padding: 5px;
}
#couponpage .refresh-button{
	position: relative;
	display: inline-block;
	padding: 2px 4px 2px 4px;
	margin: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 2px solid #10634a;
	background-color: #116c50;
	color: #ffdf1b;
	font-weight: bold;
	cursor: pointer;
}
#couponpage .bet-button{
	position: relative;
	display: inline-block;
	padding: 4px 4px 4px 4px;
	margin: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #333333;
	background-color: #ffdf1b;
	color: #000000;
	font-weight: bold;
	cursor: pointer;
}
.back-button{
	border-right: 1px solid #333333;
	display: inline-block;
	width: 29px;
	height: 29px;
	background: #474747 url("/_images/back-button.jpg") no-repeat right top;
}
.back-button:hover{
	cursor: pointer;
	background: #474747 url("/_images/back-button-hover.jpg") no-repeat right top;
	filter: contrast(59%);
}

/* Datepicker */
.datepickIcon:hover {
	-webkit-border-radius: 20px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0, 150, 0, 0.67);
	-moz-box-shadow:    0px 0px 30px 0px rgba(0, 150, 0, 0.67);
	box-shadow:         0px 0px 30px 0px rgba(0, 150, 0, 0.67);
}
input#search-teams[type=text] {
	margin: auto;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	background-color: white;
	background-image: url('/_images/search.png');
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding: 3px 5px 3px 30px;
	border: none;
	border-bottom: solid 4px #c9c9c9;	
}
input.champ-filter-checkbox[type=checkbox] {
	vertical-align: text-top;
}
input.champ-filter-checkbox[type=checkbox]:hover {
	cursor: pointer;
}
div#search-container div#search-results{
	position: absolute;
	height: auto;
	background-color: #fafafa;
	z-index: 100;
	border: 1px solid #666;
	-webkit-box-shadow: 4px 4px 14px 0px rgba(50, 50, 50, 0.82);
	-moz-box-shadow: 4px 4px 14px 0px rgba(50, 50, 50, 0.82);
	box-shadow: 4px 4px 14px 0px rgba(50, 50, 50, 0.82);
	display: none;
	width: 300px;
	font-size: 14px;
	color: #666;
	border-radius: 4px;
	margin: 0;
}
div#search-container div#search-results div.match-title{
	color: #333333;
	font-weight: bold;
	padding: 2px;
}
div#search-container div#search-results div.more-odds{
	padding: 0;
	border-bottom: 1px solid #666;
	font-size: 12px;
}
div#search-container div#search-results div.search-error{
	padding: 15px;
}
div#search-container div#search-results div.more-odds:hover{
	background-color: #efefef;
	color: #000;
	cursor: pointer;
}
.overlay-window{
	text-align: center;
	cursor: default;
	width:300px;
	min-height: 200px;
	margin: 10px auto;
	border:1px solid #333;
	background-color:#666666;
	position: relative;
	z-index: 1000000;
	padding: 5px;
	padding-right: 15px;
	border: 2px solid #ffffff;
	border-radius: 3px;
}
.overlay-mask{
	cursor: pointer;
	color: #000000;
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color: rgba(0,0,0,0.6);
	display:none;
	z-index:99999;
}
.static-top-alert {
	width: 100%;
	height: 30px;
	position: fixed;
	top: 0;
	left: 0;
	padding: 5px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	background-color: #16523f;
	color: #ffffb7;
	line-height: 30px;
}
.search-input {
	margin-top: 3px;
	width: 200px;
	box-sizing: border-box;
	border: 2px solid #ccc;
	border-radius: 4px;
	background-color: white;
	background-image: url(/_images/search.png);
	background-repeat: no-repeat;
	background-position: 3px 3px;
	padding: 3px 5px 3px 30px;
}
.div-loader{
	position:fixed;
	width:50%;
	z-index:1000;
	height:200px;
	top:250px;
	left:25%;
	color:#FFF;
	background: #000 url(/_images/loadme.gif) no-repeat center center;
	opacity:0.8;
	filter:alpha(opacity=80);
	-moz-border-radius: 5px;
	border-radius: 5px;
	display:block;
}
div#couponpage div#alertdiv table{
	margin-top: 10px;
	background-color:#FF0000;
	color:#FFFFFF;
	border:1px solid #404040;
	font-size:12px;
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
}
div#couponpage div#alertdiv table td{
	padding: 10px;
	text-align: center;
}
div.main_loader {
	position: fixed;
	width: 400px;
	z-index: 1000;
	height: 200px;
	top: 20%;
	left: -webkit-calc(50% - 200px);
	left: calc(50% - 200px);
	background: #474747 url(/login/livebet/images/Rolling.png) no-repeat center center;
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #666666;
}
.pg-CreateCouponContainer {
	position: absolute;
	top: -40px;
	left: 0;
	right: 0;
	text-align: center;
	pointer-events: none;
	z-index: 1;
}
.pg-CreateCouponContainer-Sticky {
	position: fixed;
	z-index: 100;
}
.pg-CreateCoupon, .pg-CreateCoupon_Button, .pg-CreateCoupon_Count, .pg-CreateCoupon_Selection, .pg-CreateCoupon_Selections {
	display: inline-block;
}
.pg-CreateCoupon {
	line-height: 19px;
	background-color: #d8d8d8;
	border-radius: 0 0 1px 1px;
	position: relative;
	pointer-events: auto;
	padding: 5px 5px 5px 7px;
}
.pg-CreateCoupon_Count {
	background-color: #404040;
	font-size: 12px;
	color: #e4e4e4;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	line-height: 17px;
	padding-top: 1px;
	text-align: center;
	border-radius: 50%;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: relative;
}
.pg-CreateCoupon_Selection, .pg-CreateCoupon_Selections {
	font-size: 12px;
	color: #404040;
	vertical-align: middle;
	padding-left: 5px;
	min-width: 90px;
	text-align: left;
	position: relative;
}
.pg-CreateCoupon_Selection {
	display: inline-block;
}
.pg-CreateCoupon_Button {
	min-width: 115px;
	font-size: 12px;
	color: #474747;
	background-color: #ffdf1b;
	vertical-align: middle;
	height: 25px;
	line-height: 23px;
	position: relative;
	border: 1px solid #bbb;
	border-radius: 1px;
	text-align: center;
	cursor: pointer;
	transition: background-color .1s ease-in-out,color .1s ease-in-out;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 0 10px;
}
.general-btn{
	position: relative;
	display: inline-block;
	padding: 2px 4px 2px 4px;
	margin: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 2px solid #10634a;
	background-color: #116c50;
	color: #dcdddc;
}
.general-btn:hover, .general-btn.selected{
	color: #ffdf1b;
	cursor: pointer;
}
.clear-spacing{
	padding: 0!important;
	margin: 0!important;
}
table.normaltable td {
	text-align: center;
}
table.normaltable td.team {
	text-align: left;
}
table.normaltable td.team a{
	cursor: default;
	color: #dcdddc;
	font-weight: bold;
}
.sport-error-msg {
    width: 100%;
    display: flex;
    height: 40px;
    background: #e74545;
    padding: 25px 0px;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.sport-error-icon {
    font-size: 25px;
    text-align: center;
}
.sport-error-text { font-size: 14px; }