html, body {
	margin: 0;
	font-family: "Roboto", sans-serif;
	color:#000 !important; 
	background-color: #EBCBEB;
}

html {
	height: 100%;
}

body#main {
	overflow: hidden;
	height: inherit;
}

table {
	border-collapse: collapse;
}

td {
	padding: 0;
}

div {
	padding: 20px;
	overflow: auto;
}

a {
	font-weight: bold;
	text-decoration: none;
}

a.headline {
	color:#000;
}

a:not(.headline) {
	color: DarkGreen;
}

a:hover {
	text-decoration:underline;
}

figure {
	float: left;
	margin:0 10px 0 0;
}

.collapse {
	margin: 0 0 0 0;
	cursor: pointer;
	display: table;
}

div.content {
	padding-top: 0;
	padding-bottom: 0;
	transition:height .7s ease-out;
    overflow:hidden;
}

p {
	margin-right: 40px
}

.no-margins {
	margin: 0 0 0 0;
}

img#speaker {
	position: fixed; 
	bottom: 0;
	right: 0;
}