#main-content {
  margin-top: 4.5em;
}

.email-content td em {
  display: block;
  padding-bottom: 2em;
}

.fa-check-circle {
    color: green;
}
.fa-bell {
    color: red;
}

.html-email-container iframe {
    width: 100%;
    height: 500px;
    border: 0;
}

.table.filters {
    margin-bottom: 0;
}

.table.filters td, .table.filters th {
    border: none;
}

.table.filters > tbody > tr > td,
.table.filters > tbody > tr > th {
     vertical-align: middle;
}

.table.filters th {
    text-align: right;
}

.graph-container {
  height: 70vh;
}

.graph-container-small {
  max-height: 70vh;
  height: 300px;
}

.clickable:hover {
    cursor: pointer;
    background-color: #c4f0ff !important;
}
