/* test table */
*, *:before, *:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
h1 {
    text-align: center;
    background: none;
    color: r;
}
body {
 
  font-family: 'Open Sans', sans-serif;
}
tr#bigfoot td {
    font-size: 2em;
    color: purple !important;
    font-weight: bold;
}
.pofarban{
	color: green !important;
}
.footer{
	text-align: center;
}
table {
  width: 95%;    
  background: #778899;
  border-radius: 0.25em;
  border-collapse: collapse;
  margin: 1em;
  border-radius: 10px 10px 15px 15px;
  box-shadow: 0 5px 5px #900000, 0 9px 0 #5e2525, 0px 9px 10px rgba(0,0,0,0.4), inset 0px 2px 9px rgba(255,255,255,0.2), inset 0 -2px 9px rgba(0,0,0,0.2);
}
th {
  border-bottom: 6px double #103451;
  color: #660000;
  font-size: 0.85em;
  font-weight: 600;
  padding: 0.5em 1em;
  text-align: left;
}
td {
  color: #fff;
  font-weight: 400;
  padding: 15px 10px;
}
.disabled td {
  color: #4F5F64;
}
tbody tr {
  transition: background 0.25s ease;
}
tbody tr:hover {
  background: #103451;
  color: #00ff00;
}
#obj {
  display:none;
}
.stdt {
    font-size: 1.5em;
    text-align: center;
}
.bf {
    text-align: center;
    font-size: 1.3em;
}
th.std {
    font-size: 1em;
}
.std {
    width: 70px;
	text-align: center;
	font-size: 2em;
}
.rightline{
	border-right: 1px solid lightgray;
}
.ime2 {
    text-align: right;
}
.ime1, .ime2{
	font-size: 1.2em;
}
#footer{
	text-align:center;
}
