.metadata {
	width: 100%;
	clear: both;
	font: 12px Verdana, sans-serif;
	min-height: 32px;
	position: relative;
}
.text-optimization {
	padding: 20px;
	text-align: justify;
	line-height: 18px;
	border-radius: 3px;
	border: 1px solid #f0f0f0;
	background: #fefefe;
	overflow: hidden;
}
.text-optimization p {
	margin-bottom: 10px;

}

.text-optimization ul {
    list-style: square; 
    padding: 0; 
	margin: 0 20px 0; 
}

.text-optimization ol {
    list-style: decimal; 
    padding: 0; 
	margin: 0 20px 0; 
}

.no-change-metadata {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    background: #cc0000;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30); /* IE 5.5+*/
    -moz-opacity: 0.3; /* Mozilla 1.6 и ниже */
    -khtml-opacity: 0.3; /* Konqueror 3.1, Safari 1.1 */
    opacity: 0.3; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9+ */

}
.no-change-metadata span {
    position: absolute;
    display: block;
    top: 50%;
    bottom: 50%;
    left: 0;
    right: 0;
    color: #ffffff;
    font: bold 48px Arial;
    text-transform: uppercase;
    text-align: center;
    margin-top: -24px;
    
}

.metadata .more {
    border: 1px solid #aaa;
    margin: 0 auto;
    padding: 2px 20px;
    border-radius: 2px;
    font-size: 12px;
    color: #fff;
    background: #ccc;
	bottom: -10px;
    position: absolute;
	left: -56px;
    margin-left: 50%;
}