body{
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.5;
	color: #000;
	background-color:#F4F4F4;
}

iframe{
	background-color:white;
	border: none;
	margin:0;
}

p{
	color: #000;
}

div.explain{
	margin-left:12.5%;
	margin-right:12.5%;
	padding:2px;
	text-align:center;
	font-size: 0.8em;
	line-height: 1em;
	background-color:#F4F4F4;
}

h1 {
    color: #000;
	text-align:center;
	font-weight: 500;
	line-height: 1.2;
	margin-top: 0;
	box-sizing: border-box;
	vertical-align: text-bottom;
}

#citableurllabel:hover{
	cursor:pointer;
}

.clicktable{
	font-weight: normal;
}

.clicktable tr:hover{
	cursor: pointer;
	font-weight: bold;
}

div.iframediv{
	margin-top:5px;
	margin-left:5%;
	margin-right:5%;
	text-align:right;
}

button.iframebutton:disabled {
	background-color:#F4F4F4;
}

button.iframebutton:hover:enabled {
	background-color:#002445;
	color:white;
}

button.iframebutton {
	background-color:white;
}

div.header{
	background-color:#002445;
	padding:10px;
	z-index: 2;
}

div.header> table{
	width:100%;
	color:white;
}

div.header> table > tbody > tr{
}

div.header> table > tbody > tr >td{
	text-align:center;
	color:white;
	font-size: 0.8rem;
}

div.header> table > tbody > tr >td >a{
	width:20%;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
	font-size: 0.78rem;
}

.optionmenu {
	width: 75%;
	background-color:white;
	margin-bottom:5px;
}

.multiiframe {
	text-align:center;
	width: 100%;
	margin-bottom:5px;
	border-spacing: 2px;
	background-color:lightgray;
}


input {
  border: 1px solid transparent;
  background-color: #f1f1f1;
  padding: 10px;
  font-size: 16px;
}

input[type=submit] {
  background-color: DodgerBlue;
  color: #fff;
}
