.show{
    display: inline;
}
.hide{
    display: none;
}

.touch{
    cursor: pointer;
}
.touchoff{
    cursor: auto;
}