#bar-poweredby { 
  display:none
}

h2 {
  color: purple;
}

/* body {
font: 0.8em/1.5 "Verdana", Arial, sans-serif; 
color: #999999; padding: 20px 0;
background: url(/obrazek/3/dsc01256cart-jpg/) no-repeat center 170px;
} */

/*ordinační doba*/
.ordinacni-doba {
  border: 8px solid #f1f1f1 !important;
  padding: 30px;
}
.ordinacni-doba h2 {
  color: #3f4146;
  font-weight: 600;
  text-align: left;
  font-size: inherit;
  margin: 0;
  margin-bottom: 20px;
}
.ordinacni-doba h2:before {
  content: "\f017";
  font: normal normal normal 14px/1 FontAwesome;
  margin-right: 10px;
  color: #67c9e0;
}
.otevreno, .otevreno tbody tr, .otevreno tbody tr td,
.otevreno tbody tr:last-of-type {
  border:0;
  padding: 3px;
  background:transparent!important;
}

.otevreno tbody tr {
  border-bottom:1px solid #f4f4f4;
}

/* table */
.table{border-collapse:collapse!important}
.table td,.table th{background-color:#fff!important}
.table-bordered td,.table-bordered th{border:1px solid #ddd!important}

/*pátý zaměstnanec*/
/*pro zařízení nad 992px*/
@media (min-width: 992px) {
    .col-md-20 {
        width: 20%;
    }
}
/*pro zařízení nad 1200*/
@media (min-width: 1200px) {
    .col-lg-20 {
        width: 20%;
    }
}
