#cloud-site .tabs {
  margin: 63px auto 0;
  display: flex;
  justify-content: center;
}

#cloud-site .tabs:hover {
  cursor: pointer;
}

#cloud-site header .tabs div {
  color: #424242;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 0 34px 8px;
}

#cloud-site header .tabs .active {
  border-bottom: 2px solid #538fe7;
  color: #538fe7;
  padding: 0 34px 10px;
}

#cloud-site .tab-section ul.tabs {
  border-bottom: 1px solid #e4e4e4;
  display: block;
  height: 63px;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

#cloud-site .tab-section ul.tabs li {
  margin: 0;
}

#cloud-site .tab-section ul.tabs li a {
  border-top: 4px solid transparent;
  color: #0091ea;
  cursor: pointer;
  float: left;
  font: 500 14px/16px roboto;
  margin: 0;
  overflow: hidden;
  padding: 21px 40px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}

#cloud-site .tab-section ul.tabs li.active a {
  background-color: #f5f5f5;
  border-top: 4px solid #0091ea;
  color: #9d9d9d;
}

#cloud-site .tab-section .tab-drawer-heading {
  display: none;
  font-size: 12px;
  line-height: 1.8em;
  margin: 0;
}

@media all and (max-width: 780px) {
  #cloud-site .tab-section ul.tabs {
    display: none;
  }

  #cloud-site .tab-section .tab-drawer-heading {
    display: block;
  }

  #cloud-site .tab-section .tab-drawer-heading a {
    background-color: #fff;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    border-top: 1px solid #e4e4e4;
    color: #0091ea;
    cursor: pointer;
    display: block;
    font: 500 14px/16px roboto;
    margin: 0;
    padding: 15px 20px;
    position: relative;
    text-transform: uppercase;
  }

  #cloud-site .tab-section .tab-drawer-heading.last a {
    border-bottom: 1px solid #e4e4e4;
  }

  #cloud-site .tab-section .tab-drawer-heading.last.active a {
    border-bottom: none;
  }

  #cloud-site .tab-section .tab-drawer-heading a::after {
    background: url('//www.gstatic.com/images/icons/material/system/1x/keyboard_arrow_down_grey600_24dp.png') no-repeat;
    background-size: 70%;
    background-position: 50% 50%;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.278s linear;
    width: 40px;
  }

  #cloud-site .tab-section .tab-content.mobile-hidden {
    height: 0;
    opacity: 0;
    padding: 0;
  }

  #cloud-site .tab-section .tab-drawer-heading +.tab-content {
    transition: all 0.278s ease-in-out;
    overflow: hidden;
  }

  #cloud-site .tab-section .tab-drawer-heading.active a::after {
    transform: rotateX(180deg);
  }

  #cloud-site .tab-section .tab-drawer-heading.active  a.toggleZippy::after  {
    transform: rotateX(0);
  }

  #cloud-site .tab-section table thead th {
    min-width: 100px;
  }
}
