.header_bg {
  background: rgba(0, 99, 175,0.3);
  width: fit-content;
  margin: auto;
  padding: 0 20px;
}

#box_warsztat_0>div>label,
#box_warsztat_1>div>label,
#box_warsztat_2>div>label,
#box_warsztat_3>div>label {
font-weight: bold;
  font-size: 1.2em;
}

.toggle-desc {
  max-width: fit-content;
}

.bright-blue {
  background: #68cde8;
}
.bright-blue .schedule__time {
  color: #000;
}

.workshop {
  background: #8fe1f7;
}
.workshop .schedule__time {
  color: #000;
}

.easy-peasy {
  background: #d1dde0;
}
.easy-peasy .schedule__time {
  color: #000;
}

/**** KOLORY TABÓW ****/
.program .nav-tabs > li > a {
  background-color: #3498db;
  color: white;
}

.program .nav-tabs > li.active > a {
  background-color: #00ccf0;
  color: white;
}

.btn_more{
 /*margin: 0 auto;*/
 border-radius: 5px;
 font-size: 12px;
 padding: 5px 10px;
}
.navbar-menu-widthfix .navbar-item-lang {
  display: none !important;
}