body .region-content .heading3-with3 h3 {
  padding: 10px 0px !important;
}

body .region-content .heading3-with3 {
  margin-top: 50px !important;
}

body .region-content .heading2 h3 {
    font-size: 3em;
    font-weight: 900;
    text-align: center;
    margin: 30px 0px;
}

.img-center img{
      display: block !important;
    width: 100% !important;
}

.header-data-pc.table-layout ul.menu-lists, .header-data-mobile.table-layout ul.menu-lists {
  display: table;
  width: 100%;
}

.layout.main-visual-video {
  width: 100%;
  height: 100vh;
  position: relative;
  color: black;
}

.layout.main-visual-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#layout-builder .layout.main-visual-video video {
  width: 100%;
  height: 100vh;
}

.view.test-table {
  border: 4px solid yellow;
}

table.timetable thead tr {
    background-color: #0085b2;
    color:#FFF;
}

table.timetable thead th {
   text-align: left;
}


table.timetable td {
   border: 2px solid #FFF;
}

table.timetable tbody tr:nth-of-type(odd) td {
   background-color: #EEEEEE;
}

table.timetable tbody tr:nth-of-type(even) td {
   background-color: #DDEAEE;
}

table.timetable thead tr th:first-child,
table.timetable tbody tr td:first-child {
   white-space: nowrap;
 }