@charset "UTF-8";

/* Realigning */

.align-center
{
	text-align: center;
}
.align-left
{
	text-align: left;
}
.align-right
{
	text-align: right;
}

.verticalAlign-bottom
{
	vertical-align: bottom;
}
.verticalAlign-middle
{
	vertical-align: middle;
}
.verticalAlign-top
{
	vertical-align: text-top;
}


/* Resizing */

.resize
{
/*	display: inline-block;*/
	display: none;
	padding-left: 2%;
	padding-right: 2%;
}

.percent-5
{
	width: 0%;
}
.percent-10
{
	width: 5%;
}
.percent-12
{
	width: 8%;
}
.percent-15
{
	width: 10%;
}
.percent-20
{
	width: 15%;
}
.percent-25
{
	width: 20%;
}
.percent-30
{
	width: 25%;
}
.percent-33
{
	width: 28%;
}
.percent-35
{
	width: 30%;
}
.percent-40
{
	width: 35%;
}
.percent-45
{
	width: 40%;
}
.percent-50
{
	width: 45%;
}
.percent-55
{
	width: 50%;
}
.percent-60
{
	width: 55%;
}
.percent-65
{
	width: 60%;
}
.percent-70
{
	width: 65%;
}
.percent-75
{
	width: 70%;
}
.percent-80
{
	width: 75%;
}
.percent-85
{
	width: 80%;
}
.percent-90
{
	width: 85%;
}
.percent-95
{
	width: 90%;
}
.percent-100
{
	width: 95%;
}
