/*
    Program related styles
    http://www.wolfram.com/events/conferencia-de-tecnologia-barcelona-2017/program.html
*/
.row {
    width: 94%;
} 
.inner table {
    border-collapse: collapse;
}

.footer .inner {
    padding: 20px 15px 55px 15px;
}
.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: 15px 10px 15px 0;
    font-weight: 600;	
    font-size: 1rem;
    width: 8rem;
}
.speaker-col-right {
    padding: 15px 0;	
    font-size: 1rem;
}
.speaker-title {
	color: #5fab9c;
	font-weight: 600;
	margin-bottom: 5px;
}
.speaker-name {
	margin-bottom: 5px;
}
.speaker-affiliation {
	margin-bottom: 5px;
}
.speaker-abstract {
	color: #797979;
	margin-bottom: 5px;
}

div.abstract-wrapper {
    white-space: normal;
    width: 100%;
}

div.speaker-abstract,p.speaker-abstract {
    font-size: 1rem;
    line-height: 20px;
    color: #222222;
    font-weight: 400;
    display:none;
}

button.absract-button, a.button {
    border: solid 1px #bbb;
    padding: 0 6px;
    border-radius: 5px;
    margin: 7px 0 13px 0;
    font-size: 0.9rem;
    line-height: 20px;
    color: #666666;
    font-weight: 400;
    background-color: #fff;
    display: inline-block;
}
button.absract-button:hover {
    cursor: pointer;
    border: 1px solid #000;
    color: #000;
}
a.button {
    border: 1px solid #ee3032;
}
a.button:hover {
    border: 1px solid #bbb;
    color: #666;
}

.row tr {
    border-top: 1px solid #c0c0c0;
}
