html, body {
  background: linear-gradient(135deg, #d7c69f, #d7c69f), url(../img/bg.png);
  background-repeat: repeat;
  font-family: 'Montaga', sans-serif;
  font-size: 12px;
}

@font-face {
  font-family: 'Montaga';
  font-style: normal;
  font-weight: 400;
  src: local('Montaga'), local('Montaga-Regular'),
  url('montaga-v7-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
  url('montaga-v7-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

.min {
  width: 1%;
  white-space: nowrap;
  text-align: right;
}

.table th, .table td {
  border-top: none;
}

.header-logo {
  display: block;
  margin: 0 auto;
}
