@charset "utf-8";
/* CSS Document */

.container {
	overflow: hidden;
	padding-left: 0px;
}

.filterDiv {
    color: #ffffff;
    text-align: center;
    margin: 2px;
    display: none; /* Hidden by default */
}

/* The "show" class is added to the filtered elements */
.show {
    display: block;
}
.filtereditems {
	padding: 50px;

}
