﻿.showDiv {
    background-color:white;	
}

.hideDiv {
    background-color:white;
    display:none;
}
