.table {
    font-family:Sans-Serif;
    font-weight:14px;
}

.text-danger {
    color:red;
}

.text-success {
    color:green;
}

.table thead {
    font-weight:400;
}

.wars {
    color:#FFF;
}

.weekly-change {
    background-color:lightgray;
    border-right:solid;
}

.goal-progress {
    background-color:lightgray;
}

.table-header {
    color:#330;
    padding:10px;
}

.table-end-section {
    border-right:solid;
}

.table tbody tr:nth-child(odd) {
    background:#e8edff;
}

.table tbody tr td {
    padding:10px;
    text-align:center;
}

.name-normal {
    padding:10px;
    text-align:left;
}

.name-italics {
    font-style:italic;
    padding:10px;
    text-align:right;
}
