
/* IE 10+ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   body #pageWrapper #content {
        -ms-user-select: text !important;
    }

}