.no-overflow {
	overflow: hidden;
}

.no-display {
	display: none;
}

.text-center {
	text-align: center;
}

.relative {
	position: relative;
}

.slight-shadow {
	box-shadow: 0px 0px 4px rgba(0,0,0, 0.2);
}

.full-width {
	width: 100%;
	height: auto;
}
