*{
	outline: none;
}
pre{
	font-size: 8pt;
	width: 100%;
	max-height: 500px;
	overflow: scroll;
}
.float-left{
	float: left !important;
}
.float-right{
	float: right !important;
}
.clear{
	clear: both;
}
.align-center{
	text-align: center;
}
.align-left{
	text-align: left;
}
.align-right{
	text-align: right;
}
.align-justify{
	text-align: justify;
}
