/* This file will hold styles that are loaded using the same media query as the narrow grid. */
/* If you are using the default media queries provided by Omega, these styles will also
 *  apply to the normal and widescreen layouts. You may override these styles in the normal 
 *  and widescreen CSS files as appropriate. */

/* menu zone */
BODY.sidebar-first #region-menu UL.menu { margin-left: 180px; }

/* first sidebar */

#region-sidebar-first #block-search-form .container-inline,
#region-sidebar-first #block-search-form .form-item-search-block-form { display: block; margin: 0; }
#region-sidebar-first #block-search-form INPUT.form-text { width: 100%; }
#region-sidebar-first #block-search-form DIV.form-actions { display: block; margin-top: .5em; }
#region-sidebar-first #block-search-form DIV.form-actions INPUT { width: 100%; }

.calendar-calendar TABLE.mini {
	font-size: 0.92307692em;
}


UL.views-fluid-grid-items-width-200 LI.views-fluid-grid-item { width: 160px; }


/* responsive tables */

th.essential,
td.essential,
th.priority-medium,
td.priority-medium {
	display: table-cell;
}

th.optional,
td.optional,
th.priority-low,
td.priority-low {
	display: none;
}
