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

/* for news article images */
/*#press-release img {
    max-width: 350px;
}*/
/* for news listing pagination */
.pagination > li > a.current {
    background: none repeat scroll 0 0 #707070;
    border-color: #999;
    color: #fff;
}

/* for ou forms */
.control-label {
    margin-bottom: 10px;
}
.control-group {
    margin-bottom: 32px;
}