#portlet_com_quadient_university_cloud_status_portlet label {
    display: none;
}

#portlet_com_quadient_university_cloud_status_portlet h2 {
    padding-top: 1em;
}

#_com_quadient_university_cloud_status_portlet_addNewCloudInstance {
    margin: 1em 0;
}

.status-operational {
    color: green;
    font-weight: bold;
}

.status-degraded-performance {
    color: orange;
    font-weight: bold;
}

.status-outage {
    color: red;
    font-weight: bold;
}

#portlet_com_quadient_university_cloud_status_portlet .alert {
    color: white;
    font-size: larger;
    font-weight: bold;
    margin-top: 20px;
}

#portlet_com_quadient_university_cloud_status_portlet .alert-info {
    border-color: green;
    background-color: green;
}

#portlet_com_quadient_university_cloud_status_portlet .alert-warning {
    border-color: orange;
    background-color: orange;
}

#portlet_com_quadient_university_cloud_status_portlet .alert-danger {
    border-color: red;
    background-color: red;
}

.disclaimer {
    border: .0625rem solid #3598db;
    border-radius: .25rem;
    padding: 1.09375rem 1rem;
    font-size: .875rem;
    color: #3598db;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

table.cloud-status-table-view {
    table-layout: fixed;
    width: 600px;
}

table.cloud-status-table-view th,
table.cloud-status-table-view td {
    text-align: center;
    width: 120px;
}

table.cloud-status-table-view th:first-child,
table.cloud-status-table-view td:first-child {
    text-align: left;
    width: inherit;
}

div.cloud-status-legend {
    width: 550px;
    text-align: center;
    margin: 10px 0;
    font-size: smaller;
}

div.cloud-status-legend span {
    margin: 0 5px;
}

div.cloud-status-legend span svg {
    margin-left: 20px;
}