
#navigation {background:#8af;}
.navbar,.navbar.navbar-expand-lg.navbar-light{padding-bottom:0 !important;}
.bg-light {
    background-color: #fafaffb3 !important;
}
.navbar li.nav-item{margin:0 0.5em;}
.navbar li.active {
    background: #fff;
    border-radius: 8px 8px 0 0;
}
.navbar li.nav-item a {
    color: #158;
}
.navbar li.nav-item a:hover {
    color: #000;
}

section#content {font-size: 1.55em;}
main.row article, main.row aside{padding-top:0.5em;}

main.row aside .block{margin-bottom: 2rem;}
aside form, aside input, aside textarea{width:100%;}
.ihatespam {display:none;}

#content header:after {
    display: block;
    width: 100%;
    height: 20px;
    clear: both;
    content: " ";
    border-top: 10px solid #ddf;
    border-bottom: 4px solid #abc;
    margin: 0 0 1em 0;
}

td,th {
    padding: 4px 11px;
    border: 1px solid #ccc;

}
th {
    background: #f8f8f8;
}
h3 {
    margin-top: 1em;
    border-bottom: 1px solid #aaa;
}
label {
	font-weight: bold;
}

img.pronet {
    height: 20px;
    margin: -4px 4px 0 0;
}


.hpbiopic {
	float: left;
	margin-right: 5%;
	border: 11px solid #eee;
	border-radius: 50%;
	max-width: 40%;
}

ul.biofield {
	padding-left: 0.2em;
	margin-left: 0.5em;
}
.biofield li {
    list-style: none;
    font-weight: 600;
    font-style: italic;
    color: #777;
    text-indent: 0.5em;
}
label {
    margin-bottom: 0 !important;
    color: #000;
}
label:after {
    content: ":";
    margin-right: 5px;
}
.footnote {
	font-size: 0.55em;	
}
.footnote:before {
	border-top: 1px solid #000;
	display: block;
	clear: right;
	margin-left: 50%;
	width: 40%;
	content: " "
}


@media only screen {
	section#content {
		background: -moz-linear-gradient(bottom, #008cf7 1%, #eeeeff 11%, #fff 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(bottom, #008cf7 1%, #eeeeff 11%, #fff 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, #008cf7 1%, #eeeeff 11%, #fff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008cf7', endColorstr='#efff',GradientType=1 ); /* IE6-9 */		
	}
}

/* Form small devic(Mobile phone) */
@media only screen and (max-width: 479px){

}

/* For larger than Mobile device */
@media only screen and (min-width: 480px){

}

