.seminartable tr {
    border-bottom:8px solid transparent;
}
.seminartable tr td {
    padding:0;
}
.seminartable tr td:nth-child(1) {
    width:60px;
    font-weight:bold;
}
.nav {
    position:relative;
}
p {
    line-height:1.7;
}
.section-header-title {
    padding-top:24px;
}
.section-header-title::before {
    background-color: #06f;
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
    content: "";
    height: .5rem;
    left: 0;
    max-width: 12rem;
    position: absolute;
    top: 0;
    width: 100%;
}

