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

h1 {
    margin-bottom: 40px;
}

label {
    color: #333;
}

.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
}

.help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;
}
div#productQuantityDiscounts table {
    width: 100%;
    max-width: 350px;
}
div#productQuantityDiscounts table tr td {
    font-weight: normal;
    border: 1px solid #b9b9b9;
    padding: 5px;
}
div#productQuantityDiscounts table tr:first-child td {
    font-weight: bold;
    background: #efefef;
}