body {
   /*background-color: #ebeff0;*/
   background-color: white;
} 
h1, .heading-h1 { font-size: 20px; margin: 10px 0px;}
h2 { font-size: 18px; margin: 5px 0px;}
h3 { font-size: 17px; margin: 5px 0px;}
h4 { font-size: 16px; margin: 5px 0px;}

#header .logo {display:block;color:black;text-decoration:none;padding:5px 0px;font-size: 20px;}
#header .logo:hover {color:black; text-decoration:none;}
#header .logo img {height: 60px;}

footer {color: #b8bec0; font-size: 14px;}

.bg-head {background-color: white;}
.bg-white {background-color: white; padding-bottom: 20px;}  
.bg-footer {background-color: #292b33; padding-top: 10px;}

/* Tlacitka */
.btn-app {
  color: #fff;
  background: #0095eb;
}

.btn-app:hover {
  color: #fff;	
  background: #073781;
}

.table a {color: #333000; text-decoration: underline; }
.table a:hover { text-decoration: none; }

#calendar-box {}
#calendar-box .calendar-tab td.wtd-short {width: 20px;}
#calendar-box .calendar-tab td.wtd-day {width: 20px;}
#calendar-box .calendar-action {border-radius: 3px;}
#calendar-box .calendar-action a {text-decoration: none;}
#calendar-box .calendar-action a:hover {text-decoration: underline;}
