.container{
    background:#fff;
    padding:0;
}

.titlecontainer{
    margin-top:20px;
    margin-bottom:20px;
}

.body{
    margin: 69px auto 69px auto;
    max-width: 880px;
}

@media (max-width:767px) {
    .body{
        margin: 10px -15px;
    }
}

.body .title{
    color: #63b32e;
    font-size:22px;
    font-weight:bold;
    margin-bottom: 5px;
}

.body .subtitle{
    font-size:14px;
}

.body, .body input{
    font-size:14px;
    color: #333333;
}

.body .row{
    margin-left:3px;
    margin-right:3px;
}

.center-block{
    float:none;
}

.article-number{
    margin-top:10px;
    margin-bottom:20px;
}

.article-numbers{
    margin-top:18px;
    margin-bottom:20px;
}

.article-number label {
    margin:4px 10px 8px 0;
    display:block;
    font-weight: bold;
    float:left;
    color: #63b32e;
    font-size: 14px;
}

.article-number input {
    width:318px;
    margin-right:30px;
    margin-bottom:15px;
    display:block;
    float:left;
    font-size: 14px;
    border-color: #34713d;
}

.article-number button,.article-numbers button {
    float:left;
    padding:3px 25px;
    margin-bottom:0px;
    height: 28px;
}

.article-number .submitbottom, .article-numbers .submitbottom{
    margin-top:15px;
    padding:3px 25px;
    margin-bottom:30px;
    height: 28px;
}

@media (max-width:1199px) {
    .article-number input {
        width:318px;
    }
}

@media (max-width:991px) {
    .article-number input {
        width:165px;
    }
}

@media (max-width:767px) {
    .article-number button, .article-numbers button {
        float:right;
    }
}

@media (max-width:399px) {
    .article-number input {
        width:100%;
    }
}

.body .tablecontainer{
    margin:30px 7% 10px;
}

@media (max-width:991px) {
    .body .tablecontainer{
        margin:30px 3px 10px;
    }
}

.disabled, .disabled:hover{
    background:#eeeeee;
}

.request-custom-top{
    margin-bottom:20px;
}

a, a:visited{
    color:#63b32e;
}

#projectnumber{
    height: 28px;
}