﻿/**************************************** tracks_old / front_page ****************************************/

.tracks_old {
    width: 100%;
    background: -webkit-gradient(linear, right top, left bottom, from(rgba(49, 85, 101, 0.9)), to(rgba(49, 85, 101, 0.8))), url(/Conferences/Images/Connect2021/SM-Connect-21_Web-Image.jpg) top center no-repeat;
    background: linear-gradient(to bottom left, rgba(49, 85, 101, 0.9), rgba(49, 85, 101, 0.8)), url(/Conferences/Images/Connect2021/SM-Connect-21_Web-Image.jpg) top center no-repeat;
    /*background:url(/Conferences/Images/Connect2021/SM-Connect-21_Web-Image.jpg) no-repeat fixed top center;*/
    background-size: cover;
     padding: 30px;
}

.tex {
    color: #fff;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    }

.tracks_old h2, .tracks_old h4 {
    color: #fff;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    text-shadow: 2px 2px grey;
}

.track_old {
    width: 100%;
    max-width: 1200px;
    margin: 30px auto;
    background: #fff;
    padding: 10px;
    /*padding: 30px;*/
    box-shadow: 0px 1px 1px #333;
}
.title {
    font-weight: 400;
    font-size: 2.0em;
    line-height: 1.7;
    
}
.explore_btn a,
.explore_btn_mobile a {
    font-size: 1em;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 700;
    width: 82px;
    height: 50px;
    line-height: 50px;
    position: relative;
    float: right;
    background: #9f2021;
    color: #fff;
    padding: 0 0 0 15px;
    z-index: 10;
    right: 39px;
}

.explore_btn a:after,
.explore_btn_mobile a:after {
    content: "";
    position: absolute;
    display: block;
    border: 25px solid #9f2021;
    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 td {
    
    
    border-top: unset !important;
}
@media screen and (max-width:630px) {
    .tracks_old {
      /* padding: 15px;*/
    }
    .track_old {
        display: inline-block;
        padding: 5px;
    }
    


    .explore_btn {
        display: none;
    }
    
    .explore_btn_mobile {
        display: block;
    }
}
