input,select,label {
	margin: 5px 0;	
	font-size:inherit;
	font-family:inherit;	
}

#warning_pompt {
	text-align:center; 
	font-size:13px;				
	text-align:left; 
	color:red;
}
	
.inherit {
  font-size: inherit;
	width:40%;	
}

.inherit_w {
  font-size: inherit;
	width:60%;	
}

.inherit_w7 {
  font-size: inherit;
	width:65%;	
}

.field {
	clear:both; 
	text-align:right;		
}

input {
	clear:both; 
	text-align:center; 
	border-radius: 0.5vw;
	background-color: #f1f1f1;
	padding: 0 0;	
	vertical-align:middle;
	font-size:inherit;		
}

label {	
	padding-left:inherit; 
	vertical-align: middle;
	float: left;	
}

.mainform {
	float:left; 
	width:100%;	
}

input[type=submit] {
	background:	#26c9ff; 
	border: 		0;
	cursor:			pointer;
	-webkit-border-radius: 0.3em;
	border-radius: 0.3em;
	padding : 0.3em 1em;
}

input[type=submit]:hover {
  background-color: #4CAF50; /* Green */
  color: white;
}

input[type="number"] { 
	width: 25%;		
}

select {
	clear:both; 
	text-align:center;
	border-radius: 0.5vw;
	background-color: #f1f1f1;
}


.btn_calc1 {
	padding: 1em 0.5em;
	font-size: 1em;
	margin: 3px 0px;
	width:100%;		
	border: none;
	color: white;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
	background-color: #00bfff;
}	

.btn_calc2 {
	padding: 0 0.5em;
	font-size: 1em;
	border: none;
	color: white;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	background-color: #00bfff;
	border-radius: 0.3em;
}	

.btn_calc3 {
	padding: 0.5em 0.2em;
	font-size: 0.9em;
	border: none;
	color: white;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	background-color: #00bfff;
	border-radius: 0.3em;
}

.button6 {
    background-color: #003366; 
		width:90%;
		height:2.5em;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
		display:block;
		margin: 0.2em;
		padding: 0.2em;
		line-height: 100%;
    cursor: pointer;
		font-size: 1em;
		font-family: inherit;
		border-radius: 0.3em;
		/*font-family:OswaldRegular,"Myriad Pro", "Trebuchet MS", sans-serif;*/
}
.button6:hover {
    box-shadow: 0 0.3em 0.1em 0 rgba(0,0,0,0.24),0 0.3em 0.5em 0 rgba(0,0,0,0.5);
}