.container {
  text-align: center;
  min-height: 100px; }

body {
  font-family: Open Sans, Arial, sans-serif;
  color: #666666; }

.et_pb_text_0 h2 {
  font-family: 'Roboto',sans-serif;
  font-weight: 700;
  font-size: 45px;
  line-height: 1.2em; }

h2 {
  color: #333333; }

.days-row {
  display: flex; }
  .days-row .hours {
    padding-top: 40px; }
    .days-row .hours .hour {
      height: 100px;
      padding: 0px;
      margin-right: 10px; }
      .days-row .hours .hour:last-child {
        height: auto; }
  .days-row .day {
    flex: 1;
    text-align: center;
    padding: 0;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    border: 1px solid #ccc; }
    .days-row .day .day_name {
      font-size: 20px;
      font-weight: bold;
      color: #333;
      margin-bottom: 10px;
      background: #f0f0f0; }
    .days-row .day ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .days-row .day ul li {
        margin: 0;
        font-size: 16px;
        color: #666;
        border-bottom: 1px dotted #ccc;
        height: 100px; }
        .days-row .day ul li .lector {
          font-size: 12px; }

.btnkoupit {
  background: #2596be;
  color: white;
  border-radius: 5px;
  padding: 5px 20px;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  margin-top: 8px;
  display: inline-block; }
