/**************************************
*  Bicycle Calculator
*  Author: Anna Janaszkiewicz, AIS.PL
*  ver. 2.0
*
**************************************/
table#bicycalcTable {
  border: double;
  background-color: #c8e086;
  padding: 3px 5px;
  color:black;
}

table#bicycalcTable td,
table#bicycalcTable a{
  border:none;
}

table#bicycalcTable td#title, td#titleCal {
  font-family: Arial, Verdana;
  color: #405014;
  font-weight: bold;
  font-size: 11pt;
}

table#bicycalcTable td#title {
  padding-top: 8px;
}

table#bicycalcTable td.descr {
  font-family: Arial, Verdana;
  font-size: small;
  width: 13em;
}

table#bicycalcTable td#descr5, 
table#bicycalcTable td#descr9 {
  font-weight: bold;
  color: #405014;
}

table#bicycalcTable td.tdEmpty {
  width: 1.5em;
}

table#bicycalcTable input {
  text-align: right;
}

table#bicycalcTable input#savings, 
table#bicycalcTable input#calories {
  background-color: #deefae;
  text-align: right;
  color: black;
  cursor: pointer;
}

table#bicycalcTable input#buttReset {
  text-align: center;
  background-color: #b1c971;
  color: #405014;
  font-weight: bold;
  font-size: 9pt;
  border-bottom: 2px solid #7b8e48;
  border-right: 2px solid #7b8e48;
  border-top: 2px solid #d9e3bf;
  border-left: 2px solid #d9e3bf;
  padding-bottom:4px;
  cursor: pointer;
  width: 5.9em;
  height:21px;
}

table#bicycalcTable td#tdReset {
  padding-top: 10px;
}

table#bicycalcTable td#logo {
  padding-top: 10px;
  padding-left: 12px;
  padding-bottom: 4px;
}
