html {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}

body {
    /*background-color: #eeffff;*/
    padding: 0;
    margin: 0;
    font-family: "Open Sans", Arial, Sans-Serif;
    width: 100%;
    height: 100%;
}

img,form,
h1,h2,h3,h4,h5,
ul, ol {
    padding: 0;
    margin: 0;
}

img {
    border: none;
}

a {
    color: #4949a3;
}

.alignRight {
    text-align: right;
}

#header {
    /*max-width: 1366px;*/
    /*margin: 0 auto;*/
    /*background: url("/images/bg_top.svg") #00caf8 no-repeat 547px;*/
    background: #e6e6e6;
    height: 90px;
}

#header_inner{
    width: 960px;
    margin: 0 auto;
    height: 90px;
    padding:0 120px;
    background: url("/images/bg_top.svg") no-repeat right 0;
    display: flex;
    justify-content: space-between;
}

#header h1 {
    color: #888;
    /*float: left;*/
    /*margin: 17px auto auto 202px;*/
    margin: 17px auto auto 0;
}

#iconMenu {
    /*margin: 4px;*/
    /*float: left;*/
    /*margin: 19px 0 0 270px;*/
    margin: 19px 0 0 0;
    list-style: none;
    display: flex;
    justify-content: flex-end;
}

#iconMenu li {
    /*float: left;*/
    margin: 0 12px;
    /*width: 120px;*/
    text-align: center;
}

#iconMenu a {
    text-decoration: none;
    font-weight: bold;
    color: #ffffff;
}

#container {
    max-width: 1000px;
    min-width: 640px;
    min-height: 500px;
    margin: 5px auto;
    padding: 0;
    /*border: 1px solid #000000;*/
    background: #ffffff;
}

.subtitle {
    margin: 0 0 20px 0;
}

[name=form0] {
    font-size: 18px;
    width: 100%;
    text-align: center;
    background: #e5f3fb;
    padding:20px 0 0 0;
    margin-bottom:20px;
}

[name=form0] caption {
    text-align: right;
}

[name=form0] input[type=text] {
    padding: 0 18px;
    margin: 0;
    width: 536px;
    height: 46px;
    font-size: 20px;
    position: relative;
    /*top: -2px;*/
    border: none;
    outline:none;
}

[name=form0] input[type=image] {
    position: relative;
    top: -2px;
}

[name=form0] input {
    vertical-align: middle;
}

.searchFormOuter {
    width: 829px;
    margin: 0 auto;
    display:flex;
    flex-wrap:wrap;
}

.searchFormOuter dt {
    width: 129px;
    padding: 12px 0 0 0;
    font-size: 28px;
    text-align: left;
}

.searchFormOuter dt img{
    margin-left:5px;
}

.searchFormOuter dd {
    margin:0;
}

    .searchFormOuter dd .include_pubmed_check{
        text-align:left;
        margin-top:0.1em;
    }
    
        .searchFormOuter dd .include_pubmed_check label{
            display:inline-block;
            padding:0.2em;
        }
        
        .searchFormOuter dd .include_pubmed_check label input[type="checkbox"]{
            vertical-align:middle;
            margin-right:0.5em;
        }


.searchForm {
    margin: 0 auto;
    border-collapse: collapse;
    border: 3px solid #9f9f9f;
    width: 700px;
}

.searchForm td {
    padding: 0;
    margin: 0;
    height: 50px;
    background: #ffffff;
    vertical-align:middle;
}

/*
.searchForm img {
    padding: 0;
    margin: 0;
    line-height: 20px;
}
*/

.searchForm td.cellOption {
    width: 50px;
    padding-top:5px;
    height:45px;
}

.searchForm td.cellSearch {
    width: 50px;
    padding-top:5px;
    height:45px;
}

[name=searchButton] {
}

.searchOption {
    /*width: 100%;*/
    margin: 40px auto;
    display: none;
}

dt.searchOption {
    font-size: 20px;
    padding: 0;
}

.searchOption ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0 129px;
}

.searchOption li {
    float: left;
    margin: 0 40px 8px 0;
    font-size: 16px;
}

.searchOption input[type=checkbox] {
    margin: 0 8px 0 0;
}

.btn230orange {
    display: table-cell;
    width: 237px;
    height: 53px;
    background: url("/images/btn230_orange.png") no-repeat;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
}

.btn230blue {
    display: table-cell;
    width: 237px;
    height: 53px;
    background: url("/images/btn230_blue.png") no-repeat;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
}

#footer {
    max-width: 1000px;
    margin: 0 auto;
    background: #fff;
    height: 20px;
    padding: 4px 12px;
    color: #cccccc;
    font-size: 14px;
    text-align: right;
}

#help {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 300px;
    max-width: 600px;
    min-height: 100px;
    background: #ffffcc;
    border: 1px solid #333333;
    display: none;
    padding: 10px;
}

#help h1 {
    font-size: 125%;
}

#help ul {
    margin: 0 0 0 40px;
}

.required {
    color: #ff0000;
    font-size: 80%;
}

#pmConsole {
    box-sizing:border-box;
    display: none;
    position: absolute;
    background: #ffffff;
    /*border: 2px solid #333333;*/
    width: 600px;
    height: 240px;
    top: 50%;
    left: 50%;
    transform: translate(-300px, -120px);
    box-shadow:0 0 5px 5px rgba(0,0,0,0.3);
    padding:1em;
    z-index:9999;
}

.scientific-name {
    font-weight: bold;
    font-style: italic;
}

.downloadResults{
	display: inline-block;
	margin-left: 0.5em;
	background-image: url("../images/icon_download.png");
	background-repeat: no-repeat;
	background-size: 16px auto;
	background-position: left 0.6em center;
	background-color: #29275e;
	color: #fff;
	text-decoration: none;
	border-radius: 3px;
	padding: 0.3em 0.8em 0.2em 2em;
	border: 1px solid #fff;
	box-shadow: 2px 2px 0 0 rgba(0,0,0,0.2);
	transition: .3s filter ease;
}

.downloadResults:hover{
	filter: brightness(130%);
	transform: translate(1px,1px);
	box-shadow: 1px 1px 0 0 rgba(0,0,0,0.2);
}