body #cloud-site {
  font-size: 16px;
}

.headline {
  margin-top: 0px;
}

ul.no-style .material-icons {
  margin-right: 8px;
}

ol.setup-project {
  list-style: none;
  padding: 0;
}

ol.setup-project li {
  margin: 16px 0;
}

#cloud-site ol.setup-project li a {
  margin: 8px 0;
}

a.flex-card {
  user-select: none;
}

.quickstart .flex-card {
  min-width: 300px;
}

.debug .flex-card {
  min-width: 320px;
}

.flex-card.bg-gray {
  background-color: #f6f6f6;
}

.vertical-tabs {
  width: 310px;
  border-right: 1px solid #d8d7d7;
  margin-left: -1px;
}

.tab {
  padding: 22px 15px 22px 10px;
  border-left: 2px solid transparent;
  border-bottom: 1px solid #d8d7d7;
  color: #0091ea;
  line-height: 1.8em;
  position: relative;
  cursor: pointer;
}

.vertical-tabs .tab.selected,
.tab.selected.expanded {
  border-left-color: #0091ea;
  background-color: #f2f2f2;
  color: #969393;
}

.tab.selected.expanded {
  border-left: none;
}

.tab-content-container {
  padding: 30px;
  flex: 1;
  min-width: 0;
}

.tab-content-container .tab {
  padding-right: 45px;
}

.tab-content-container .tab:after {
  background: url(//www.gstatic.com/images/icons/material/system/1x/keyboard_arrow_down_grey600_24dp.png) no-repeat;
  background-position: 50% 50%;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.278s linear;
  width: 50px;
  transform: rotateX(0deg);
}

.tab-content-container .tab.expanded:after {
  transform: rotateX(180deg);
}

.tab-content-container pre {
  overflow-x: auto;
}

.step {
  font-weight: 500;
  color: #333;
  line-height: 1.6em;
  margin: 20px 0;
  padding-left: 21px;
  position: relative;
}

.step .step-no {
  position: absolute;
  border-radius: 50% 50%;
  background: #0091ea;
  color: white;
  left: -11px;
  height: 22px;
  width: 22px;
  text-align: center;
  font-size: 12px;
  line-height: 24px;
}

.step-content {
  padding: 15px 0 15px 20px;
  border-left: 1px solid #d8d6d6;
}

.iframe-anim {
  width: 630px !important;
  height: 500px !important;
  margin: 0;
  padding: 0 15px 10px;
}

.iframe-box {
  display: flex;
}

@media all and (max-width: 650px) {
  .iframe-anim {
        width: 100% !important;
        height: 500px;
    }
}

@media all and (max-width: 350px) {
  .iframe-anim {
    display: none;
  }
}

@media all and (max-width: 1300px) {
  .debug .flex-card {
    min-width: 250px;
  }

@media all and (max-width: 1200px) {
  .iframe-box {
    display: block;
  }
}

@media all and (max-width: 900px) {
  .tab-content-container {
    padding: 0;
  }

  .tab-content-container > div {
    padding-left: 30px;
    padding-right: 30px;
  }

  .tab.selected {
    border-left-color: transparent;
  }

  .tab:last-of-type {
    border-bottom: none;
  }

  .iframe-container {
    overflow-x: auto;
  }
}
