    /* - -- --- ---- PAGE LOCATIONS ---- --- -- - */
.fixed-top {
    position:fixed-top !important;
    top:0px !important;
    left:0px !important;
}

.relative { position:relative !important; }

.left { float:left !important; }

.center {
	clear:both !important;
	margin-left:auto !important;
	margin-right:auto !important;
}

.right { float:right !important; }

.clear {
    float:none !important;
    position:none !important;
    top:0px !important;
    right:0px !important;
    bottom:0px !important;
    left:0px !important;
	clear:both !important;
	margin-top:auto !important;
	margin-right:auto !important;
	margin-bottom:auto !important;
	margin-left:auto !important;
}

/* - -- --- ---- ----- ------ CREATED BY: UanI (CA) ------ ----- ---- --- -- - */