/* Styling Handyrechner fuer welt.de */
input.cms_button[type="submit"], .cms_button {
    background-color:  #565A6D;
    background:  linear-gradient(to bottom, #606476 0%, #606476 50%, #565A6D 51%, #565A6D 100%);
    border: 1px solid #44495E;
    border-radius: 4px;
    color: #FFFFFF;
}

input.cms_button[type="submit"]:hover, .cms_button:hover {
    color: #9CA1B5;
}


ul.cms_filterlist li .cms_filterlist-head2 {
    background-color: #EEF0F2;  
    color: #000000;
}

ul.cms-widget_calculator_result_list .cms-widget_calculator_result_list_number {
    background-color: #EEF0F2;
}