/*
Implementation Skeleton v3 - 12/6/18
Add styles to overwrite customer CSS, USE WITH CAUTION.
*/

/* remove arrows on program highlight component */
div.alasu-highlight-carousel button.flickity-button.flickity-prev-next-button.previous,
div.alasu-highlight-carousel button.flickity-button.flickity-prev-next-button.next {
	display: none !important;
}

/* a-to-z letters inline */
ul.sitemap li{
	display:inline;
	margin-left:.7em;
}

/* remove the logo being added by design css */
.alasu-logo a.alasu-link-reset{
	content: none !important;
}

/* remove marker on search page list items */
ul.ou-search-list li,
ul.ou-search-results li {
	list-style: none !important;
}

/* make sure check boxes display on search page */
#ou-search-results input[type="checkbox"]{
	border: 1px solid #C79900 !important;
}

#id_checkboxes input[type="checkbox"]{
	border-width: 1px !important;
	border-color: #6b7280 !important;
	height: 17px !important;
	width: 17px !important;
}

/* For Ticket#253705 to center TableAU elements */
.tableauPlaceholder{
	margin-left: auto;
	margin-right: auto;
}
