.hidden {
	display: none;
}

.relative{
	position: relative;
}

/*width*/
.two_thirds{
	width: 66.6%;
}
.w60{
	width: 60%;
}
.half{
	width: 50%;
}
.w40{
	width: 40%;
}
.third{
	width: 33.3%;
}
.w30{
	width: 30%;
}
.quarter{
	width: 25%;
}


/*margins*/
.mt10{
	margin-top: 10px;
}
.mb20{
	margin-bottom: 20px;
}