/* noord-zuid */
@media screen and (-webkit-min-device-pixel-ratio:0){
                #buttt {visibility:hidden;}
}
@media screen and (*-webkit-min-device-pixel-ratio:0){
                #buttt {visibility:visible;}
}