.border-bt-lgrey {
    border-bottom: 1px solid #dfdfdf;
}
.tab-content-list li {
    list-style-type: disc;
    font-size: 20px;
}
.tab-content-list li a {
    font-size: 14px;
}
.tab-content-list li p {
    font-size: 14px;
}
.green-label {
    background: #228b22;
    padding: 2px 4px;
    border-radius: 2px;
    color: #ffffff;
    display: inline-block;
}
.red-label {
	background: #cd5c5c;
    padding: 2px 4px;
    border-radius: 2px;
    color: #ffffff;
    display: inline-block;
}
@media(max-width:480px){
#seminar-page h1, #seminar-page h2{
line-height:140%;
}
#seminar-page .seminar-header{
min-height:80px;
}
}