.ABTestVariationsTable {
  width: 100%;
}

.ABTestUplift {
  font-size: 0.8em;
}

.ABTestWinning td {
  color: #46B450!important;
}

.ABTestLosing td {
  color: #dc3232!important;
}

table.running-tests {
  margin-top: 2em;
}

.running-tests .indicator.indicator--on {
  background-color: #46B450;
}

.running-tests .indicator {
  background-color: #d4d4d4;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  margin: 3px 0 0 0;
  padding: 0;
  border: 0;
  cursor: pointer;
  opacity: 1;
}

.running-tests .indicator:hover {
  background-color: #46B450;
}

.running-tests .indicator.indicator--on:hover {
  opacity: 0.5;
}

.running-tests .column-primary .row-title a {
  font-weight: 600;
}

.running-tests code {
  white-space: nowrap;
  font-size: 0.9em;
}

.ABTestToggle {
  cursor: pointer;
}

.ab-testing-for-wp table .check-column.check-column-normal {
  padding: 8px 10px;
  white-space: nowrap;
}
