/*********************************************************
*
* V1.3 - 31.01.2020
*
*
***********/

body {
    background-color: #cdcdcd;
    font-family: sans-serif;
    font-size: 11pt;
}

hr {
    height: 1px;
    border: none;
    background-color: black;
	
	margin: 10px 0px;
}

[type=button] {
    background-color: #bbb;
    border: 1px #555 solid;

    font-size: 11pt;
}

[type=button]:hover {
    background-color: #fb0;
}

.main_inp {

	text-align: right;

	font-size: larger;
}

.num_inp {
	
	width: 70px;
	
}

/* for <td> */
.eng_disp {
	vertical-align: top;
	text-align: right;
	
	position: relative;
}

.eng_disp div div {
	
	margin-top: 3px;
	
	padding: 2px;
	
	right: 0px;
	width: 150px;
	
	border: solid 1px #888;
	background-color: #bbb;
	
}

.numtab input {
	width: 70px;
	height: 30px;
}

.numtab #btn_0 {
	width: 100%;
}

.funtab input, button {
	width: 60px;
	height: 25px;
}

.funtab #btn_pi {
	
	font-family: serif;
	font-size: larger;
}

.ohmslaw_tab {
	
	border-spacing: 0px 3px;
	
}

.ohmslaw_tab [type=text] {
	
	text-align: right;
	width: 80px;
}

.ohmslaw_tab td {
	
	text-align: right;
	
	background-color: #bbb;
	
	border-left: 1px solid #888;
	
	padding: 1px 3px;
}

.ohmslaw_tab th {
	
	background-color: #aaa;
	
	border-left: 1px solid #888;
	

}

.btn_red {
	
	background-color: orange;
	
}

.note {
	
	font-size: smaller;
	
}

#se { /* small exponent */
	font-size: smaller;
}


#test {
	font-family: monospace;
}


