.hideMe{
/* background-color: white; */
display: none; /*Hide them by default. Don't delete. */
}

.showMe{
display: visible; /*Hide them by default. Don't delete. */
}