Demos

* {
    /* only these values supported */
    float: none !important;
    white-space: normal !important;
    vertical-align: top !important;
    list-style-position: inside !important;
    list-style-type: disc !important;
}
ul {
    /* ‘table’ unsupported */
    display: block !important;
}
ul li.first-part,
ul li.second-part,
ul li.third-part {
    /* ‘table-cell’ + ‘table’ unsupported */
    display: list-item !important;
}
ul li.fourth-part {
    /* i lied, ‘none’ is also supported */
    list-style-type: none !important;
}
object {
    /* <object> unsupported */
    display: none !important;
}
#eyes-b, .chin {
    /* ‘fixed’ unsupported */
    background: none !important;
}