.macro-status {
  width: 100px;
  text-align: center;
  padding: 3px 5px 2px 5px;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.macro-status p {
    margin: 0;
}
.macro-status.status-green {
  background-color: #14892c;
  color:#fff;
}
.macro-status.status-yellow {
  background-color: #ffd351;
}
.macro-status.status-red {
  background-color: #d04437;
  color:#fff;
}
.macro-status.status-grey {
  background-color: #cccccc;
}

.table-of-contents {
    float: right;
}
div.SecureInclude {
}
h2.SecureInclude {
  display:none;
}
