body{
	background:#f8f8f8;
   // font-family: "Lato", "Lucida Grande","Lucida Sans Unicode", Tahoma, Sans-Serif;
	margin:0;
}

.header{
	background:#2f2f2f;
	color:white;
	padding:10px;
}

.header>span
{
	margin-left: 5px;
	
}

#header_servis{
	font-weight: bold;
	
}

.header a {
    color: white;
    border-bottom: solid #a51e22 1px;
    text-decoration: none;
}

.header a:hover {
    color: #a51e22;
    border-bottom: solid #a51e22 1px;
    text-decoration: none;
}

.content{
	padding:15px;
}

.vezbeheader{
	border-bottom: 1px solid #484848;
    margin-bottom: 15px;	
}
.vezbeheader>h3{
margin: 0;
}

.tabelaTermin{
  float: left;
    margin: 10px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.2);
  border-collapse: collapse;
 
    border: solid 1px silver;
}

.tabelaTermin th{
	background: #a51e22;
    color: white;	
	padding: 5px 0px 5px 0px;
}

.tabelaTermin tr:nth-of-type(odd){
    background: #e9e9e9
	
}
.tabelaTermin tr:nth-of-type(even){
	background: #f6f6f6
}
.tabelaTermin td
{
  padding: 6px 12px;
}
.tabelaTermin tr>td:first-child{
	padding:2px;
	text-align: center;
}
.tabelaTermin tr>td:last-child{
	    width: 70px;
}
#login_header
{
    margin-right: 10px;
	float:right;
}
#logo_header{margin-bottom:10px;}

.logoHeader_textCell{
	padding-right:8px;
}

ol {
    counter-reset: li; /* Initiate a counter */
    list-style: none; /* Remove default numbering */
    *list-style: decimal; /* Keep using default numbering for IE6/7 */
    font: 15px 'trebuchet MS', 'lucida sans';
    padding: 0;
    margin-bottom: 4em;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

ol ol {
    margin: 0 0 0 2em; /* Add some left margin for inner lists */
}

.rounded-list a{
    position: relative;
    display: block;
    padding: .4em 2em .4em 2em;
    *padding: .4em;
    margin: .5em 0;
    background: #ddd;
    color: #444;
    text-decoration: none;
    border-radius: .3em;
    transition: all .3s ease-out;   
}

.rounded-list a:hover{
    background: #eee;
}

.rounded-list a:hover:before{
    transform: rotate(360deg);  
}

.rounded-list a:before{
    content: counter(li);
    counter-increment: li;
    position: absolute; 
    left: -1.3em;
    top: 50%;
    margin-top: -1.3em;
    background: #a51e22;
    height: 2em;
    width: 2em;
    line-height: 2em;
    border: .3em solid #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 2em;
    transition: all .3s ease-out;
	color: #f8f8f8;
}