
.hide
{
display: none;
}


.show
{
background-color: white;
color: black;
width: 100%
}