/* This file will hold styles that are loaded using the same media query as the normal grid. */
/* If you are using the default media queries provided by Omega, these styles will also
 *  apply to the widescreen layout unless they are overridden by the widescreen styles. */
body.responsive-layout-normal .square {
	position: static;
	margin: 10px;
	clear: none;
}
body.responsive-layout-normal .square:nth-child(odd) {
	float: left;
}
body.responsive-layout-normal .square:nth-child(even) {
	float: right;
}
body.responsive-layout-normal .square-wrapper { 
	height: auto;
	padding: 10px 0;
}
body.responsive-layout-normal .view-fdz table {
	margin-left: 0;
}
body.responsive-layout-normal .field-name-body img {
	width: auto !important;
	height: auto !important;
	max-width: 100%;
}
#region-user-second {
 height: auto;
 padding-bottom: 3px;
}
#block-search-form {
	margin-left: 20px;
}
