.page-title {
    font-size:1.8em;
    margin: 20px 0 10px 0;
    font-family: 'Oswald',sans-serif;
}

#tmok-container{
    min-height: 500px;
}

.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: 20%;
}
.lg-row li:nth-child(3){
    width: 11%;
}
.lg-row li:nth-child(4){
    width: 18%;
}
.lg-row li:nth-child(5){
    width: 13%;
}
.lg-row li:nth-child(6){
    width: 38%;
}

@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 {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem;
        font-weight: bold;
    }
    .lg-row>.list-group-item:nth-child(2){
        font-weight: bold;
    }
    .lg-row>.list-group-item:last-child {
        border-bottom-left-radius: .25rem;
        border-bottom-right-radius: .25rem;
    }

}
