@charset "UTF-8";

p.totaltax {
  font-size: 2em;
  color: #480028;
  font-weight: bold;
}

.modded {
  margin: 20px;
}

table h3 {
  margin: 0;
}

.breakdown table {
  border-spacing: 0;
  border-collapse: collapse;
  background-color: transparent;
  padding: 5px;
  color: white;
  border-color: #480028;
}
.breakdown table tr, .breakdown table td {
  padding: 5px;
  vertical-align: top;
  color: grey;
}
.breakdown table tr:last-child td, .breakdown table tr:first-child td {
  background: #480028;
  color: white;
  font-weight: bold;
}

.poundsign:before {
  content: "£";
}

.percent:after {
  content: "%";
}

.results, .breakdown {
  display: none;
  margin-top: 50px;
  margin-bottom: 20px;
}

.search span {
  color: #480028;
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.2em;
  margin-right: 5px;
}

.stamp-duty-calc input, #submit {
  border-style: solid;
  border-width: 1px;
  border-color: #d9d9d7;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  background: #ffffff;
  padding: 5px;
  margin-right: 5px;
}

#submit {
  background: #480028;
  color: white;
  padding: 5px 25px;
}
