.seminars-list{
    font-size:12px;    
}
.seminars-list>ul>li::after {
    content: '.';
    visibility: hidden;
    clear: both;
    display: block;
}
.seminars-list>ul>li{
    margin-bottom:35px;
}

.seminars-list {
    overflow: hidden;
}

.seminar_introtext.seminar-intro-strip {
    overflow: hidden;
    max-height: 46px;
}

img.semin-small-image {
    width: 170px;
    height: 130px;
    max-width: 170px;
    max-height: 130px;
    min-height: 130px;
    min-width: 170px;
    float: left;
    margin-right: 18px;
    -jjj-border: 1px solid red;
}
.seminars-wrapper {
    margin-top: 29px;
    margin-bottom: 25px;
}

span.seminar-date {
    display: inline-block;
    margin-right: 9px;
    color:black;
}



.seminar-list-header {
    font-size: 18px;
    color: black;
    margin-top: 7px;
}

.seminar-list-header::after{
    display:block;
    content:'.';
    max-height:0px;
    overflow:hidden;
    /* border-top:1px solid black; */
    max-width:300px;
    /* margin-top:15px; */
    margin-bottom:11px;
}

.seminar_morelink {
    margin-top: 10px;
    margin-bottom: 10px;
}

.seminar-list-body {
    margin-left: 188px;
}

.seminar_morelink a {
    color: #00acc8;
}


.seminar_order_btn .ntl-button {
    display: inline-block;
    color: white;
    font-weight: bold;
    background-color: #00acc8;
    padding: 11px 24px;
    cursor: pointer;
}

.seminar-body {
    margin-top: 25px;
}

.seminar-page-dates {}

span.seminar-page-date {
    margin-right: 9px;
    color: black;
}

.seminar-page-head {
    margin-top: 21px;
    font-size: 18px;
    color: black;
}

.seminar-page-head::after {
    content: '.';
    display: block;
    max-height: 0px;
    overflow: hidden;
    margin: 15px 0;
    border-top: 1px solid black;
    max-width: 250px;
}

.seminar-order-container {
    margin: 30px 0;
    padding:1px 0;
}



.seminar-order-container .ntl-button {
    color: white;
    background-color: #00acc8;
    padding: 11px 24px;
    font-weight: bold;
    transition: color 0.3s,background 0.3s;
    cursor: pointer;
    margin:1px 0;
    display:inline-block;
}

.seminar-order-container .ntl-button:hover {
    color: #00acc8;
    background-color: white;

}

.seminar-safe-container {
    -j-overflow: hidden;
    margin-bottom: 30px;
}

.seminar-default-image {
    float: right;
    margin: 0 0 25px 40px;
    border: 1px solid silver;
    line-height: 0;
}

.seminar-wiew-control {
    margin-top: 10px;
    margin-bottom: 10px;
}

.seminar-wiew-control ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.seminar-wiew-control ul li {
    display: inline-block;
    padding: 8px 10px;
    background-color: #EAF3F5;
    color: black;
    cursor: pointer;
    transition: all 0.3s;
    float:left;
}

.seminar-wiew-control ul li:hover,.seminar-wiew-control ul li.selected {
    color: white;
    background-color: #00acc8;
}
.seminar-wiew-control ul li.clearfix {
    clear: both;
    float: none!important;
    display: block!important;
    padding: 0!important;
    margin: 0!important;
    height: 0px!important;
    min-height: 0px!important;
    max-height: 0px!important;
    visibility: hidden;
}

table.seminar-rasp-table {
    width: 100%;
}

table.seminar-rasp-table th {
    color: white;
    background-color: #00acc8;
    text-align: left;
    padding: 10px;
    overflow: hidden;
}

table.seminar-rasp-table tr:nth-child(even),table.seminar-rasp-table tr:nth-child(even) td {
    background-color: whitesmoke;
}

table.seminar-rasp-table tr:nth-child(odd),table.seminar-rasp-table tr:nth-child(odd) td {
    background-color: #DEF3F7;
}

table.seminar-rasp-table tr td{
    padding:10px;
    text-align:left    
}

td.seminar-signup-col {
    width: 80px;
    max-width: 80px;min-width: 80px;
    text-align: right;
}

td.seminar-column-date {
    width: 183px;max-width: 183px;min-width: 183px;
    text-align: center;
}

td.semtab-semtime {
    width: 85px;max-width: 85px;min-width: 85px;
}

td.semtab-sem-name {
    text-align:left;
}

.seminar-list-header a {
    color: #00acc8;
}


body .seminar-list-header::after {
    display: block;
    content: '.';
    max-height: 0px;
    overflow: hidden;
    /* border-top: 1px solid black; */
    max-width: 300px;
    /* margin-top: 15px; */
    margin-bottom: 11px;
}

.seminar-page-head:after {
    display: none;
}

.seminar-page-head {
    margin-bottom: .5em;
}

.seminar-page-dates {
    margin-bottom: .5em;
    font-size: 1.1em;
    font-weight: bold;
    color: #585858;
}

.seminar-page-dates span.seminar-page-date { 
    display: inline;
    margin: 0;
    color: #585858;
}