@font-face {
    font-family: "Muli";
    src: url("fonts/Muli.ttf");
}
body {
  font-family: Muli;
  font-size: 16px;
  line-height: 32px;
  color: #555;
  background-color: #fff;
  margin-left: 30px;
}
data {
  display: none;
}
datalist {
  display: none;
}
h2 {
  font-size: 25px;
  line-height: 50px;
  font-weight: normal;
  color: #333;
}
h3 {
  font-size: 20px;
  line-height: 40px;
  font-weight: normal;
}
input {
  font-family: Muli;
  font-size: 16px;
  height: 32px;
  color: #555;
  background-color: #fff;
  border-style: solid;
  border-width: 1px;
}
input[type=number] {
  text-align:right;
}
input[type=text] {
  text-align:left;
}
script {
  display: none;
}
select {
  font-family: Muli;
  font-size: 16px;
  height: 36px;
  color: #555;
  background-color: #fff;
}
table.budgetTable tr:last-child {
  font-weight: bold;  
}
.pl10 {
  padding-left: 15px;
}
.pr30 {
  padding-right:30px;
}
.btn {
  background-color: LightGray;
  border: none;
  color: white;
  width: 36px;
  height: 36px;
  font-size: 18px;
  cursor: pointer;
}
.btnBlue {
  /* padding: 12px 16px; */
}
.btnBlue:hover {
  background-color: DodgerBlue;
}
.btnRed {
  /* padding: 12px 16px; */
}
.btnRed:hover {
  background-color: Red;
}
.textRight{
  text-align: right;
  padding-right: 10px;
}
