html {
	height: 100%;
	max-height: 100%; 
}

body {
	/*height: -64px; */
	/*max-height: -64px; */
	background: -webkit-linear-gradient(top, rgba(194,15,21,1) 0%, rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(top, rgba(194,15,21,1) 0%, rgba(0,0,0,1) 100%);

	padding: 0;
	margin: 0;
}

#umd-frame {
	width: 1024px;
	margin: 4px auto 0;
	padding: 0;
	/*background: transparent url(/static/img/body-bg-top.png) no-repeat top left;*/
}

#content {
	text-align:center;
	width: 1024px;
	/*height: 680px;*/
	overflow:auto;
	background-repeat: repeat-x;
	background-attachment: fixed;
	margin: 0 0px;
}

#content2 {
	background-color: #FFF;
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	overflow:auto;
	font-family: Palatino;
	font-size: 11pt;
}

#listcontent {
	background-color: #FFE;
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	margin-top: 2em;
	overflow:auto;
	border-radius: 8px;
}

#listcontent td {
	padding: 1pt 4pt 1pt 4pt; 
}


.isee {color:white}
.isee A:link {color:white}
.isee A:visited {color:white}

img {
	border-style: none;
}

img.center {
    display: inline-block;
    margin: 0 auto;
}

#logincontent {
	background: #EFE;
	text-align: left;
	width: 1024px;
	height: 240px;
	overflow: auto;
	margin: 0 auto;
	border-radius: 8px;
}

#speakercontent {
	background:white;
	padding:1em;
	margin-top:2em;
	text-align: left;
	border-radius: 8px;
}

.row{margin-right:35px;margin-left:35px}
.row:before,.row:after{display:table;content:" "}
.row:after{clear:both}

.col-md-8 {
font-size: 16pt;
line-height: 1.5em;
}

.col-md-8 .checkbox label {
font-size: 12pt;
}

.col-sm-10 {
width: 18%;
height: 20px;
border-radius: 4px;
font-size: 11pt;
}

.col-sm-10 button {
height: 2em;
width: 6em;
margin-top: 16px;
font-size: 11pt;
}
