.section-budget {
  padding: 100px 0;
  background: #FFF;
}

.content-table {
  padding-bottom: 20px;
  overflow-x: auto;
}

.table-main {
  width: 100%;
  min-width: 400px;
  font-family: "BodoniFLFRoman", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1em;
  color: #808080;
  border-collapse: collapse;
}

.table-main thead tr th {
  font-family: "BodoniFLFBold", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1em;
  font-weight: normal;
  color: #452923;
  border-bottom: 0;
}

.table-main tbody tr td {
  padding: 5px 8px;
  text-align: left;
  vertical-align: middle;
}

.table-main tbody tr td.center {
  text-align: center;
}

.table-main tbody tr td img {
  max-width: 50px;
  width: auto;
  display: inline-block;
}

.table-main .btn-remove {
  font-size: 17px;
  color: red;
}

.content-form {
  max-width: 700px;
  margin: 60px auto 0;
}

.content-form .section-title {
  padding-bottom: 40px;
}
