/* whmcs template fixálása(bal sidebar + maincontent)*/
/*
@media screen and (min-width:48em) { /* 768px * /
	.pull-sm-left.sidebar{
		float:left;
	}
}
@media screen and (min-width:62em) { /* 992px * /
	.pull-md-left.sidebar{
		float:left;
	}
}
*/
@media screen and (min-width:62em) { /* 992px */
	.main-content{
		min-height: 860px;
	}
}