#main-table
{
	width: 600px;
	margin: 30px auto 0 auto;
	background: white;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 0px;
	border: no;

}


.features-table
{	
  width: 75%;
  margin: 0 auto;
 
  border-spacing: 0;
  text-shadow: 0 1px 0 #fff;
  color: #757474;
  background: #ebebeb;  
  
  font-family: 'trebuchet MS', 'Lucida Sans', Arial;
}

.features-table tr:hover
{
  background: #ffffff;
  color: red;
  
}

.features-table td
{
  height: auto;
  line-height: 20px;
  padding: 0 20px;
  border-bottom: 1px solid #cdcdcd;
  white-space: nowrap;
}

.features-table td:hover
{
  
  cursor: pointer;
  color: orange;
}

.no-border td
{
  border-bottom: none;
  box-shadow: 0 3px 0 black;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;     
}
.naslov 
{
  text-align: left;
  
  color: #727272;
  font: normal 0.6em 'trebuchet MS', 'Lucida Sans', Arial;
  font-size:12px;
  
}


.col-cell
{
  text-align: center;
 
  font: normal 0.5em 'trebuchet MS', 'Lucida Sans', Arial;
  
}

.col-cell:hover
{
  background: #ffffff;
  color: red;
  
}  





.col-cellh
{
  font: bold 0.5em 'trebuchet MS', 'Lucida Sans', Arial;  
  border-bottom: 1px solid #ffffff;
  border-top: 1px solid #eaeaea !important; 
}

.col-cellf
{
  font: bold 0.5em Georgia;   
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px; 
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom: 1px solid #dadada !important;
}

.button onclick:hover
{
  
  cursor: pointer;
  
}


.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}