
.brochure-container > .row{
    margin: 0;
}


.download-header{
    background: #2dbc60;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
    color: #ffffff;
    font-weight: bold;
    height: 72px;
    position: relative;
    z-index: 1;
}
.download-header:after {
    border-top: solid 10px #2dbc60;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    content:'';
    height: 0;
    left: 12%;
    margin-left: -10px;
    position: absolute;
    top: 100%;
    z-index: -1;
    width: 0;
}

div.col-md-9.download-brochure-content{
    padding-top: 11px;
    padding-bottom: 17px;
    padding-left: 0;
}

.arrow-down{
    background: url("../images/arrow-image.png");
    margin: 0 auto;
    width: 40px;
    height: 40px;
}
.arrow-content{
    padding-top: 15px;
    padding-bottom: 15px;
}

.download-header span.download-brochure{
    font-size: 20px;
    text-transform: uppercase;
    text-align: left;
    line-height: 24px;
}
.brochure-container-content {
    border: 2px solid #b8b8b8;
    border-top-width: 0;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    font-size: 16px;
    padding: 0 12px 22px 12px;
}
.brochure-container-content .product-image{
    margin-top: 25px;
    margin-bottom: 17px;
}
.brochure-container-content .product-image img{
    display: block;
}
.select-container{
    margin-top: 26px;
}
.brochure-container-content .actions-toolbar div.primary{
    padding: 0;
    width: 100%;
    text-align: center;
    margin-top: 5px;
}
.brochure-container-content .actions-toolbar .primary button{
    padding: 0;
    margin: 0;
    width: 100%;
    font-weight: bold;
    font-size: 16.5px;
    background: #0e7832;
}

.brochure-container-content fieldset{
    margin-bottom: 0;
}

.brochure-container-content .actions-toolbar .primary{
    padding-bottom: 0;
}
.brochure-container-content fieldset .field{
    color: #a2a2a2;
    margin-bottom: 15px;
}

.brochure-container-content input,
.brochure-container-content select {
    border-radius: 2px !important;
    height: 36px !important;
}