.wrapper {
  margin: 0px auto;
  width: 100%;
  font-family: sans-serif;
  color: #98927C;
  font-size: 20px;
  line-height: 24px;
  /* max-width: 860px; */
  min-width: 340px;
  overflow: hidden;
}

ul.tabs{
  margin-bottom: 0px;
  padding: 0px;
}

.tabs li {
  list-style: none;
  float: left;
  width: 33.333333%;
}
.tabs a {
  display: block;
  text-align: center;
  text-decoration: none;
  position: relative;
  text-transform: uppercase;
  color: #fff;
  height: 70px;
  line-height: 90px;
  background: black;
}
.tabs a:hover,
.tabs a.active {
  background:blue;
  color: white;
}

.tabs a.active:after{
  width: 0;
  content: "";
  display: block;
  bottom: -8px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  border-top: 8px solid #0f58fb;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

.tabs a:before {
  content: '';
  position: absolute;
  z-index: 11;
  left: 100%;
  top: -100%;
  height: 70px;
  line-height: 90px;
  width: 0;
  /* border-bottom: 70px solid rgba(0, 0, 0, 0.1); */
  /* border-right: 7px solid transparent; */
}
.tabs a.active:before {
  content: '';
  position: absolute;
  z-index: 11;
  left: 100%;
  top: -100%;
  height: 70px;
  line-height: 90px;
  width: 0;
  border-bottom: 70px solid rgba(0, 0, 0, 0.2);
  border-right: 20px solid transparent;
}
.tabgroup {
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1);
  border:1px black solid;
  border-top: 0px;
}
.tabgroup > div {
  padding: 30px;
  /* background: #F2EEE2; */
  /* box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3); */

}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* SCHEDUALE */


.schedule table tr {
  height: 4.4rem;
  /* vertical-align: middle; */
}

.schedule table, td{
  /* border: 1px black solid; */
  vertical-align: middle !important;
}

.schedule .time{
  width: 60px;
  font-size: 1.5rem;
  font-weight: bold;
}

.schedule .subject, .schedule .speaker {
  font-size: 1.1rem;
}

