﻿
#speakerstitle, #agendatitle {
    min-width:300px;
    max-width:800px;
    height:30px;
    font-size:18px;
    text-align:center;
    background-color:#0072c6;
    color:white;
}
.currentagenda {
    font-weight:700;
    color:green;
	max-width:800px;
}
.speakerrow,.agendarow{
    min-width:350px;
    max-width:450px;
    font-size:14px;
	border-bottom:1px solid #e6eeff;
	min-height:30px;
}
.agendarow{
	max-width:800px;
	position:relative;
}
.speakername, .speakergroup, .speakercountry
{
	display:inline-block;
	width:135px;
}
div.currentspeakerrow 
{
	font-weight:700;
}
