﻿table.table1.match
{
	border-top:0px none;
}

table.table1.match th {
	font-size:14px;
    border-bottom: 0 none;
    height: 34px;
    line-height: 34px;
    padding-left: 15px;
    text-align: center;
    text-transform: uppercase;
	border-top:2px solid white;
	border-bottom:2px solid white;
}

table.table1.match th.info
{
	text-transform:none;
	height:auto;
	padding-top:6px;
	padding-bottom:6px;
	line-height:18px;
}


table.table1.match td
{
	border-top:2px solid white;
	border-bottom:2px solid white;
}

table.table1.match td:nth-child(2),
table.table1.match td:nth-child(4)
{
	text-align:left;
	width:45%;
}

table.table1.match td:nth-child(1),
table.table1.match td:nth-child(3)
{
	text-align:center;
	width:5%;
	padding-left:5px;
	padding-right:10px;
}

table.table1.match th div.rezLeft
{
	width:50%;
	float:left;
	text-align:left;
	text-transform:uppercase;
	margin-top:6px;
	line-height:28px;
}

table.table1.match th div.rezRight
{
	width:50%;
	float:right;
	text-align:right;
	text-transform:uppercase;
	margin-top:6px;
	line-height:28px;
}

table.table1.match th div.rezLeft .rez
{
	float:right;
	text-align:right;
	color:#960000;
	font-size:22px;
	width:30px;
	padding-right:10px;
}

table.table1.match th div.rezRight .rez
{
	float:left;
	text-align:left;
	color:#960000;
	font-size:22px;
	width:30px;
	border-left:1px solid #b4b4b4;
	padding-left:10px;
}

table.table1.match td div.out
{
	display:inline-block;
	width: 0; 
	height: 0; 
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;	
	border-left: 8px solid #e10302;
	margin-left:10px;
	margin-right:7px;
	vertical-align:middle;
	margin-bottom:3px;
}

table.table1.match td div.in
{
	display:inline-block;
	width: 0; 
	height: 0; 
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;	
	border-right: 8px solid #399800;
	margin-left:10px;
	margin-right:7px;
	vertical-align:middle;
	margin-bottom:3px;
}

table.table1.match td div.zuti
{
	display:inline-block;
	width: 10px; 
	height: 14px; 
	background-color:#ffca22;
	margin-left:10px;
	margin-right:7px;
	vertical-align:middle;
	margin-bottom:3px;
}

table.table1.match td div.drugizuti
{
	display:inline-block;
	width: 0px; 
	height: 14px; 
	border-left:5px solid #ffca22;
	border-right:5px solid #e10302;
	margin-left:10px;
	margin-right:7px;
	vertical-align:middle;
	margin-bottom:3px;
}

table.table1.match td div.crveni
{
	display:inline-block;
	width: 10px; 
	height: 14px; 
	background-color:#e10302;
	margin-left:10px;
	margin-right:7px;
	vertical-align:middle;
	margin-bottom:3px;
}

table.table1.match td div.gol
{
	display:inline-block;
	width: 15px; 
	height: 15px; 
	margin-left:10px;
	margin-right:7px;
	vertical-align:middle;
	margin-bottom:3px;
	background-image:url('/static/images/icons/gol.gif');
}

table.table1.match td div.gol.gol11m
{
	background-image:url('/static/images/icons/gol11m.gif');
}

table.table1.match td div.autogol
{
	display:inline-block;
	width: 15px; 
	height: 15px; 
	margin-left:10px;
	margin-right:7px;
	vertical-align:middle;
	margin-bottom:3px;
	background-image:url('/static/images/icons/autogol.gif');
}

@media screen and (max-width: 639px)
{

}

@media screen and (min-width: 640px) and (max-width: 959px)
{

}

@media screen and (min-width: 960px)
{

}