.cl {  
    display: inline-block;
    width: 100%;
}

.cl:after {  
    content: "";  
    display: block;  
    clear: both;  
}


/**
 * Description Field with TinyMCE editor.
 */
.description {
	padding-bottom: 1px;
	margin-bottom: 0px;
	line-height: 170%;
}

.description h3 {
	font-size: 1.7em;
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: justify;
}

.description a {
	color: #2B8DC0;
	text-decoration: underline;
}
.description a:hover {
	color: #e43f12;
}

.description object {
	margin: 1em 0;
}

.description p {
	margin-bottom: 1em;
	text-align: justify;
}

.description ul {
	list-style-type: disc;
	padding: 10px 0 15px 2em;
}

.description ol {
	padding: 10px 0 15px 2em;
}

.description li {
	margin-bottom: 0.5em;
}

.description blockquote {
	border-left: 5px solid #b1e4ff;
	padding-left: 1em;
	margin-left: 1em;
	margin-bottom: 0.5em;
}

/**
 * Flash message
 */
ul.flash-msg {
	font: normal 14px "Helvetica Neue","HelveticaNeue",Helvetica,Arial,sans-serif;
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.flash-msg li {
	padding: 0;
	margin: 0;
}

ul.flash-msg li.flash-error-msg {
	color: #e75221;
	font-size: x-large;
	font-weight: bold;
	line-height: 75px;
	text-align: center;
}

ul.flash-msg li.flash-success-msg {
	color: #ddd;
	font-size: x-large;
	font-weight: bold;
	line-height: 75px;
	text-align: center;
}

ul.flash-msg {
	position:fixed;
	z-index: 10;
	width: 300px;
	margin-left: -150px;
	top: 0;
	left: 50%;
	background-color: #f9edbe;
	border-bottom: 2px solid #f0c36d;
	border-left: 2px solid #f0c36d;
	border-right: 2px solid #f0c36d;

	-moz-border-radius-bottomleft: 7px;
	-webkit-border-bottom-left-radius: 7px;
	border-bottom-left-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	-webkit-border-bottom-right-radius: 7px;
	border-bottom-right-radius: 7px;

	-moz-box-shadow: 0 3px 13px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0 3px 13px rgba(0, 0, 0, 0.7);
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.7);
	padding: 2px;
}

ul.flash-msg li {
	font-size: 12px;
	color: #222;
	margin: 0;
	padding: 5px;
}

ul.flash-msg li.flash-success-msg {
	font-size: 14px;
	color: #222;
	text-align: center;
	font-weight: bold;
	line-height: 100%;
}


