.otter-status-box{
    border: 1px solid rgba(0, 0, 0, .5);
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
}

.otter-status-box >table th{
    text-align: right;
}

.otter-status{
    text-align: left;
}
.otter-stats-description{
    margin-top: 2%;
    margin-bottom: 2%;
    text-align: center;
    width: 40%;
}

.otter-stats-description >div a{
    margin-top: 2%;
    margin-bottom: 2%;
}

.otter-status.info-active, .otter-status.info-synced {
    color: #139F43;
}

.otter-status.info-suspended {
    color: #F09000;
}

.otter-status.info-invalid {
    color: #CE3A26;
}
.italic{
    font-style: italic;
}

.otter-home-description{
    width: 44%;
    padding-left: 1%;
    padding-right: 1%;
    max-width: 492px;
    margin-top: 5%;
    margin-bottom: 3%;
}

.otter-container{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 0.02em;
}
