/**************************************** tracks_old / front_page ****************************************/
.track {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
   
}
.tracks {
    width: 100%;
    /*background: url(/images/2019/bg_tracks.jpg) no-repeat fixed top center;*/
    background-size: cover;
    padding: 30px;
    
    clear: both;
    float: left;


    background: -webkit-gradient(linear, right top, left bottom, from(rgba(0, 19, 146, 0.8)), to(rgba(0, 19, 146, 0.8))), url(https://dzceab466r34n.cloudfront.net/images_nl/sw/DS24back2.png) no-repeat fixed top center;
    background: linear-gradient(to bottom left, rgba(0, 19, 146, 0.8), rgba(0, 19, 146, 0.8)), url(https://dzceab466r34n.cloudfront.net/images_nl/sw/DS24back2.png) no-repeat fixed top center;
    background-size: cover;

}
.track p {
    /*margin: 30px 0 0 0;*/
    color: black;
}
.tex {
    color: #fff;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.tracks .btn {
    width: auto;
    margin: 1rem auto;
    display: inline-block;
    padding: 0.5rem 3rem;
}

.tracks h3 {
    /*color: #870c0d;*/
    width: 100%;
    margin: 0 auto;
    
    
    
    background-size: cover;
}
.tracks h2 {
    color: #fff;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 4% 0 4%;
    margin-top: 20px;
}


 .tracks h4{
    color: #ffffff;
    width: 100%;
    max-width: 1200px;
    font-family: 'Gentium Basic', serif;
    padding: 0 4% 0 4%;
    margin: 0 auto;
        font-size: 26px

}

.tracks h5{
    color: #ffffff;
    width: 100%;
    max-width: 1200px;
    
    margin: 0 auto;
    font-family: 'Gentium Basic', serif;
        font-size: 26px
}
.tracks div.modName{
    color: #ffffff;
    width: 100%;
    max-width: 1200px;
    
    margin: 0 auto;
    padding: 0 4% 0 4%;
    font-family: 'Gentium Basic', serif;
        font-size: 26px
	
}
.tracks div.mod{
    color: #ffffff;
    width: 100%;
    max-width: 1200px;
    
    margin: 0 auto;
    font-family: 'Gentium Basic', serif;
    padding: 0 4% 0 4%;
        font-size: 18px
	
}
.tracks div.modName a{
    color: #ffffff !Important;
}

.room {
    color: #ffffff;
    width: 100%;
    max-width: 1200px;
  font-family: 'Gentium Basic', serif;
    font-size: 26px;
    padding: 0 4% 0 4%;
    margin: 0 auto;
   
}

.track {
    width: 100%;
    max-width: 1200px;
    margin: 30px auto;
    background: #fff;
    padding: 30px;
    box-shadow: 0px 1px 1px #333;
    border-radius: 25px;
	box-shadow: var(--clay-shadow-outset,8px 8px 16px 0 rgba(0,0,0,.25)),inset var(--clay-shadow-inset-primary,-8px -8px 16px 0 rgba(0,0,0,.25)),inset var(--clay-shadow-inset-secondary,8px 8px 16px 0 hsla(0,0%,100%,.2));
}

 
/*
.explore_btn a,
.explore_btn_mobile a {
    font-size: 1.7em;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-style: italic;
    width: 70px;
    height: 50px;
    line-height: 50px;
    position: relative;
    float: right;
    background: #005984;
    color: #fff;
    padding: 0 0 0 15px;
    z-index: 10;
    right: 49px;
}
*/

.explore_btn a,
.explore_btn_mobile a {
    font-size: 1.4em;
    text-transform: uppercase;
    font-family: 'Open Sans';
    width: 70px;
    height: 50px;
    line-height: 50px;
    position: relative;
    float: right;
    background: #005984;
    color: #fff;
    padding: 0 0 0 15px;
    z-index: 10;
    right: 49px;
}

.explore_btn a:after,
.explore_btn_mobile a:after {
    content: "";
    position: absolute;
    display: block;
    border: 25px solid #005984;
    z-index: -5;
}

.explore_btn a:after,
.explore_btn_mobile a:after {
    right: -49px;
    top: 0em;
    border-right-color: transparent;
}

.explore_btn_mobile {
    display: none;
}

span.speakerRole {
    font-size: 14px;
    font-weight: bolder;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    
    border-top: unset !important;
}
 .table-responsive {
    border:unset !important;
}


@media screen and (max-width:630px) {
    .tracks {
        padding: 0px;
    }
    .track {
        display: inline-block;
        padding: 10px;
    }
    /*
    .explore_btn {
        display: none;
    }
    */
    .explore_btn_mobile {
        display: block;
    }
}