@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,700,700i&display=swap');

body {
	text-align: left;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.3;
	font-family: 'Source Sans Pro', sans-serif, Verdana, Arial, Helvetica, Tahoma;
	color: #3b3b3b;
	width: 100%;
	position: relative;
	background-color: #fff;
	margin: 0;
	padding: 0;
}

.logo {
	text-align: center;
}

.logo img {
	width: 350px;
	padding: 1em;
	margin: auto;
	display: block;
}

.banner h1 {
	text-align: center;
	font-size: 200%;
	font-weight: 400;
	padding: 0;
	color: #00aae1;
}

.nav {
	margin-left: 30px;
	margin-right: 30px;
	padding-top: 20px;
	margin-bottom: 4em;
	clear: both;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #5B5A5B;
}

.form1 {
	margin: 0 auto !important;
	width: 100% !important;
	max-width: 600px !important;
}

.padding_small { padding-right: 5px; }
.padding_regular { padding-right: 10px; }
.padding_large { padding-right: 15px; }

.small { font-size: .85em; }
.regular { font-size: 1em; }
.large { font-size: 1.2em; font-weight: 700; }
.xlarge { font-size: 1.5em; font-weight: 700; }
.xxlarge { font-size: 2em; font-weight: 700; }

.header { width: 100%; }

h2 {
text-align: center;
font-size: 1.7em;
font-weight: 700;
padding: 0 20px 0 20px;
color: #1C75BC;
}

h3 {
text-align: left;
font-size: 1.1em;
font-weight: 700;
padding-bottom: 0.2em;
margin-top: 5px;
margin-bottom: 0px;
}

h4 {
font-size: 1em;
font-weight: 700;
}

.main_panel {
	width: 100%;
	clear: both;
}

.main_panel p {
	margin-top: 0px;
	margin-left: 0;
	margin-bottom: 0.5em;
}

.main_panel td {
  font-size: .9em;
  line-height: 1.2em;
	margin-top: 0px;
	margin-left: 0;
	margin-bottom: 0px;
}

.main_panel td h4 {
  font-size: 1.2em;
  line-height: 1.2em;

}

.main_panel img {  
max-width: 100%;  
height: auto;  
}  



.display {
float: right;

}

.next {
display: inline-block;
padding-left: 10px;
}

.next a {
padding-left: 10px;
padding-right: 10px;
}



.select-css {
padding: .2em .2em .2em .2em;
}

.text-css {
height 24px;
}

.preslist {
display: block;
width: 900px;
padding-left: 78px;
}


a { color: #5E6670;
	text-decoration: underline;
	-webkit-text-decoration-color: #045ff2;
	text-decoration-color: #045ff2;}
	
a:hover { 
color: #9BA5B1;
 }


label {
	width: 100px;
	padding: 0 10px 10px 0;
	display: inline-block;
}

input, textarea, file, select, radio {
  margin: 4px;
}

select {
  width: 60%;
}



input {
  width: 60%;
  border: 1px solid rgb(90,90,90);
  border-radius: 4px;
  height: 20px;
}

input[type=text]:focus {
  border: 2px solid #E6E073;
}

input[type="submit"] {
width: 42px;
height: 20px;
text-align: center;
margin-left: 55%;
padding 1px;
}

input[type="submit"]:hover {
font-weight: 700;
}

input[type="button"] {
width: 42px;
height: 20px;
text-align: center;
padding 1px;
}

input[type="button"]:hover {
font-weight: 700;
}

.html_decode {
font-weight: 700;
}

.absdetail {
display: block;
width: 900px;
padding-left: 78px;
}


.absdetail .preslink {
text-align: right;
padding-right: 20px;
}

.absdetail .videolink {
text-align: right;
padding-right: 20px;
padding-top:  10px;
}


.absdetail a {
text-align: right;
color: #CC3300;
}

.absdetail .abstract-title {
   font-weight: 700;
   font-size: 1.2em;
}

.hasvideo {
color: #CC3300;
}



p{
margin-bottom: 3px;
}

text-align: right;

ol {
	margin-top: 2px;
	margin-left: 0;
	margin-bottom: 0px;
	padding-left: 2em;
	}

   .hidden {
        display: none;
   {
   .visible {
        display: block;
   }


ul {
	margin-top: 2px;
	margin-left: 0;
	margin-bottom: 0px;
	padding-left: 2em;
	}

ul li {
margin: 3px;
}

ol li {
margin: 3px;
}


sub, sup {
  /* Specified in % so that the sup/sup is the
     right size relative to the surrounding text */
  font-size: 75%;

  /* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0;

  /* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;


  /* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline;
}

sup {
  /* Move the superscripted text up */
  top: -0.5em;
}

sub {
  /* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}