.wf-cache-count {
  display: inline;
  padding: 1px 7px 1px 6px !important;
  color: #fff;
  color: #27ae60;
  border: 1px solid #27ae60;
}

.cache-status .enabled {
  background-color: #27ae60;
  color: #fff;
  padding: 5px;
}

.cache-status .disabled {
  background-color: #c0392b;
  color: #fff;
  padding: 5px;
}

.cache-status label, .cache-status span, .cache-status div {
  display: inline-block;
  font-size: 12px;
}

.cache-status div {
  margin-right: 15px;
  padding: 15px 0;
}

.cache-status label {
  font-weight: bold;
}

#wp-admin-bar-wf-static-cache-default .small{
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  padding-bottom: 10px;
}