.serverList
{
    background-color: #363636;
    margin: 50px;
    padding: 5px;
    border-radius: 4px;
    
}

#borderless
{
    color: white;
    width: 100%;
    text-align: center;
}

.table-server
{
    background-color: #363636;
    color: white;
    text-align: center;
    font-size: 14px;

    border-collapse: separate;
    border-spacing: 0 4px;
    border: none;
  
}

.table>:not(:last-child)>:last-child>*
{
    border-bottom: none;
}

.table>:not(caption)>*>*
{
    border-bottom: none;
    
}

.table-hover tbody tr td, .table-hover tbody tr th
{
    background-color: #4A4A4A;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th 
{
    color: white;
    font-size: 14px;
    background-color: #5A5A5A;
}


.table > thead
{
    background-color: #363636;
}

.btn-group-sm>.btn, .btn-sm {
    padding: 0rem 1rem !important;
    font-size: .875rem;
    border-radius: .2rem;
    width: 100%;
}