.master-column-wrapper.notification {
    width: 100%;
    bottom: 20px;
    margin-top: -5px;
    padding: 10px 0;
    //background-color: #c03;
    background-color: antiquewhite;
    //color: white;
}

.page-body.notification .topic-block-body {
    /*padding: 1px 146px;*/
}

@media (max-width: 1000px) {
    .master-column-wrapper.notification {
        bottom: 20px;
        margin-top: 51px;
        margin-bottom: -50px;
        //background-color: #c03;
        background-color: antiquewhite;
    }

    .page-body.notification .topic-block-body {
        padding: 1px;
    }
}

.goog-te-gadget {
    font-family: arial;
    font-size: 11px;
    color: #eee;
    white-space: nowrap;
}

.goog-te-gadget-simple {
    background-color: #eee;
    /* border-left: 1px solid #d5d5d5; */
    /* border-top: 1px solid #9b9b9b; */
    /* border-bottom: 1px solid #e8e8e8; */
    /* border-right: 1px solid #d5d5d5; */
    font-size: 10pt;
    display: inline-block;
    padding-top: 7px;
    padding-bottom: 6px;
    cursor: pointer;
    zoom: 1;
    border: 0;
}

.goog-te-menu-value {
    text-decoration: none;
    /* color: #0000cc; */
    white-space: nowrap;
    margin-left: 4px;
    margin-right: 4px;
}

.goog-te-gadget-simple .goog-te-menu-value {
    color: #666;
}    
 input.home-page-filter-input-search{
    height: 46px;
    font: normal 12px Arial, Helvetica, sans-serif;
    border: 1px solid #461515;
    background-color: #f5f5f5;
    width: 80%;
}
.home-page-filter-input-search {
    width: 500px;
    height: 34px;
    display: block;
    box-sizing: border-box;
    border: 3px solid #c03 !important;
    padding-left: 10px;
    float: right;
    background-color: #ececec;
}