/*   */

table {
    padding-top: 20px;
}

.tableheader {
    background: black;
    color: red;
    font-weight: bold;
}

.plain {
    background: #C0C0BE;
}

.simple {
    background: #3FA741;
}

.rare {
    background: #528FDB;
}

.elite {
    background: #BE64C5;
}

.grand {
    background: #D5BE1B;
}

/* /End  */

