body #pageWrapper #content {
    -webkit-user-select: text !important;
}

/* Safari 2 - 3.1 */
/* Safari 2 - 3.1, Opera 9.25 */
html[xmlns*=""]:root body #pageWrapper #content,
*|html[xmlns*=""] body #pageWrapper #content{ 
    -webkit-user-select: text !important;
}

/* saf3+, chrome1+ */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    body #pageWrapper #content {
        -webkit-user-select: text !important;
    }
}
