/* Tooltip */
.tooltip-container {
  position: relative;
  padding-bottom: 18px;
}

.cloud-info {
  margin-right: 5px;
}

.cloud-info::before {
  content: 'info_outline';
}

.tooltip-container > .tooltip {
  background: #fff;
  box-shadow: 0 4px 4px rgba(0,0,0,0.24), 0 0 4px rgba(0,0,0,0.12), 0 6px 18px rgba(0,0,0,0.12);
  max-width: 250px;
  opacity: 0;
  padding: 24px;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.tooltip-container:hover > .tooltip,
.tooltip-container:focus > .tooltip,
.cloud-info:focus ~ .tooltip {
  opacity: 1;
}

.material-icons.md-blue {
  color: #0091ea;
  font-size: 18px;
  font-weight: lighter;
  line-height: 26px;
}

.cloud-button.cloud-bottom-button {
  bottom: 16px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  white-space: nowrap;
}

.cloud-table td {
  position: relative;
}

#cloud-site table tbody td ul {
  padding: 0;
}

#cloud-site .cloud-table-wrapper--alternate .cloud-table tr.row-background {
  background-color: #fff;
  border-bottom: 2px solid #e8eaed;
  border-top: 2px solid #e8eaed;
}

@media (min-width: 1024px) {
  #cloud-site .cloud-table-wrapper--alternate .cloud-table th,
  #cloud-site .cloud-table-wrapper--alternate .cloud-table td,
  #cloud-site cloudx-table[alternate] .cloud-table th,
  #cloud-site cloudx-table[alternate] .cloud-table td {
    min-width: 319px;
}

@media (min-width: 600px) {
  .cloud-checklist {
    padding: 0;
  }
}

@media only screen and (max-width: 480px) {
  [tooltip]::after {
    min-width: 230px;
  }
}
