html {
    font-family: BlinkMacSystemFont,-apple-system,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
}

/* Headings */
/*
h1, h2, h3, h4, h5 {
    font-family: BlinkMacSystemFont,-apple-system,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
}
*/

h1 {
    font-size: 3rem;
    margin: 1em 0 .5em;
}

h2 {
    font-size: 2.4rem;
}


/* Links */

a {
    /* color: #2f4a8b; */
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a.black-link {
  color: #212121;
}

a.black-link:visited {
  color: #212121;
}

a.black-link:hover {
  color: #205493;
  text-decoration: none;
}


/* Sections */

.gq-section{
    margin: 1.5rem 0;
    padding-bottom: 1.5rem;
}
@media screen and (min-width: 600px) {
    .gq-section{
        margin: 3rem 0;
    }
}


.gq-search-section {
    padding: 1.5em 0;
    background-color: #f1f1f1;
    border-bottom: 1px solid #d6d7d9;
    margin-bottom: 1.5rem;
}

.gq-search-section h1 {
    font-size: 2rem;
}


.gq-extra-right-padding {
}

@media screen and (min-width: 600px) {
    .gq-extra-right-padding {
        padding-right: 3rem;
    }
}


/*
.gq-feature-section {
    margin-bottom: 0;
}
*/


/*
.gq-database-section {
   padding-top: 1.5rem;
}
*/


/* Results summary */

.gq-results-summary {
    padding-bottom: 1.5em;
    font-size: 1.4rem;
    color: #5b616b;
}

.gq-results-summary strong{
    color: #212121;
 }


/* shadowbox */

.shadowbox {
	margin: 1.5rem 0;
    border: 1px solid #d6d7d9;
    border-radius: 2px;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.06);
    padding: 1.5rem;
}


.shadowbox > :first-child {
	margin-top: 0;
}

.shadowbox > :last-child {
	margin-bottom: 0;
}

/*
.shadowbox h2, h3, h4, h5 {
    font-family: BlinkMacSystemFont,-apple-system,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
}
*/

.shadowbox h2 {
    margin: 1.5rem 0;
    font-family: BlinkMacSystemFont,-apple-system,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
}

.shadowbox h3 {
    font-family: BlinkMacSystemFont,-apple-system,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
}

@media screen and (min-width: 600px) {
    .shadowbox h2 {
        margin: 3rem 0;
    }
}

.shadowbox p {
    margin-top: 0.4rem;
}

.shadowbox ul {
    margin-top: 0.8rem;
}


.shadowbox .ncbi-doc-context {
    font-weight: normal;
}

.shadowbox .ncbi-doc-title {
    font-size: 2rem;
}

.shadowbox .ncbi-inline-list {
    display: inline;
}

.expandable {
    padding: 0;
}

.shadowbox .panel {
	padding: 1.5rem 1.5rem 1rem 1.5rem;
}

@media screen and (min-width: 600px) {
	.shadowbox .panel {
		padding: 3rem 3rem 2rem 3rem;
	}
}

.shadowbox .panel > :first-child {
	margin-top: 0;
}

.shadowbox .panel > :last-child {
	margin-bottom: 0;
}

.shadowbox .expand {
	margin-top: 0;
}

.shadowbox .expand input {
    display: none;
}

.shadowbox .expand .panel {
    padding-top: 0;
}

.shadowbox .expand-panel {
	height: 0;
    max-height: 0;
	overflow: hidden;
    padding-bottom: 0;
    -webkit-transition: max-height 0.3s ease;
    -moz-transition: max-height 0.3s ease;
    -o-transition: max-height 0.3s ease;
    -ms-transition: max-height 0.3s ease;
    transition: max-height 0.3s ease;
}

.shadowbox .expand input:checked ~ .expand-panel {
    height: auto;
    max-height: 1000px;
    padding-bottom: 1.5rem;
}


@media screen and (min-width: 600px) {
	.shadowbox .expand-panel {
		padding: 0 3rem;
	}
    .shadowbox .expand input:checked ~ .expand-panel {
        padding-bottom: 3rem;
    }
}

.shadowbox .expand label {
	display: block;
	width: 100%;
    height: 3rem;
	max-width: 100%;
	margin: 0;
	border-top: 1px solid #d6d7d9;
	text-align: center;
	cursor: pointer;
    background: url("../img/angle-arrow-down.svg") no-repeat center;
    background-size: 20px 20px;
}

.shadowbox .expand label:hover {
	background-color: #f1f1f1;
}

.shadowbox .expand input:checked ~ label {
    background: url("../img/angle-arrow-up.svg") no-repeat center;
    background-size: 20px 20px;
}

.shadowbox .expand input:checked ~ label:hover {
	background-color: #f1f1f1;
}

.shadowbox table {
    margin: 1.2rem 0;
}


.shadowbox table thead th {
    padding: 0.75em 0;
    text-align: left;
    border: none;
    background-color: transparent;
}

.shadowbox table thead .num {
    text-align: right;
}

.shadowbox table thead tr {
    border-top: 1px solid #aeb0b5;
    border-bottom: 1px solid #aeb0b5;
}

.shadowbox table tbody tr {
    border-bottom: 1px solid #d6d7d9;
}

.shadowbox table tbody td {
    padding: 0.75em 0;
    border: 0;
}


.shadowbox-wrapper {
    margin: 1.5rem 0;
}

