
@font-face {
font-family: "Reader";
src: url("Fonts/Reader/reader-regular-web.eot");
src: url("Fonts/Reader/reader-regular-web.woff") format("woff"),
url("Fonts/Reader/reader-regular-web.ttf") format("truetype"),
url("Fonts/Reader/reader-regular-web.svg#filename") format("svg");
}

* {font-family: 'Reader', 'OpenSans', 'Arial', 'sans serif' !important}

body {margin:0;}

.tophead {
    background: #c8102e;
    height: 40px;   
}

.logoline {
    text-align: center;
    margin: 20px 0 50px;
}

.content {
	margin:0 60px;
}

@media (max-width: 768px) {
    .content {	margin:0 20px;}
}

.footer{
    border-top: solid 1px #dfdfdf;
    font-size: 0.8em;
    color: #888;
    margin-top: 4px;
    padding-top: 10px;
    margin-bottom: 5px;
}


h1.welcome {
	font-size:26px;
	font-weight:700;
	padding-bottom:0;
	border-bottom:2px solid #c8102e;
	margin-bottom:40px;
}
h3 {font-size:24px;font-weight:700;}

.yourwebinar {font-size:18px;margin-bottom:12px;}

.meeting {font-size:24px;margin-bottom:10px;}
.meeting .title {font-weight:700;}
.meeting .timezone {font-size:16px;color:#999;}

.status {color:#c8102e;}

.autoload-active {display:none;}

.entermeeting {
    margin-top: 35px;
}

.entermeeting input{
	font-size:1em;
	margin-top:15px;
}

input[type="submit"] {
	color:white;
	background:#444;
	border:0px;
	padding:5px 10px 0 10px;;
	text-transform:uppercase;
	cursor:pointer;
}
input[disabled] {
	background:#EEE;
	color:#CCC;
	cursor:not-allowed;
}

#frm_username {
	margin-top:40px;
	margin-bottom:40px;
}
#prompt_username {}
#username {
	margin:10px 0 10px 0;
}

.organisation {margin-top:40px;font-size:12px; color:#666;}


/* Progress Bar */

#reload {
	display:none;
	margin-top:-30px;
	width:330px;
	float:right;
	cursor:pointer;
}
.reloadtimer {
	display:block;
	height:5px;
	width:300px;
	border:1px solid #C8102E;
	border-radius:4px;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	background-image: linear-gradient(to bottom,#f5f5f5,#f9f9f9);
	background-repeat:repeat-x;
	margin-top:4px;
}
.reloadtimer .bar {
	height:5px;
	border:none;
	background-color:#C8102E;
	width:100%;
}
#reload.stopped svg {fill:#CCC !important;}
#reload.stopped .reloadtimer {border-color:#CCC;}
#reload.stopped .bar {background-color:#CCC;}

/* Footer menu */

.footernav {
    margin-bottom:5px;
}

.footernav a {
	text-decoration:none;
	color:#888;
	padding:1px 8px 1px 0;
}

.footernav a:hover {
	text-decoration: underline;
}

.footernav a:not(:first-child) {
	padding-left:8px;
	border-left:1px solid #888;
}

.footernav a.selected {
	background-color:#f8d8df;
	color:#222;
}
	
	
	
.aboutbox .slider {
	display:none;
	background-color:#f8d8df;
	padding:15px 20px;
	max-height:300px;
	overflow:hidden auto;
	margin-bottom:0px;
}

.aboutbox .slider .headline {
	font-size:18px;
	font-weight:bold;
}
	

.aboutbox .slider.legal p {
	font-size:16px;
}