/** Used for adding spacing to pages **/
.myspace{
	width: 100%;
	height: 25px;
}

.friendster{
	width: 100%;
	height: 5px;
}

.endOfPage{
	width: 100%;
	height: 100px;
}

@media screen and (min-width: 761px) {
	.endOfPage{
		height: 200px;
	}
}


/** Used for changing the heights of containers **/
.more_space{
	min-height: 130vh !important;
}

.spaceX{
	min-height: 100vh;
}

.less_space{
	min-height: 75vh !important;
}

.slightly_less_space{
	min-height: 60vh !important;
}

.auto_space{
	height: auto !important;
}