/**
* All of the CSS for your public-facing functionality should be
* included in this file.
*/

.cbr-alert {
	position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
	color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
	margin-top: 1rem;
	border: 1px solid;
}