.bron {
    padding: 0;
	width:23.5%;
}

#block-search {
    margin-top: 15px;
}

#tl-search-form {
    background: #1a750b;
}

.block-link {
    margin: 50px 0 25px 0;
}

.book-link-now {
    font-family: 'PT Sans';
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    border-radius: 3px;
    color: #fff !important;
    height: 36px;
    background-color: #f78d1e;
    background-image: linear-gradient(to top, #f78d1e, #f78d1e);
    border: 0 solid;
    border-color: rgba(255,255,255,0.16);
    border-top-color: rgba(255,255,255,0.16);
    border-top-width: 0;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0), 0 1px 0 0 rgba(255,255,255,0) inset;
    text-shadow: 0 0 0 rgba(0,0,0,0);
    padding: 15px 20px;
    cursor: pointer;
    white-space: normal;
    max-width: 200px;
    width: 100%;
    text-decoration: none !important;
    line-height: 47px;
}

.book-link-now:hover {
    color: #fff !important;
    background-color: #f8a145;
    background-image: linear-gradient(to top, #f8a145, #f6c694);
    border: 0 solid rgba(255,255,255,0.16);
    border-top-width: 0;
    border-top-color: rgba(255,255,255,0.16) !important;
}