.pure-table-horizontal {
    width: 100%;
}
.content {
    max-width: 90%;
}

.status-tables {
    margin-bottom: 0.25em;
    text-align: center;
}
.status-table {
    border: 1px solid #ddd;
    margin: 0 0.5em 2em;
    padding: 0 0 3em;
}

.status-table-online {
    background: #2c4985;
}

.status-table-streams {
    background: #519251;
}

.status-table-mb {
    background: #692c85;
}

.status-table-users {
    background: #928c51;
}

.status-table-header h2 {
    font-size: 2em;
    color: #fff;
}

.status-table-header span {
    display: block;
    text-transform: uppercase;
    font-size: 1.75em;
    padding-bottom: 0.5em;
    font-weight: 400;
    color:  #fff;
}

.status-table-header p {
    display: block;
    margin: 0;
    color:  #fff;
}

.status-users-table {
    margin-top: 2em;
}

.copy-clipboard {
    padding-left: 0.25em;
}

.image-center {    
    margin-left:25%;
    margin-right:auto;
}