.js-filter-wrapper,.js-filter-guidelines,#block-finlance-page-title,#block-finlance-content footer,.viewsreference--view-title{
    display: none;
}

.pager__items{
    text-align: center;
    margin-bottom: 20px;

}
.pager__items li{
	display: inline;
	margin: 10px;

}
.pager__items li a{
    color: #72d270;
    text-decoration: none;
}

.js-form-required{
    margin: 10px;
}

 .bonus_area .inner_area
    {
        background: -webkit-gradient(linear, left top, left bottom, from(#5d84e3), to(#080f20)) !important;
    background: -webkit-linear-gradient(top, #1a2035 0%, #1a2035 100%) !important;
    background: -o-linear-gradient(top, #1a2035 0%, #1a2035 100%) !important;
    background: linear-gradient(to bottom, #1a2035 0%, #1a2035 100%) !important;
    border-radius: 5px 0 0 0;
    padding: 18px 0 23px;
    position: relative;
    text-align: center;
    }