.match_time {
    background: #fff;
    font-size: x-large;
    font-style: inherit;
    border: 2px solid #1ab394;
    margin-bottom: 25px;
}
.txt_shadow {
	text-shadow: 2px 0px 5px rgba(0,0,0,.16);
}

.bx_shadow {
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	-ms-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	-o-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);	
}

.sb_hed {
	width: 100%;
	float: left;
	text-align: center;
	padding: 30px 0;
}

.sb_hed h3 {
	font-size: 22px;
	font-weight: bold;
	color: #555;
	position: relative;
	margin: 0;
	display: inline-block;
}

.sb_hed h3 a {
	color: #555;
	text-decoration: none !important;
}

.sb_hed h3:after {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #1ab394;
}

.team_scr {
	width: 100%;
	float: left;
	background: #fff;
	padding: 10px 15px;
	position: relative;
}

.team_scr:after {
	content: "";
	position: absolute;
	top: 96px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #1ab394;
	display:none;
}

.htm_bord {
	width: 100%;
	float: left;
	border-bottom: 2px solid #1ab394;
}

.indi_team {
	width: 100%;
	float: left;
	text-align: center;
}

.win_team {
    float: left;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
	font-size: 16px;
}

.win_team   span{
	display: block;
}

.vs_tem {
	position: relative;
}

.vs_tem:after {
	content: "Vs";
    position: absolute;
    color: #1ab394;
    top: 15px;
    right: -35px;
    font-size: 16px;
}

.indi_team span {
    color: #a5a6a7;
    font-size: 16px;
    display: inline-block;
    width: 40%;
    text-align: center;
}

.indi_team strong {
    display: inline-block;
    color: #a5a6a7;
    font-size: 40px;
    font-weight: normal;
}

.tm_shdule {
	width: 25%;
	float: left;
}

.mtch_dtls {
	width: 25%;
	float: left;
	text-align: center;
}

.mtch_dtls h4 {
    margin: 3px 0 0;
    font-size: 15px;
    font-weight: 600;
}

.mtch_dtls span {
	font-size: 25px;
	color: #a5a6a7;
	font-weight: bold;
}

.scorebrd_sctn {
	width: 100%;
	float: left;
	background: #fff;
	padding: 10px 15px;
	margin: 25px 0;
}

.tem_lst {
	width: 100%;
	float: left;
	border: 1px solid #f1f2f3;
}

.tem_lst h4 {
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #555;
    margin: 0;
    display: block;
    padding: 10px;
}

.tem_lst ul {
	margin: 0;
}

.tem_lst ul li {
	display: block;
	padding: 8px 10px;
	border-bottom: 1px solid #f1f2f3;
}

.tem_lst ul li:last-child {
	border-bottom: none;
}

.tem_lst li:nth-child(even) {
    background: rgba(0,0,0,0.017);
}

.tem_lst ul li a {
	color: #555;
	font-size: 13px;
	display: inline-block;
	text-decoration: none !important;
}

.ky_evnts {
    width: 100%;
    float: left;
    padding: 10px 0;
    text-align: center;
    margin-bottom: 10px;
}

.ky_evnts h4 {
	margin: 0;
	font-size: 15px;
	font-weight: bold;
	display: inline-block;
	position: relative;
}

.ky_evnts h4:after {
	content: "";
	position: absolute;
	bottom: -8px;
	left: 0;
	background: #1ab394;
	height: 2px;
	width: 100%;
}

.kyevnts_sctn {
	width: 100%;
	float: left;
	margin-top: 1px;
	border: 1px solid #dcdddf;
}

.kyevnts_sctn ul {
	margin-bottom: 0;
}

.kyevnts_sctn ul li {
	display: block;
	padding: 8px 10px;
	border-bottom: 1px solid #f1f2f3;
}

.kyevnts_sctn ul li:hover {
	background: rgba(0,0,0,0.045);
}

.scorebrd_sctn.bx_shadow {
	box-shadow: none;
}

.kyevnts_sctn ul li:last-child {
	border-bottom: none;
}

.kyevnts_sctn li:nth-child(even) {
    background: rgba(0,0,0,0.017);
}

.kyevnts_sctn li span {
	width: 50%;
	float: left;
}

