@import url(https://fonts.googleapis.com/css?family=Poppins&subset=all);
@import url(https://fonts.googleapis.com/css?family=Russo+One&subset=all);


html {
  color: #ffffff;
  font: 300 10px / 22px 'Poppins', sans-serif;

}
/*
 * Removes default margin.
 */
body {
 font-family: 'Russo One';
font-weight: 600;
font-size: 13px;
pointer-events: none;
cursor: default;
color: #fffc00;
margin: 0px;
}
  



tr:nth-child(even) {text-align:left; height: 0px; line-height: 14px; }
tr:nth-child(odd) {text-align:left; background-color: rgba(100,100,100,0.1); height: 0px; line-height: 14px; }



thead {
    color: white;
	font-size: 14px;
	font-weight: 600;
	text-align:center;
	line-height: 16px;
background: rgba(0,67,105,1);
background: -moz-linear-gradient(top, rgba(0,67,105,1) 0%, rgba(1,113,182,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,67,105,1)), color-stop(100%, rgba(1,113,182,1)));
background: -webkit-linear-gradient(top, rgba(0,67,105,1) 0%, rgba(1,113,182,1) 100%);
background: -o-linear-gradient(top, rgba(0,67,105,1) 0%, rgba(1,113,182,1) 100%);
background: -ms-linear-gradient(top, rgba(0,67,105,1) 0%, rgba(1,113,182,1) 100%);
background: linear-gradient(to bottom, rgba(0,67,105,1) 0%, rgba(1,113,182,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004369', endColorstr='#0171b6', GradientType=0 );
}

thead:hover {
    color: #636363;
}

a {
 color: #FC0;
 text-decoration:none;
 text-transform: none;
 font-family: 'Russo One';
 font-weight: 500;
 font-size: 12px;
}

a:hover {
 color: #3A80BA;
 text-decoration:none;
 text-transform: none;
 font-family: 'Russo One';
 font-size: 12px;
}


.h3 {
 color: #175C96;
}
.h1 {
 color: #EAEAEA;
}

table {
    border-collapse: collapse;
	margin: 0px;
	padding: 20px 2px 20px 2px;
	width:100%;
	max-width: 100%;
	max-height: 100%;
	font-size: 13px;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
	color: rgb(77, 77, 77);
	
  
}

table, th, td {
	
	border-collapse: collapse;
	height: 0px;
	margin: 0px;
	padding-bottom: 5px;
	line-height: 160%;
	text-align:inherit;
}

img {


 max-width: 40px;
 padding: 3px;
 margin: 0px;
 border-radius: 0px;
 border: 0;
 image-rendering: auto;

}

.template.prvaliga .objArticleDouble .naslednje_tekme table tr .rezultat span {
    font-size: 20px;
    font-weight: 700;
    color: #95cd46;
    width: 50%;
    color: #fff;
    background-color: #0174ad;
    line-height: 22px;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 4px;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}