#ce_lmf_food {
    position: relative;
}
#ce_lmf_food .ce_download button {
    margin: 30px 0;
    cursor: pointer;
    -webkit-transition: all 0.2s;
       -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
         -o-transition: all 0.2s;
            transition: all 0.2s;
}
#ce_lmf_food .ce_download button:hover {
    background-color: #C8A537;
    color: #FFFFFF;
}