:root{
	--grid-gap: 30px;
}

*{
	position: static !important;
}

html{
	text-align:left !important;
}

body, .shaded, .glass, footer{
	background:transparent !important;
	font-size:11pt;
	color:black !important;
	min-width:none;
	margin:50px;
}

.grid_2_1, .grid_1_2, .grid_1_1, .grid_3_1, .grid_1_3, .grid_1_1_1, .grid_1_1_1_1{
	grid-template-columns:initial;
	place-content:start start;
	place-items:start start;
}

iframe, .chart{
	max-width:500px;
	max-height:300px;
}	

header{
	display:block !important;
	position:static !important;
	height:initial;
	min-height:initial;
	background:transparent !important;
	filter:none !important;
	box-shadow: none !important;
	border-bottom:none !important;
}

#header{
	display:block;
}

#logo{
	filter:brightness(0);
	max-width:initial;
	min-width:initial;
	min-height:initial;
	height:75px !important;
	margin:25px auto !important;
}

.shaded, .glass{
	padding:15px 0px !important;
	margin:0px !important;
}

.container{
	width: 100% !important;
	max-width: initial !important;
	min-width: initial !important;
}



input, textarea, button{
	background:none;
	padding:5px;
	font-family:helvetica, arial, sans-serif;
	font-size:11.5pt;
	display:block;
	border-radius:10px;
	box-shadow:none;
	color:black;
}

input[type='text'], textarea{
	border:0px;
	border-top:solid rgb(150,150,150) 2px;
	width:400px;
	margin-bottom:10px;
}


input[type='submit'], button, .button{
	border:solid rgb(150,150,150) 2px !important;
	color:black !important;
	display:inline-block;
	filter:none !important;
}


textarea{
	height:200px;
	resize:none;
	overflow:auto;
}

img{
	display:block;
	max-width:50% !important;
	min-height:initial !important;
	min-width:initial !important;
	width:intial;
	height:initial;
	border:0;
}

h1, h2, h3, h4, h5, h6{
	margin:20px 0px !important;
	font-size:16.5pt !important;
	color:black !important;
	text-shadow:2px 2px 4px rgba(255,255,255,1);
	padding:0px 0px 5px 0px;
}

h2{
	font-size:15.5pt !important;
}

h3{
	font-size:14pt !important;
}

h4{
	font-size:13pt !important;
}

h5{
	font-size:12.5pt !important;
}

h6{
	font-size:11.5pt;
}

a{
	color:blue !important;
	text-decoration:none;
}

#media_icons{
	display:none;
}

.centered{
	text-align:left;
	margin:0px;
}

#logo{	
	margin-top:0px;
	height:135px;
	width:auto;
}


#menu{
	display:none !important;
}

footer{
	color: black !important;
}


ul li{
	list-style-type:square;
}

li{
	margin-bottom:5px;
}

