/*easily hide things using css class "display-none" */
.display-none {
 	display: none;
}