/* CONFERENCES */

.conference .dimensions .flex h1 { color: #8A3BC7;}


.conference .dimensions .c2 > a {
    display: block;
    letter-spacing: 4px;
    text-transform: uppercase;
    padding: 16px 0;
    color: #54534A;
}

.conference .content table { border-collapse: collapse;}

.conference .content table td, th {
    border: 1px solid #FFF;    
    text-align: center;
    padding: 5px;
}

.conference .content table tr:first-child,
.conference .content table tr td:first-child { 
    background-color: #FFF; 
    text-align: left;
}
               




