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


.icon-pencil:before{
    font-family:'icomoon';
}

#mainnav .mainnav-wrapper{
    position:relative;
    display:block;
    width:100%;
    background-color:#ee7624;
    border-top:1px solid #d25f15;
    overflow:hidden;
    height:33px;
}

.alert-danger,
.alert-error{
    color:#b94a48;
    background-color:#f2dede;
    border-color:#eed3d7;
}

.alert{
    padding:8px 35px 8px 14px;
    margin-bottom:20px;
    text-shadow:0 1px 0 rgba(255, 255, 255, 0.5);
    background-color:#fcf8e3;
    border:1px solid #fbeed5;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}

.contentflow .ou-btn{
    /*float:right;*/
}

/* 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%;
}
