.calculator p {
  margin: 10px;
}

.calculator ul {
  margin: 10px 10px 10px 0;
}
.calculator ul li {
  margin-bottom: 5px;
}

.calculator form {
  margin: 10px;
  background: none !important;
}

#MainContent .calculator form table {
  border-collapse: collapse;
}

.calculator form .box {
  width: 100%;
  border-collapse: collapse;
  background: white;
  border: 1px solid #89a3b8;
  margin-bottom: 15px;
}
.calculator form .box tr th {
  background: #384e60;
  font-size: 13px;
  color: white;
  margin: 0;
  padding: 7px 10px;
  text-align: left;
}
.calculator form .box tr td {
  padding: 7px 10px;
}
.calculator form .box tr td label {
  font-weight: bold;
}
.calculator form .box ul {
  padding-left: 10px;
}

.calculator form .table {
  width: 100%;
  border-collapse: separate;
  background: white;
  border: 1px solid #177298;
}
.calculator form .table .even{
  background: white;
}
.calculator form .table .odd {
  background: #EBEEEF;
}
.calculator form .table .separator {
  border-bottom: 4px solid #89a3b8;
}
.calculator form .importantRow {
  background: #c9d2d5;
}
.calculator form .table tr th {
  background: #177298;
  font-size: 13px;
  color: white;
  margin: 0;
  padding: 7px 10px;
  text-align: left;
}
.calculator form .table tr td {
  padding: 5px 10px;
}

.calculator .link {
  cursor: pointer;
}
.calculator .link:hover {
  text-decoration: underline;
}

.calculator .small {
  font-size: 10px;
}

.calculator form .submitPara {
  width: 50px;
  margin: auto;
}

.calculator form .result {
  font-weight: bold;
}

.calculator form .submitPara .button {
  background: #ddd;
  border: 1px solid #555;
  padding: 5px;
  color: #222;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
}
.calculator .button:hover {
  background: #ccc;
}

.calculator .copyright {
  font-size: 11px;
  text-align: right;
}

.calculator #resultBox table {
  border-collapse: collapse;
}

.calculator #annuelTable tr td {
  padding: 5px;
}