.table > tbody > tr > td {
     vertical-align: middle;
}





















.tabs {
  /*max-width: 640px;*/
  margin: 0 auto;
  padding: 0 20px;
}
#tab-button {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
#tab-button li {
  display: table-cell;
  width: 20%;
}
#tab-button li a {
  display: block;
  padding: .5em;
  background: #0069d9;
  border: 1px solid #0069d9;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
#tab-button li:not(:first-child) a {
  border-left: none;
}
#tab-button li a:hover,
#tab-button .is-active a {
  /*border-bottom-color: transparent;*/
  background: #fff;
  color: #000;
}
.tab-contents {
  padding: .5em 2em 1em;
  border: 1px solid #0069d9;
}



.tab-button-outer {
  display: none;
}
.tab-contents {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .tab-button-outer {
    position: relative;
    z-index: 2;
    display: block;
  }
  .tab-select-outer {
    display: none;
  }
  .tab-contents {
  border-radius: 0px 0px 10px 10px;
    position: relative;
    top: -1px;
    margin-top: 0;
  }
}