.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;
}

.content-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: 5%;
}
.lg-row li:nth-child(2){
    width: 35%;
}
.lg-row li:nth-child(3){
    width: 10%;
}
.lg-row li:nth-child(4){
    width: 40%;
}
.lg-row li:nth-child(5){
    width: 10%;
}

@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;
    }
}

/*eski styles

#e_table {
    border: 1px solid #aaa;
    border-collapse: none;
}

#e_table td {
    padding: 2px 4px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #ccc;
    background: #ddd;
    border-left: 1px solid #eee;
    border-right: 1px solid #ccc;
}

#e_table th {
    padding: 2px 4px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #aaa;
    background: #bbb;
    border-left: 1px solid #ccc;
    border-right: 1px solid #aaa;
}

#sub {
    font-weight: bold;
    padding: 4px 2px;
}
*/
