@charset "utf-8";
/*
Designer: KLP
File: app_styles.css
Date: 9/17/21b

*/
/*----- body styles -----------------------------------------------------------*/
body{
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	background-color: #444;
	margin: 0px;
	color: #A5F5A9;

}
/*----- masthead styles -----------------------------------------------------------*/
#masthead{
	height: 90px;
	background-color: black;
	color: #A5F5A9;
	padding-top: 5px;
	border-bottom: thick #007335 solid;
}

#mastheadText{
	float: left;
}

#mastheadText h1, h3{
	margin: 0px;
}

#mastheadText h1{
	margin-top: 10px;
}

#masthead #mastheadIcon{
	float: left;
	margin-right: 0px;
	height: 80px;
	cursor:pointer;
}

#mastheadText h3{
	margin-top: 5px;
	font-style: italic;
}

#masthead img#cssImgBtn{
	float: right;
	cursor: pointer;
}

/*----- appContent styles -----------------------------------------------------------*/
main#appContent{
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 20px;
	font-size: 1.2em;
}

details{
	margin-bottom: 5px;
}

div#background{
	background-color: white;
	padding: 10px;
	border-radius: 20px;
}

details div{
/*	width: 500px;*/
	width: 80%;
}

a {
	font-weight: bolder;
	color:whitesmoke;
	text-decoration: none;
}

/*----- widgit styles -----------------------------------------------------------*/
input#runBtn{
	float: left;
	margin-left: 50px;
	padding: 10px;
	margin-top: 25px;
	border-radius: 10px;
	background-color: green;
	color: #A5F5A9;
	width: 100px;
	cursor: pointer;
	margin-right: 10px;
}

input#reloadBtn{
	padding: 10px;
	margin-top: 25px;
	border-radius: 10px;
	background-color: #444;
	color: #A5F5A9;
	width: 100px;
	cursor: pointer;
	float: right;
	margin-right: 50px;
}
