@import 'mobile.variables';

#bodyContent {
	.panel {
		background-color: @grayLightest;
		clear: both;
		margin-top: 1em;
		text-align: center;

		.content {
			padding-top: 1em;
			padding-bottom: 1em;
			margin: 0;
		}
	}
}
