﻿table, thead, td {
    border-width: 1px;
    border-style: solid;
    border-color: lightgray;
    border-collapse: collapse;
}

.shadowlands-table {
    margin-left: 20px;
}

.shadowlands-table-header {
    background-color: rgba(0, 57, 99, 0.70);
}

.shadowlands-table-header-element {
    color: whitesmoke;
    font-family: 'Times New Roman', Times, serif;
    font-size: 18px;
    font-weight: bold;
    padding: 0px 5px 0px 5px;
}

.shadowlands-table-element {
    background-color: rgba(50, 50, 50, 0.90);
    color: whitesmoke;
    font-family: 'Times New Roman', Times, serif;
    font-size: 16px;
    height: 28px;
    padding: 3px 5px 0px 3px;
}

.covenant-icon {
    height: 25px;
    width: 25px;
    padding-top: 2px;
    padding-right: 2px;
}
