﻿body
{
    font-family: "Trebuchet MS" , Geneva, Arial, Helvetica, sans-serif;
    font-size: 14px;
    background-color: White;
}



/*
#calculator div
{
    font-family: "Trebuchet MS" , Geneva, Arial, Helvetica, sans-serif;
    font-size: 14px;
    float: left;
    width:400px;
}

#calculator div.head
{
    font-weight: bold;
}

#calculator div.sub
{
    width:400px;
}

#calculator div.right
{
	 float:right; 
	 width:200px; 
	 text-align:right;
}
*/
#calculator input
{
	width: 92px;
}
/*----------------------------------------------------------------*/
.block
{
	width: 350px;
	border-width: 1px;
	border-color: Black;
	border-style: none solid solid solid;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #E8ECCA;
}

.topblock
{
	width: 350px;
	border-width: 1px;
	border-color: Black;
	border-style: solid;
	background-color:#DCC9D8;
}

.block .left
{
	width: 240px; 
	float: left;
}

.block .center
{
	width: 100px; 
	float: left;
}

.block .right
{
	width: 110px; 
	float:right; 
	text-align:right;
	background-color: #EEC9B0;
}

.result
{
	border-style: none;
	background-color: #EEC9B0;
	font-weight: bold;
	text-align:center;
}

h3
{
	font: 18px arial, sans-serif;
	font-weight: bold;
}

h4
{
	font: 18px arial, sans-serif;
	font-weight: bold;
	text-align:left
}
.timeToRecoverblack
{
	margin-left: 5px;
	font-size: 18px;
	font-weight: bold;
	color: black;
	background-color: White;
	border-style: none;
	text-align:left;
}

.timeToRecover
{
	margin-left: 5px;
	font-size: 16px;
	font-weight: bold;
	color: Red;
	background-color: White;
	border-style: none;
	text-align:center;
}