
.ou-articles--striped .ou-articles__article.odd {background: #e7eff7;}
.ou-articles--striped .ou-articles__article.even {background: transparent;}

.feed-icon,
.ou-rss-feed {
    float:right;
    margin:0 0 10px 10px;
    text-indent:-5000em;
    text-decoration:none;
    width:16px;
    height:16px;
    display:block;
    background-image:url(gui/icons/icon-rss.png);
    background-position:0 0;
    background-repeat:no-repeat;
}
.ou-clearfix {
	overflow: auto;
}

/* .ou-form .form-item {
    margin: 0;
} */

#admin-menu ul li:before,
ul.slick-dots li:before {content:"";}

@media
(-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {

    .ou-rss-feed {
        background-size:16px 16px;
        background-image:url(gui/icons/icon-rss@2x.png);
    }

} /* end media query */

.region-site-header-aside {max-width:1180px; margin:0 auto;}
.region-site-header-aside div.block-block,
.region-site-header-aside div[class*=block-] {float:right;}

ul.language-switcher-locale-url {list-style: none; margin: 10px 0 0 0; padding: 0;}
ul.language-switcher-locale-url .active {display: none;}
ul.language-switcher-locale-url li {
    padding-right:10px; /* so it doesn't butt against right side on window resize */
}
ul.language-switcher-locale-url li a {
    color: #000;
    padding: 11px 12px;
    text-decoration: none;
}
ul.language-switcher-locale-url li a:hover {
    text-decoration: underline;
}


@media only screen and (max-width: 767px), screen and (max-device-width: 767px) {
    .region-site-header-aside div.block-block,
    .region-site-header-aside div[class*=block-] {
        float: none;
        margin: 0;
        padding: 5px 10px;
    }

	ul.language-switcher-locale-url {margin: 0;}
}

/* file tables */

.sticky-table {margin: 0 0 20px 0;}

.sticky-table td,
.sticky-table th {
	padding: 10px 12px;
	border: 1px solid #E9EAEA;
}

.sticky-table th {font-weight:bold;}

/* following taken form D7 node.css files */

.node-unpublished {
  background-color: #fff4f4;
}
.preview .node {
  background-color: #ffffea;
}
td.revision-current {
  background: #ffc;
}
