/*-----attach body.custom to any style you add here-----*/

/*-----EPHC-Calculator-----*/

body.custom input[type="text"]:focus {
  outline: none;
  outline-style: none;
  width:100px;
  
}

body.custom .eingabe {
border-width: 0px;
border:hidden !important;
text-align:right;
width:100px;
background-color:#a3d6fd;
outline: none;
outline-style: none;
}

body.custom .output {
resize: none;
overflow: auto;
border:hidden !important;
background-color:#eeeeee;
padding:0px;
text-align:left;
font-family: 'trebuchet ms', verdana, 'Lucida Grande', arial, sans-serif;
font-size:1.0em;
margin:1.5385em 0 0;

}


body.custom .sendbutton {
    background:#acb4cb; color:#fff;
    cursor:pointer;
    padding:5px 5px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
}

body.custom .label td {
text-align:left;
font-family: verdana, 'Lucida Grande', arial, sans-serif;
font-size:1.3em;
line-height:1.5385;
margin:1.5385em 0 0;
border:hidden !important;
}

body.custom .checken td {
text-align:left;
font-family: verdana, 'Lucida Grande', arial, sans-serif;
font-size:1.3em; 
line-height:1.5385; 
margin:1.5385em 0 0;

}

body.custom .eingfeld td {
text-align:left;
font-family: verdana, 'Lucida Grande', arial, sans-serif;
font-size:1.3em;
line-height:1.5385;
margin:1.5385em 0 0;

}

body.custom .ergebnis {
color:#000000;
resize: none;
overflow: auto;
border:hidden !important;
text-align:right;
background-color:#FFFFFF;
width:100px;

}


