
.form-group {    
    margin-left: 0px;
}

/*
@media (min-width: 1200px) {
    .col-lg-3 {
        width: 35% !important;
    }
    .col-lg-4 {
        width: 35% !important;
    }
    .col-lg-5 {
        width: 35% !important;
    }
}   */  

.btn {
    width: 15%;
    min-width: 70px;
}

.well .form-actions {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

p {
    margin: 7px 0 0px 0;
}

.description-div {
    margin: 3em 1em 1em 1em;
}
.description-title{
    text-decoration: underline;
}

.has-feedback .form-control {
    padding-right: 5px;
}

hr {
    /*
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;  */
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #2a2725 /* #652f2f */ ;
}