/* This file will hold styles for all layouts using the alpha grid (i.e. not the mobile layout). */

/* bring do-it-now up a notch so that baselines align */

body {
	min-width:0 !important;	
}

/* Hide mobile version of carousel*/

div.view-display-id-carousel_mobile {
 display: none;
 }

header#section-header div#search-site input#search-btn {
  width: 37px;
  height: 37px;
}

/* Article */
body.page-node .content-align,
body.page-live-train-times .content-align,
body.page-live-bus-times .content-align {
  padding-left: 26.1%;
}

body.page-node .container-12 .grid-9,
body.page-live-train-times .container-12 .grid-9,
body.page-live-bus-times .container-12 .grid-9 {
  width: 73.555%;
}

/* Library chat widget */

#boxes-box-library_chat .boxes-box-content {
	height: 300px;
	margin-bottom: 20px;
}
