.sof2-masterlist {
    font-family: Arial, sans-serif;
    color: #ccc;
    font-size: 14px;
    background: #101010;
    padding: 15px;
    border-radius: 6px;
}

.sof2-masterlist h2 {
    text-align: center;
    margin-bottom: 10px;
    color: #eee;
}

.sof2-info {
    text-align: center;
    margin-bottom: 15px;
    font-size: 13px;
    color: #aaa;
}

.sof2-table-wrapper {
    overflow-x: auto;
    background: #101010;
    padding: 10px;
    border-radius: 6px;
}

.sof2-table {
    width: 100%;
    min-width: 800px;
    border-collapse: collapse;
    font-size: 13px;
    color: #ccc;
    background: #101010;
}

.sof2-table th {
    background: #25282c;
    color: #25c2f5;
    text-align: center;
    padding: 8px;
    font-weight: normal;
    border: none;
}

.sof2-table td {
    text-align: center;
    padding: 6px;
    border: none;
}

.sof2-table tr.even {
    background: #333333;
}

.sof2-table tr.odd {
    background: #212121;
}

.sof2-table a {
    color: #25c2f5;
    text-decoration: none;
}

.sof2-table a:hover {
    text-decoration: underline;
}

.sof2-table td img {
    vertical-align: middle;
    margin: 0 3px;
}

.sof2-error {
    text-align: center;
    color: #f55;
    font-weight: bold;
    margin: 20px 0;
}

.sof2-table td img {
    vertical-align: middle;
    margin: 0 3px;
}
