#agenda_view {
	display: none;
	padding: 10px 10px 0px 10px;
	line-height: normal;
}

#agenda-title {
	width: 97%;
	display: inline-block;
	position: relative;
	font-size: 24px;
	text-align: left;
	vertical-align: top;
	color: #404040;
	font-family: 'Open Sans';
}

#topics-table {
	width: 100%;
}
#topics-table td {
	padding: 10px 0;
}

.tables-wrapper table tr:hover td{
	/*background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0); */
	background-color: #EDEDED !important;
	/*
	background-color: #FEFEFE;
	background: -webkit-gradient(linear, left top, left bottom, from(#C9DBE4), to(#C9DBE4));
	background: -moz-linear-gradient(top,  #C9DBE4,  #C9DBE4);*/	
}

.agenda-list-row {
    border-top: 2px;
    border-top-style: solid;
    /*border-top-color: #B2B2B2;*/
    border-top-color: #EDEDED;
}

.main-col {
	width: 5%;
}

.play-icon {
	padding: 10px 10px 10px 10px;
}

.fieldset-header {
	font-size: 30px;
	text-align: left;
	vertical-align: top;
	color: #404040;
	font-family: 'Open Sans';
	padding-bottom: 20px;
}

/*
.tables-scroll {
	height:100%;
	overflow-y: auto;
	overflow-x: hidden;
	margin-top:20px;
}
*/

.topic-text {
	font-size: 20px;
	font-weight: bold;
	color: #404040;
	font-family: 'Open Sans';
	/*padding: 5px 0px 5px 10px;*/
	padding: 5px 0px 0px 10px;
}

.speaker-text {
	font-size: 14px;
	color: black;
	font-family: 'Open Sans';
	/*padding: 4px 0px 0px 10px;*/
	padding: 0px 0px 0px 10px;
}

.title-text {
	font-size: 11px;
	color: #404040;
	font-family: 'Open Sans';
	padding: 0px 0px 4px 10px;
}

#topics-table h1 {
	font-size: 24px;
}
#topics-table h2 {
	font-size: 20px;
}
#topics-table h3 {
	font-size: 14px;
}