.table-striped-column > tbody > tr td:nth-of-type(odd), .table-striped-column > thead > tr th:nth-of-type(odd){
  background-color: #DEEDF4;
}

.table td, .table th {
/*    padding: 3px .75rem !important;*/
    padding: 3px 5px !important;
	border: none !important;
}

/*.table thead th, .table tbody td,.table tbody th   {
    border-bottom: 2px solid #429ADA !important;
}*/

.backgroundColorTable
{
	background-color:#F0F5F9 !important;
}

.rowBorderImage{
	background-image: url('/images/score/ksb_line_fade_650px.png'); 
	background-repeat: no-repeat;
	background-size:102%;
}

#cardHeaderStyleTableScore{
	color: white;
	height: 30px;
	padding: 5px 15px 0px 15px;
}
.emailPositionSetter{
	white-space: nowrap;
	float:right;
}

.table-striped-row-byFour > tbody > tr:nth-child(6n+1) {
    background-color: #DEEDF4;
}
.table-striped-row-byFive2> tbody > tr:nth-child(6n+2) {
    background-color: #DEEDF4;
}
.table-striped-row-byFive3> tbody > tr:nth-child(6n+3) {
    background-color: #DEEDF4;
}

.infoImage{
    background: url(/images/score/ksb_icn_info_out.png);
    width: 24px;
    height: 24px;
}
.infoImageActive{
    background: url(/images/score/ksb_icn_info_over.png) !important;
}


.cardOverride{
    background-color: transparent !important;
    border: none !important;    
}

.roundOneByOne{
	padding: 5px 0px;
}

.roundOneByOne table tbody tr td a{
	color:#5a5a5a;
}

@media screen and (min-width: 768px)
{
    .scoreByRound td, .scoreByRound th 
	{
        text-align: center;
    }
    .scoreByRound tr td:nth-child(2), .scoreByRound tr th:nth-child(2) 
	{
        text-align: left !important;
    }
	
}


@media 
	only screen and (max-width: 767px),
	(min-device-width: 768px) and (max-device-width: 1024px)  {
	
		.scoreByRound tr{
			border-bottom: 1px solid blue !important;
		}
		
		/* Force table to not be like tables anymore */
		/*.scoreByRound, .scoreByRound thead, .scoreByRound tbody, .scoreByRound th, .scoreByRound td, .scoreByRound tr { 
			display: block; 
		}
		
		/* Hide table headers (but not display: none;, for accessibility) */
		/*.scoreByRound thead tr { 
			position: absolute;
			top: -9999px;
			left: -9999px;
		}
		
/*		tr { border: 1px solid #ccc; }*/
		
		/*.scoreByRound tr td { 
			/* Behave  like a "row" */
			/*border: none;
			border-bottom: 1px solid #eee; 
			position: relative;
			padding-left: 50% !important; 
		}
		
		.scoreByRound tr td:before { 
			position: absolute;
			left: 6px;
			width: 45%; 
			padding-right: 10px; 
			white-space: nowrap;
		}*/
		
		.roundOneByOne{
			font-size:10px;
		}
		
		footer > .container > p{
			font-size:12px;
		}
		/*
		table tbody tr td,table tbody tr th{
			vertical-align:middle !important;
		}
		#cardHeaderStyleTableScore{
			height: 40px;
		}
		#teamNameTableScoreByRound{
			font-weight:bold;
		}
		
		/* adress_book.php page*/
		#adressBookTable{
			font-size:10px;
		}
		.emailPositionSetter{
			float:left;
		}
		/*
		Label the data
		*/
		/*.scoreByRound tr td:nth-of-type(1):before { content: "РБ"; font-weight: bold;}
		.scoreByRound tr td:nth-of-type(2):before { content: "Екипа"; font-weight: bold;}
		.scoreByRound tr td:nth-of-type(3):before { content: "Одиг."; font-weight: bold;}
		.scoreByRound tr td:nth-of-type(4):before { content: "Поб."; font-weight: bold;}
		.scoreByRound tr td:nth-of-type(5):before { content: "Пор."; font-weight: bold;}
		.scoreByRound tr td:nth-of-type(6):before { content: "Кош +"; font-weight: bold;}
		.scoreByRound tr td:nth-of-type(7):before { content: "Кош +"; font-weight: bold;}
		.scoreByRound tr td:nth-of-type(8):before { content: "Раз."; font-weight: bold;}
		.scoreByRound tr td:nth-of-type(9):before { content: "Бодови"; font-weight: bold;}*/
	}
	
