<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

html{
	height: 100%;
}/*html*/
body{
	height: 100%;
	background-color: #f4f4f4;
}/*body*/
#page{
    width: 70%;
    height: 100%;
    margin: 0 15% 0 15%;
    border-left: solid;
    border-right: solid;
    border-color: #DDDDDD;
    border-width: 1px;	
	border-width: 1px;
    border-top: 5px solid #5cb85c;	
}/*#page*/
#header{
	margin: 20px 10% 20px 10%;
}/*#header*/
#headerL1{
	text-align: center;
	color: #5cb85c;
	font-size: 20px;
	font-weight: bold;
}/*#headerL1*/
#headerL2{
	text-align: center;
	color: #5cb85c;
	font-size: 12px;
	font-weight: bold;
}/*#headerL2*/
#headerL3{
	text-align: center;
	color: #5cb85c;
	font-size: 12px;
	font-weight: bold;
}/*#headerL2*/
#dataEntryDiv{
	margin: 20px 10% 20px 10%;
}/*#dataEntryDiv*/
.dataEntryInput{
	width: 100%;
	margin-bottom: 20px;
}/*.dataEntryInput*/
.myInput{
    color: #5cb85c;
    font-weight: bold;
}/*.myInput*/
.saveBtnDiv{
	width: 100%;
	margin-bottom: 5px;
}/*.saveBtnDiv*/
.cancelBtnDiv{
	width: 100%;
}/*.saveBtnDiv*/
.saveBtn{
	width: 100%;
	}/*.saveBtn*/

::-webkit-input-placeholder {
    color: #5cb85c;
    font-weight: bold;
}
:-moz-placeholder {
    color: #5cb85c;
    font-weight: bold;
}
:-ms-input-placeholder {
    color: #5cb85c;
    font-weight: bold;
}
.resultDiv{
	margin-top: 5px;
	width     : 100%;
    border    : 5px solid #e2c822;
    text-align: center;
    font-weight: bold;
}

@media (max-width:768px){
	#page{
		margin: 0 1% 0 1%;
		width: 98%;
	}
	
}</pre></body></html>