  /*
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
*/

/* table transformation styling */
table[class^="ou_"] {
                background: rgba(225, 225, 235, 0.05);
}
table[class^="ou_"] caption {
    background: none repeat scroll 0 0 rgba(0, 0, 10, 0.5);
    color: #FFFFFF;
    font-size: 120%;
    font-weight: bold;
    padding: 5px;
}
table[class^="ou_"] th {
    background: none repeat scroll 0 0 rgba(185, 185, 195, 0.5);
                color: #666;
}
table[class^="ou_"] td {
                padding: 5px 10px;
    color: #898989;
}
table[class^="ou_"] td img {
    max-width: 30%;
}

/*
.subsection .promo.image img, .subsection .image-container img {
    height: auto;
}*/


h3.popover-title:after {
    content: url(/_resources/images/gold-arrow02.png);
	float:right;
}

h3.popover-title:before {
    content: none;
	display:none;
}

h1.page-title {margin:0;}
.cta-bar-wrapper .heading h2{color:#fff;}



@-moz-document url-prefix() {
    body.generic_inner .l-page .column .l-content-center{
        overflow:visible!important;
    }
}
