
/****************************************** MEDIA QUERIES *******************************************************/

@media screen and (min-width:1500px) {
body {
/*	background: pink !important;*/
}
}

@media screen and (min-width:1200px) and (max-width:1500px) {
body {
/*	background: black !important;*/
}
}

@media screen and (min-width:992px) and (max-width:1199px) {
body {
/*	background: red !important;*/
}
}

@media screen and (min-width:768px) and (max-width:991px) {
body {
/*	background: yellow !important;*/
}
.lcw-over-info-right {
    width: 85%;
}
}

@media screen and (max-width:767px) {
body {
/*	background: green !important;*/
}
/* Force table to not be like tables anymore */
#lcw-sm-table, #lcw-sm-table .lcw-thead, #lcw-sm-table .lcw-tbody, #lcw-sm-table .lcw-th, #lcw-sm-table .lcw-td, #lcw-sm-table .lcw-tr {
	display: block;
}
#lcw-sm-table .lcw-thead .lcw-tr {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
#lcw-sm-table .lcw-tr {
	/*border: 1px solid #ccc;*/
	padding: 15px 0;
}
#lcw-sm-table .lcw-td {
	border: none;
	/*border-bottom: 1px solid #eee;*/
	position: relative;
	padding-left: 35%;
	white-space: normal;
	text-align: left;
}
#lcw-sm-table .lcw-td:before {
	position: absolute;
	top: -1px;
	left: 6px;
	width: 45%;
	padding-right: 10px;
	white-space: nowrap;
	text-align: left;
	font-weight: bold;
}
#lcw-sm-table .lcw-td:before {
	content: attr(data-title);
	color: #00ab4e;
}
#lcw-sm-table .lcw-td:nth-child(2):before {
	top: 10px;
}
.lcw-table .lcw-td:nth-child(2) {
	width: 100%;
}
#lcw-sm-table .lcw-tr {
	padding-top: 14px;
	padding-bottom: 0;
}
#lcw-sm-table .lcw-tbody .lcw-td {
	padding-top: 0;
	padding-bottom: 14px;
}
/* Lcw Fixtures */
	 
.lcw-fixtures, .lcw-match {
	padding: 15px 0;
}
.lcw-match-timing {
	margin: 10px 0;
}
.lcw-short-state{
	text-align: left;
}
.lcw-short-state:first-of-type {
    margin-top: 10px;
    border-top: #BECBD2 1px solid;
    padding-top: 10px;
}
.lcw-match-info {  
    padding-bottom: 10px;
}
.lcw-batsmen .lcw-td:nth-child(1) {
    width: 100%;
}
 .lcw-batsmen#lcw-sm-table .lcw-td:nth-child(2):before {
   top:-1px;
}
.lcw-livescore-outer .nav-tabs,
.lcw-livescore-outer .nav-tabs .nav-link{
	display: block;
	border: 1px solid #becbd2;
	margin-left: 0;
	margin-right: 0;
}
.lcw-livescore-outer .nav-tabs .nav-link.active{
	border: 1px solid #00ab4e;
}
.lcw-livescore-outer .nav-tabs .nav-link.active:after{
	bottom: 0;
    background: #00ab4e;
}
.lcw-livescore-outer .nav-tabs{
	border:none;
}
.lcw-endof-over, .lcw-endof-over-msg{
	display: block;
}
.lcw-endof-over-msg{
	text-align: left;
	padding: 0 0 8px;
	font-size: 15px;
}
.lcw-endof-over {
    padding: 11px 0 8px 0; 
}
.lcw-over-info-right {
    width: 80%;
}
}

@media (max-width: 480px) {
body {
/*	background: brown !important;*/
}
.lcw-over-info-right {
    width: 70%;
}
}
