/* test table */
*, *:before, *:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1 {
    text-align: center;
    background: #383e42;
    color: red !important;
}

body {
  background: #2e3134;
  font-family: 'Open Sans', sans-serif;
}

tr#bigfoot td {
    font-size: 2em;
    color: white !important;
    background: #2e3134;
    font-weight: bold;
    text-shadow: 4px 4px 2px black;
}

.pofarbanM{
	color: white !important;
}

.pofarbanO{
	color: red !important;
}

.pofarbanR{
	color: #FF5050 !important;
}

.pofarbanZ{
	color: red !important;
}

.pofarbanTh{
	color:red; 
	letter-spacing: .2rem;
}

.footer{
	text-align: center;
}

table {
  background: black;
  border-radius: 0.25em;
  border-collapse: collapse;
  margin: 1em;
}

th {
  border-bottom: 2px groove lightgray;
  color: yellow;
  background: black;
  font-size: 0.85em;
  font-weight: 600;
  padding: 0.5em 1em;
  text-align: left;
}

td {
  color: lime;
  text-shadow: 2px 2px 2px black;
  font-weight: 400;
  padding: 10px;
  border-bottom:1px solid #364043;
}

.disabled td {
  color: #4F5F64;
}

tbody tr {
  transition: background 0.25s ease;
}

tbody tr:hover {
  background: #ffffff;
}

#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;
}
