body {
  font-family: 'Open Sans', sans-serif;
}

h2{
  font-family: 'Days One', sans-serif;
}

.dark {
  background-color: #333;
  color: #fff;
}

.btn {
  outline: none !important;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.error {
  color: #FF2602;
}

.brand {
font-family: 'Iceberg', cursive;
}

.table th, .table td { 
   border-top: none;
   padding-top: 1px;
   padding-bottom: 1px;
   padding-left: 4px;
   padding-right: 4px;
}

.border-radius(@radius: 5px) {
  -webkit-border-radius: @radius;
     -moz-border-radius: @radius;
          border-radius: @radius;
}

.roundborder {
  border: 1px solid #CCC;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.pad-top {
  padding-top: 5px;
}

.unpad-bottom {
  padding-bottom: 5px;
  margin-bottom: 0px;
}

@media (max-width: 979px) {
  .back{
    margin-top: -16px;
  }
}

@media (max-width: 979px) {
  .ex{
    margin-top: -16px;
  }
}

.manu {
  width: 100px;
  height: 50px;
}

#mars-line {
  width: 100px;
}

#nestle-line {
  width: 40px;
}

#hershey-line {
  width: 30px;
}
