body {
    background-color: #f8f9fc;
}

.top-bar {
    height: 55px;
    background-color: #071c40;
}

.fp-logo {
    margin-top: 1rem;
    margin-left: 2rem;
    width: 160px;
    height: 32px;
}

.status {
    margin-top: 71px;
}

.status-image {
}

.status-header {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    text-align: left;
    color: #000000;
}

.status-message {
    padding-top: 10px;
    font-size: 14px;
    text-align: left;
    color: #4a4a4a;
}

.status-table {
    margin-top: 54px;
}

.green {
    color: #5EA30F;
}

.blue {
    color: #5675ED;
}

.red {
    color: #CF1930;
}

table {
    border-radius: 6px;
    background-color: #ffffff;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);

}

th {
    text-align: left;
    font-size: 12px;
    font-weight: 800;
    color: #212121;
    border: solid 1px #ebebeb;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 20px;
}

td {
    padding-left: 20px;
    border: solid 1px #ebebeb;
    font-size: 12px;
    text-align: left;
    color: #212121;
}

tr:nth-child(even) {
    background-color: #f8f8f8;
}

th:nth-of-type(1), td:nth-of-type(1) {
    width: 40%;
    padding-left: 20px;
}

th:nth-of-type(2) {
    width: 20%;
    padding-left: 48px;
}

.small-status-image {
    float: left;
    margin-right: 10px;
}

@media (max-width: 865px) {
    .small-status-text {
        display: none;
    }

    .small-status-image {
        width: 100%;
        text-align: center;
        margin: 0;
    }

    th:nth-of-type(2) {
        text-align: center;
        padding-left: 20px;
    }
    th:nth-of-type(1), td:nth-of-type(1) {
        width: auto;
        padding-left: 20px;
    }
    .status-image, .status-header, .status-message {
        display: block;
        line-height: normal;
        text-align: center;
    }
}