/*
	This file is loaded on full width pages, it fixes the spacing implemented by Bootstrap
*/

/* Fix horizontal scroll bar bug due to 100% width elements used on this page in conjunction with Bootstrap CSS framework which uses - value margins and padding */

.whmcscontainer .row {
	margin-left: 0;
	margin-right: 0;
}

.whmcscontainer .col-xs-12 {
	padding-left: 0;
	padding-right: 0;
}

/* Element tweaks */

.appscontainer {
	margin-top: 30px;
	margin-bottom: 0;
}

.pricingtable,
.featureboxes,
.featuregridcontainer {
	margin: 0 0 25px 0;
}