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

ouc\:div[label="alert-content"] a.ou-btn {
	position: absolute;
	z-index: 1051;
	top: 135px;
	left: 5px;
}

ouc\:div[label="sidebar-buttons"] a.ou-btn {
	position: absolute;
}

/* custom form styling [START] */
.ou-form .row + .row {
    margin-top: 20px;
}

div.ou-form form button[type] {
    font-size: 16px;
    padding: 15px;
    margin: 20px 30px 0 0;
    font-weight: bold;
	text-transform: uppercase;
	border-radius: 0px;
}

div.ou-form form .btn:hover  {
    color: #fff;
}
/* custom form styling [END] */

/* hover styling added per ticket #46080 */
.owl-carousel-four-column .owl-item .light-blue:hover {
	background-color: #008945;
	border-color: #008945;
	color: #ffffff;
}
