.page-title {
    font-size:1.8em;
    margin: 20px 0 10px 0;
    font-family: 'Oswald',sans-serif;
}
.content-divider{
    border-top: 1px solid #ddd;
    margin:10px 0;
}

.lg-row{
    margin-bottom: -1px;
    border-radius: 0;
}
.lg-row>.list-group-item:first-child{
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
}
.lg-row>.list-group-item:last-child
{
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
}

.lg-row li:nth-child(1){
    width: 10%;
}
.lg-row li:nth-child(2){
    width: 10%;
}
.lg-row li:nth-child(3){
    width: 20%;
}
.lg-row li:nth-child(4){
    width: 15%;
}
.lg-row li:nth-child(5){
    width: 25%;
}
.lg-row li:nth-child(6){
    width: 20%;
}

@media only screen and (max-width: 800px) {
    .lg-row{
        margin-bottom: 20px;
        border-radius: .25rem;
    }
    .lg-row li{
        width: unset !important;
    }
    .lg-row>.list-group-item:first-child {
        font-weight: bold;
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem;
    }
    .lg-row>.list-group-item:last-child {
        border-bottom-left-radius: .25rem;
        border-bottom-right-radius: .25rem;
    }
}

.blue-highlight {
    background-color: green !important;
    color: white !important;
}

.blue-highlight:hover {
    background-color: green !important;
}

.red-highlight {
    background-color: #FF3205 !important;
    color: white !important;
}

.red-highlight:hover {
    background-color: #FF0800 !important;
}
