html, body {
  background-color: #fff;
}

.flex-d {
  display: flex;
}

.flex-1 {
  flex: 1;
}

.table-bar {
  align-items: center;
  background-color: #2B85E7;
  box-sizing: border-box;
  color: rgba(255, 255, 255, 0.870588);
  display: flex;
  flex-direction: row;
  height: 64px;
  line-height: 28px;
  margin: 0;
  padding: 0 16px;
}

.table-bar .seperator {
  background-color: rgba(0,0,0,0.15);
  height: 32px;
  margin: 0 20px;
  width: 1px;
}

.table-bar md-select {
  margin: 0;
  min-width: 180px;
}

.table-bar md-switch {
  margin-left: 12px;
  margin-right: 4px;
}

.table-bar .rate {
  opacity: 0.7;
}

.table-bar .rate.selected {
  opacity: 1;
}

table td {
  background: #fff;
  padding: 15px 16px;
}

table thead tr th {
  background: #eee;
  color: #333;
  font-weight: normal;
  padding: 20px 16px;
}

table thead tr th a,
table thead tr th a:visited {
  color: inherit;
}

.devsite-table-wrapper {
  box-shadow: 0 1px 2px rgba(0,0,0,0.5);
}

#cloud-site .devsite-table-wrapper {
  box-shadow: none;
}
