/*
Implementations Skeletor v3 - 5/10/2014

oustyles.css

Add styles to overwrite customer CSS, USE WITH CAUTION.

Contributors: Your Name Here
Last Updated: Enter Date Here
*/

/* direct edit */
#directedit a, .copyright a { text-decoration: none; }

/* user notifications (preview and edit only) */
.ou-preview-text { background-color: palegreen; color: #3C763D; padding: 10px; }
.ou-error-text { background-color: #EBCCD1; color: #A94442; padding: 10px; }

/* keep the video section from blocking the justedit button */
ouc:div section.video-section { position: relative; }
section.video-section:before { bottom: auto; height: 10px; }
section.video-section:after { top: auto; height: 10px; }

/* add some space between buttons */
.container-fluid a.btn { margin: 0 5px; }

/* remove padding when a feed item doesn't have an image and the news item becomes full-width */
.news-item .col-xs-12, .news .col-sm-5 .col-xs-12 { padding: 0; }

/* allow for multiple accordions to be present on the same page by changing styling to class rather than ID */
.panel-group .panel-heading { background-color: #F4F2EA; color: #333; }
