.brochureHolder {
    margin-bottom: 15px;
}

.brochureHolder .brochureHolderInner {
    padding-right: 15px;
    padding-left: 15px;
}

.brochureHolder .imageHolder .image {
    margin-left: auto;
    margin-right: auto;
    min-height: 142px;
}

.brochureHolder .title {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    margin: 15px auto;
    text-overflow: ellipsis;
    overflow: hidden;
    width: calc(100% - 30px);

    white-space: nowrap;
}

.brochureHolder .viewLinkButton {
    padding-right: 1px;
    padding-left: 1px;
}

.brochureHolder .applyLinkButton {
    padding-right: 1px;
    padding-left: 1px;
}

.brochureHolder a {
    color: #FFFFFF !important;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    height: 27px;
    line-height: 27px;
    padding: 0 14px;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

.brochureHolder .innerApplyLinkButton {

    background: url('../../../themes/cando/images/brochure_form_bg.png') repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    text-align: center;
    line-height: 27px;
    min-width: 100px;
    height: 27px;
}

.brochureHolder .innerViewLinkButton {

    background: url('../../../themes/cando/images/brochure_link_bg.png') repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    text-align: center;
    line-height: 27px;
    min-width: 100px;
    height: 27px;
}
