html {
 height: 100%;
 font-family: Tahoma,Geneva,sans-serif;
}
body {
height: 100%;
margin: 0px;
padding: 0px;
}

#nazvysubjektu,#nazvyzlvcek, #prepjed, .pomoc{
  font-size: small;
  color: grey;
}

.pc,#refreshlv{
	color:blue;
	cursor: pointer;
}


#map {
 height: 100%;
}

button.active{
  background-color: #0074d9;
}

table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

thead {
  font-size: small;
  color: grey;
}

td, th {
    border: 0px solid #dddddd;
    padding: 5px;
    text-align: right;
}


tr:nth-child(even) {
    background-color: #dddddd;
}

td:nth-child(1) {
    text-align: left;
}​

#historickestats td:nth-child(1), #historickestats td:nth-child(2) {
    text-align: right !important;
}​

#histtab td:nth-child(1), #histtab td:nth-child(2) {
    text-align: right !important;
}​

.rel {
position: relative
}

#plot {
pointer-events: none;
position: absolute;
bottom: 10px;
left: 10px;
}

.bar {
pointer-events: auto;
fill: #AFAFB9;
}

.bar.selected {
fill: green;
}

.tip {
position: absolute;
background: black;
color: white;
padding: 6px;
font-size: 12px;
border-radius: 4px;
margin-bottom: 10px;
display: none;
opacity: 0;
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(icons/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
       local('MaterialIcons-Regular'),
       url(icons/MaterialIcons-Regular.woff2) format('woff2'),
       url(icons/MaterialIcons-Regular.woff) format('woff'),
       url(icons/MaterialIcons-Regular.ttf) format('truetype');
}


.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}
