.ssl-cert-ok.state-ok {
  background: #54c234;
}

.ssl-cert-ok.state-warn {
  background: #f5a623;
}

.ssl-cert-ok.state-bad {
  background: #d9534f;
}

.ssl-arrow.state-ok {
  color: #58c93a;
}

.ssl-arrow.state-warn {
  color: #f5a623;
}

.ssl-arrow.root-missing-link {
  opacity: 0.85;
  text-shadow: 0 10px 0 rgba(245, 166, 35, 0.45);
}

.ssl-arrow.state-bad {
  color: #d9534f;
}

.root-missing-cert {
  opacity: 0.88;
}

.root-missing-icon {
  border-style: dashed;
  background: #fffaf0;
}

.error-msg ul,
.warning-msg ul {
  margin: 10px 0 0 20px;
  padding: 0;
}
