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

a.ou-btn[data-region-style="button"], a.ou-btn[data-region-style="button"]:hover, a.ou-btn[data-region-style="button"]:active, a.ou-btn[data-region-style="button"]:focus {
	position: relative !important;
	z-index: 10 !important;;
}
.embedded_snippet_preview {
    position: relative;
	margin: 1rem 0;
}
.embedded_snippet_preview .message {
    background: #ffffff99;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-weight: 700;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.embedded_snippet_preview img {
	width: 100%;
}
.embedded_snippet_preview .message p {
    margin: 0;
}
.embedded_snippet_preview .message .title {
    font-size: 1.5rem;
}