.kyevnts_sctn li strong {
	width: 50%;
	float: left;
}

.lst_pdn_rt {
	padding-right: 0;
}

.lst_pdn_lt {
	padding-left: 0;
}

.acc_hedng {
	width: 100%;
	float: left;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    -ms-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    -o-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);	
}

.acc_hedng a {
	display: block;
	padding: 10px 15px;
	text-decoration: none !important;
	background: rgba(0,0,0,0.017);
	color: #555;
	font-weight: bold;
}

.acc_hedng a i {
	font-size: 18px;
	font-weight: bold;
}

.acord_inn {
	width: 100%;
	float: left;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    -ms-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    -o-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);		
}

.accord_lsts {
	width: 100%;
	float: left;
	margin: 0;
}

.accord_lsts li {
	display: block;
	padding: 8px 10px;
	border-bottom: 1px solid #f1f2f3;
	text-align: center;
}

.accord_lsts li:last-child {
	border-bottom: none;
}

.accord_lsts li:nth-child(even) {
    background: rgba(0,0,0,0.017);
}

.inf_lft h4 {
	text-align: left;
	display: block;
	margin: 0;
	font-size: 14px;
	padding: 8px 0;
	font-weight: bold;
}

.inf_rgt h4 {
	text-align: right;
	display: block;
	margin: 0;
	font-size: 14px; 
	padding: 8px 0;
	font-weight: bold;
}

.tem_lst ul li a img {
    padding: 0 2px;
}

.mn_tmlst {
	width: 100%;
	float: left;
	margin-left: 0;
	margin-top: 10px;
}

img.pro_img {
    width: 48px;
    height: 48px;
}

.logo_img {
    display: inline;
    max-width: 320px;
    height: 45px;
}

.win_tem span,
.win_tem strong {
	color: #1ab394 !important;
}


@media all and (max-width: 767px) {

.sb_hed {
	padding: 25px 0;
}

.sb_hed h3 {
	font-size: 18px;
}

.sb_hed h3:after {
	bottom: -18px;
}

.inf_lft h4,
.inf_rgt h4 {
	text-align: center;
}

.team_scr:after {
	display: none;
}

.indi_team {
	border: 1px solid #f1f2f3;
	padding: 4px;	
}

.indi_team span {
	width: auto;
    font-size: 14px;
    position: relative;
    top: -6px;
}

.indi_team strong {
	font-size: 32px;
}

.vs_tem:after {
	font-size: 13px;
	right: -23px;
}

.acc_hedng a {
	margin-top: 20px;
}

.accord_lsts {
	border-top: 2px solid #777;
}

.spcl_pstn {
	position: static !important;
}

.scorebrd_sctn {
	padding: 0; 
}

}

@media all and (max-width: 599px) {

.team_scr.bx_shadow {
	box-shadow: none;
	border-bottom: 2px solid #1ab394;
	padding-bottom: 25px;
}

.scorebrd_sctn {
	margin: 15px 0;
}

.tm_shdule {
	width: 100%;
	text-align: center;
	padding-bottom: 10px;
}

.mtch_dtls {
    width: 100%;
    padding: 10px 10px 6px;
    border-bottom: 1px solid #f1f2f3;
}

.mtch_dtls:last-child {
	border-bottom: 0;
}

.indi_team span {
	width: auto;
    font-size: 13px;
    position: relative;
    top: -6px;
}

.indi_team strong {
	font-size: 28px;
    line-height: 30px;
}

.indi_team {
	margin-bottom: 0;
}

.vs_tem:after {
	font-size: 12px;
	right: -23px;
	top: 38%;
}

.tm_shdule {
    padding: 10px;
    border-bottom: 1px solid #f1f2f3;
}

.mtch_dtls h4 {
	margin: 0;
}

.mn_tmlst {
	margin: 10px 0 0;
	border: 1px solid #f1f2f3;
}
}

@media all and (max-width: 991px) and (min-width: 768px) {

.spcl_pstn {
    position: absolute;
    right: 0;
    top: 0;
}

.acc_hedng {
	margin-top: 25px;
}

.scorebrd_sctn {
	padding: 0; 
}

}

@media all and (max-width: 540px) {
.indi_team span {
	position: static !important;
}
}

