.checkmx-test-result {
  font-size: 18px;
  vertical-align: middle;
}

.checkmx-expandable .checkmx-test-name {
  cursor: pointer;
  text-decoration: underline;
}

.checkmx-expandable .learn-more-link {
  text-decoration: none;
}

.checkmx-expandable .checkmx-test-name .learn-more-link .learn-more-icon {
  vertical-align: text-bottom;
}

.checkmx-additional-info {
  display: none;
}

.checkmx-force-show {
  display: block;
}

.checkmx-result-row-err .checkmx-test-name {
  color: #c94239;
}

.checkmx-widget-input-form input[type=text] {
  width: 80%;
}

#checkmx-widget-html {
  background-color: transparent;
}

.checkmx-widget {
  background-color: #fff;
  border: 1px solid #666;
  border-radius: 12px;
  padding-left: 1em;
}

.checkmx-widget-input-form {
  padding: 1em 0 0 1em;
}

.checkmx-comparison {
  white-space: nowrap;
}

.ip-heading {
  font-weight: bold;
  margin-left: 1px;
}

#submit-button {
  margin-left: 6px;
}

.icon-ok {
  color: rgb(76,175,80) !important;
}

.icon-warn {
  color: rgb(251,192,45) !important;
}

.icon-err {
  color: rgb(229,57,53) !important;
}

.icon-na {
  color: rgb(117,117,117) !important;
}

.icon-info {
  color: rgb(30,136,229) !important;
}

.icon-help {
  color: rgb(94,53,177) !important;
}


.mdl-card.checkmx-top-grid {
  background-color: rgb(250,250,250) !important;
  min-height: 0;
}

.mdl-card.checkmx-bottom-grid {
  background-color: rgb(250,250,250) !important;
  min-height: 100px;
}

.input-wrapper {
  background-color: rgb(250,250,250) !important;
  padding: 15px;
}

.checkmx-top-grid .mdl-card__supporting-text.mdl-grid {
  margin: 5px 15px;
}

td.checkmx-mx-priority {
  font-weight: bold;
}

.checkmx-example {
  font-style: italic;
  line-height: 2;
  margin: 10px 24px;
}

.additional-info-notification {
  background-color: rgb(255,253,231) !important;
  border-radius: 4px;
  font-size: 13px;
  padding: 8px;
}
