/* @override https://www.devel2.wolfram.com/events/technology-conference-am/2016/css/program.css */

/*
    Program related styles
    http://www.wolfram.com/events/conferencia-de-tecnologia-barcelona-2016/program.html
*/
.row {
    width: 94%;
} 
.inner table {
    border-collapse: collapse;
}
.date {
    width: 140px;
    padding-right: 40px;
}
.time {
    width: 100px;
    padding-right: 50px;
}
.inner td {
    color: #ee3032;
    vertical-align: top;
    white-space: nowrap;
}
.inner td ~ td {
    color: #222;
}
.spacer {
    height: 20px;
}
.nobreak {
    white-space: nowrap;
}
.courses {
    margin-top: 30px;
}
.courses p {
    margin: 5px 0 !important;
}
h1 + .row h2.talk-title {
    margin: 30px 0 0 0 !important;
    font-size: 26px !important;
    color: #ee3032;
}

.row div.note {
    font-size: 14px !important;
    margin-bottom: 15px;
    color: #797979;
}

.submissions small + .row .half h2.smaller {
    margin-top: 30px !important;
}
.big-text {
    margin-bottom: 5px !important;
}
.no-bottom-margin {
    margin-bottom: 10px;
}

h2.smaller {
    font-size: 20px !important;
    margin: 5px 0 !important;
    line-height: 1.2;
}
h1 + .row h2.smaller {
    margin-top: 30px !important;
}
.speaker-col-left {
	padding: 10px 20px 10px 0;
    font-weight: 600;	
}
.speaker-col-right {
    padding: 10px 0;	
}
.speaker-title {
	color: #5fab9c;
	font-weight: 600;
}
.row tr {
    border-top: 1px solid #c0c0c0;
}