@media screen and (min-width: 600px) {
    .shadowbox-wrapper {
        position: relative;
    	margin: 3rem 0;
    }
    .shadowbox-wrapper .ncbi-vote-helpful {
        position: absolute;
        top: 1.8rem;
        right: 3rem;
    }
    .shadowbox {
        padding: 3rem;
    }
    .expandable {
        padding: 0;
    }
}

.shadowbox-wrapper .shadowbox {
    margin: 0;
}


/* favicon -link */

.gq-favicon-link {
    padding-right: 0.5rem;
}

.gq-favicon-link img {
    vertical-align: middle;
    margin-right: 12px;
    border: 1px solid #f1f1f1;
}

.gq-favicon-link:visited {
    color: #0071bc;
}



/* Action links */

.gq-action-links {
    margin: 1.5rem 0;
}

.gq-action-link {
    color: #0071bc !important;
    font-weight: normal;
    font-size: 1.4rem;
    background-color: #f1f1f1;
    box-shadow: inset 0 0 0 1px #0071bc !important;
}

.gq-action-link:hover {
    color: #0071bc !important;
    text-decoration: none !important;
    background-color: white;
    box-shadow: inset 0 0 0 2px #0071bc !important;
}

.gq-action-link:active, .gq-action-link:focus {
    box-shadow: inset 0 0 0 2px #0071bc, 0 0 3px #3e94cf, 0 0 7px #3e94cf !important;
}

@media screen and (min-width: 600px) {
    .gq-action-link {
        margin: 0 1.5rem 0 0;
    }
}

.gq-filesize-hint {
    margin: 2rem 0 1.5rem !important;
    color: #5b616b;
}



/* Download */

#btn_download_popup {
    display: none;
}

@media screen and (min-width: 600px) {
    #btn_download_popup {
        display: inline-block;
    }
}

.tablet #btn_download_popup {
    display: none;
}


/* Database list */

.gq-category {
    padding-bottom: 1.5rem;
}

.gq-category dl {
    border: none;
    /*padding-bottom: 3rem;*/
    font-size: 1.6rem;
}

.gq-category dl dt {
    border: none;
}

.gq-category dl dd {
    border: none;
    color: #5b616b;
    font-size: 1.3rem;
}


/* Results Table */
/*
.gq-database-section a:visited {
    color: #0071bc;
}
*/
.gq-category table {
    margin-top: 0;
    margin-bottom: 3rem;
}

.gq-category table td {
    border: none;
    font-size: 1.6rem;
}

.gq-category table td.gq-db-name {
    /*color: #175ea3;*/
    font-weight: bold;
    padding: 6px 13px 6px 0;
}

.gq-db-name-200 {
    font-weight: bold;
}

a.gq-db-name-200:visited {
    color: #0071bc;
}
a.gq-db-name-404:visited {
    color: #0071bc;
}
a.gq-db-name-500:visited {
    color: #0071bc;
}
a.gq-db-name-502:visited {
    color: #0071bc;
}

.gq-category table td.gq-db-count {
    text-align: right;
    padding: 6px 13px 6px 0;
}

.gq-db-count-200 {
    color: #0071bc;
    font-weight: bold;
}

a.gq-db-count-200:visited {
    color: #0071bc;
}

.gq-db-count-203 {
    color: #5b616b;
}

a.gq-db-count-203:visited {
    color: #5b616b;
}

.gq-db-count-404 {
    color: #5b616b;
}

a.gq-db-count-404:visited {
    color: #5b616b;
}

.gq-db-count-500 {
    color: #e31c3d;
}

.gq-db-count-500:visited {
    color: #e31c3d;
}

a.gq-db-count-500:hover {
    color: #e31c3d;
}



.gq-category table td.gq-db-descr {
    padding: 6px 0 6px 2em;
    color: #5b616b;
    font-size: 1.3rem;
}

/* New tabbed interface */

.gq-search-nav-section {
    padding: 2rem 0 0;
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d7d9;
    margin-bottom: 1.5rem;
}

.gq-search-nav-section h1 {
    display: none;
}

@media screen and (min-width: 1200px) {
    .gq-search-nav-section h1 {
        display: inline;
        padding-top: 0.5rem;
        font-size: 2.7rem;
        color: #212121;
    }
}

.gq-search-nav-section h1 a {
    color: #323a45;
}

.gq-search-nav-section h1 a:hover {
    color: #212121;
}

.gq-nav ul {
    margin-top: 1rem;
    padding: 0;
    list-style: none;
}

.gq-nav ul li {
    display: inline-block;
    padding: 0 1.5rem 1rem;
    margin: 0;
}

.gq-nav ul li a {
    color: #5b616b;
}

.gq-nav ul li a:hover {
    color: #0071bc;
}

.gq-nav .current {
    color: #00a6d2;
    font-weight: bold;
    border-bottom: 4px solid #00a6d2;
}


.shadowbox-wrapper .ncbi-docsum {
    margin: 0;
}

.shadowbox-wrapper .usa-accordion > li{
    border-top: 1px solid #d6d7d9;
    margin-bottom: 0;
}
.shadowbox-wrapper .usa-accordion > li:last-child{
    border-bottom: none;
}
.shadowbox-wrapper .usa-accordion-button {
    background-color: white;
}
.shadowbox-wrapper .usa-accordion-button:hover {
    background-color: #f1f1f1;
}

.shadowbox-wrapper .usa-accordion-content table{
    margin-top:1rem;
}

.usa-accordion-content h4 {font-family: sans-serif, "Merriweather", "Georgia", "Cambria", "Times New Roman", "Times", serif;}

