/*
Implementations Skeletor v3 - 5/10/2014

oustyles.css

Add styles to overwrite customer CSS, USE WITH CAUTION.

*/

/* alert css brought over from original site */
.alertbox{background:#950028;color:#fff;padding:18px 13px;}
.alertbox a{text-decoration:underline;color:#fdb813;}
.alertbox p{margin:0;}
.alertbox strong{text-transform:uppercase;}
.alertbox{font-size:14px;}
.alertbox a,.alertbox a:visited{color:#fdb813 !important;text-decoration:underline !important;}

input:not([type]).rounded, input[type=text].rounded, input[type=password].rounded, input[type=date].rounded, input[type=datetime].rounded, input[type=datetime-local].rounded, input[type=month].rounded, input[type=week].rounded, input[type=email].rounded, input[type=number].rounded, input[type=search].rounded, input[type=tel].rounded, input[type=time].rounded, input[type=url].rounded, input[type=color].rounded, textarea.rounded {
    border-radius: 1000em;
}

/* added 3/11/2016 - ticket #32528 */
#ouforms textarea {
    padding-left: 27px !important;
    padding-right: 12px !important;
}
.category h2 {
    padding-top: 5rem;
}
