Target (hack) specific browsers
Firefox only
@-moz-document url-prefix() {
.css {
/* definitions go here */
}
}
/* ie9 and greater: MUST COPY FROM EDIT SCREEN; CODE IS LOST OTHERWISE */
@media screen and (min-width:0) { /* IE */
.css {
/* definitions go here */
}
}