﻿.rules-table {

    width: 100%;
    max-width: 500px;

    border-collapse: collapse;

    margin-top: 20px;

    background: #111;

    border: 1px solid #222;

    border-radius: 12px;

    overflow: hidden;

    font-size: 14px;

}

.rules-table th {

    background: #0b0b0b;

    color: #00e5ff;

    padding: 10px;

    text-align: left;

    border-bottom: 1px solid #222;

}

.rules-table td {

    padding: 10px;

    border-bottom: 1px solid #1c1c1c;

    color: #ddd;

}

.rules-table tr:last-child td {

    border-bottom: none;

}

.rules-table tr:hover {

    background: #161616;

}

.player-meta,
.roster-meta {

    margin-top: 4px;

    font-size: 16px;

    font-weight: 600;

    color: #bdbdbd;

}

.player-name,
.roster-name {

    font-size: 20px;

    font-weight: 700;

    color: #fff;

}
















