html, body 
{ 
  font-family: Verdana, sans-serif;	
  padding: 0; 
}

a:link, a:visited, a:active { text-decoration: none; }
a:hover { text-decoration: underline; color: #009879; }

h1 {
  font-size:x-large;
  color:black;
}


#bivirk {
  font-family: Verdana, sans-serif;
  border-collapse: collapse;
  box-shadow: 0px 2px 5px rgba(0, 152, 121, 0.5);
}

#bivirk td, #bivirk th {
  border: 1px solid #ddd;
  padding: 8px;
}

#bivirk tr:nth-child(even){background-color: #f2f2f2;}

#bivirk tr:hover {background-color: #ddd;}

#bivirk th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  background-color: #009879;
  color: white;
}

#bivirk td {
  text-align: center;
}

#bivirk th:nth-child(1) { text-align: left; }
#bivirk th:nth-child(9) { text-align: center; }

#bivirk td:nth-child(1) { text-align: left; }
