.meta-status {
  font-size: 18px;
  margin-bottom: 5px; }
  .meta-status a:hover {
    text-decoration: underline; }
  .meta-status a:active {
    color: #e74c3c; }

.status-history {
  margin-bottom: 2em;
  display: block;
  box-shadow: none; }
  .status-history a {
    font-weight: bold; }
    .status-history a:hover {
      text-decoration: underline; }

.entry-content .meta-status a, .entry-content .status-history a {
  box-shadow: none; }
  .entry-content .meta-status a:hover, .entry-content .status-history a:hover {
    text-decoration: underline;
    box-shadow: none; }

.color-dot {
  -moz-border-radius: 99px;
  -webkit-border-radius: 99px;
  border-radius: 99px;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 5px; }
  .color-dot.critical {
    background-color: #e74c3c; }
  .color-dot.major {
    background-color: #ffa500; }
  .color-dot.minor {
    background-color: #f1c40f; }
  .color-dot.none {
    background-color: #28874e; }
