﻿/* CSS Document */   
body {background: gainsboro; width: 800px; margin: auto;}
a {color: black}
tr, th, td {text-align: left; height: 30px;}
table {margin: auto;}
.seznam {Line-height: 0; margin-left: 15px; font-variant: small-caps;}
#obsah {margin-top: -10px; Line-height: 1; background: whitesmoke; 
        box-shadow: 0 4px 4px 0 rgba(0,0,0,0.14),
        0 2px 10px 0 rgba(0,0,0,0.12),
        0 6px 2px -4px rgba(0,0,0,0.2);}
#formular {position: fixed; width: 800px; height: 30px; margin-left: auto; bottom: 0; z-index:1; text-align: center; background: gainsboro;
        box-shadow: 0 -4px 4px 0 rgba(0,0,0,0.14),
        0 -2px 10px 0 rgba(0,0,0,0.12),
        0 -6px 2px -4px rgba(0,0,0,0.2);}
.nadpis {margin-left: 10px; font-weight: bold; font-variant: small-caps;}
.dnes {background-color: black; color: white;}
.logo {font-size: 32px; font-variant: small-caps; position: fixed; width: 800px; margin-left: auto; top: 0; z-index:1; text-align: center; background: gainsboro;
        box-shadow: 0 4px 4px 0 rgba(0,0,0,0.14),
        0 2px 10px 0 rgba(0,0,0,0.12),
        0 6px 2px -4px rgba(0,0,0,0.2);}
.kalendar {font-size: 16px;}
.nounderline {text-decoration: none;}
.statistiky {position: absolute; left: 0; top: 0; background: lightgrey; width: 200px; height: 200px;}
.videl {text-decoration: line-through;}
.vpravo {position: relative; display:inline-block; bottom: -5px; width: 19%;}
.vlevo {position: relative; display:inline-block; bottom: -5px; width: 79%;}
.prihlaseni {position: relative; bottom: -5px;}