.myserverinfo-wrap {
    max-width: 900px;
    margin: 20px auto;
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,.1);
    border-radius: 6px;
}
.myserverinfo-wrap h1,
.myserverinfo-wrap h2 {
    text-align: center;
    margin-bottom: 20px;
}
.myserverinfo-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 40px;
    table-layout: fixed;
}
.myserverinfo-table thead th {
    background-color: #f1f1f1;
    border-bottom: 2px solid #ddd;
}
.myserverinfo-table th,
.myserverinfo-table td {
    padding: 12px 10px;
    border: 1px solid #ddd;
    text-align: center;
}
.myserverinfo-table tbody tr:nth-child(even) {
    background-color: #fafafa;
}
.myserverinfo-table td strong {
    font-weight: 600;
}
