
.tab-set {
  max-width: 100%;
  padding: 5px 15px;
}

.tab__content{
  min-height: 68px;
}

.lc_container {
  margin: 10px auto 30px;
  width: 100%;
  font-size:18px;
}
.lc_container h2{
  font-size: 20px;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  display: block;
}

.lc_row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 2px 0px;
  border-bottom: 1px dotted #ccc;
}
.lc_row:last-child {
  border-bottom: 0px;
}
.lc_row > div {
  flex-basis: 50%;
  padding: 4px 0;
}
.lc_row > div.name {
  padding-right: 15px;
}
.lc_row > div.status {
  text-align: right;
  white-space: nowrap;
  font-size: 80%;
  font-weight: bold;
  text-transform: uppercase;
}

.normal {
  color: #5aba7a;
/*color: pink;*/
}

.likely {
  color: #d7aa42;
}

.scheduled {
  /*background: #FF851B;*/
  color:#f44336;
}

.load-control figure {
  position: relative;
}

.load-control figcaption {
  position: absolute;
  display: block;
  width: 100%;
  left: -5px;
  margin-top: 0px !important;
  top: 85%;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 50% !important;
  font-weight: bold;
}
