.zf-green {
    color: #68b604;
}

.btn-success {
    background-color: #57a900;
    background-image: -moz-linear-gradient(top, #70d900, #57a900);
    background-image: -ms-linear-gradient(top, #70d900, #57a900);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#70d900), to(#57a900));
    background-image: -webkit-linear-gradient(top, #70d900, #57a900);
    background-image: -o-linear-gradient(top, #70d900, #57a900);
    background-image: linear-gradient(top, #70d900, #57a900);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#70d900', endColorstr='#57a900', GradientType=0);
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    background-color: #57a900;
}

div.container a.navbar-brand > img {
    display: inline;
    margin-right: 4px;
    margin-top: -2px;
}

.cart {
    margin-right: 30px;
    font-size: large;
}

table.quotation > tbody > tr > td {
    padding: 5px;
}

table.quotation > tbody > tr:first-child, table.quotation > tbody > tr:nth-child(2) {
    border-bottom: solid thin black;
}

.companyAddress {
    display: none;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    a.navbar-brand {
        margin-left: 40%;
    }
    .companyName {
        width: 100%;
        text-align: center;
    }
    .companyAddress {
        display: block;
        width: 100%;
        text-align: center;
    }
}
