#emolmlt-cronologia {
max-width: 709px;
width:100%;
font-family: Arial, Helvetica, sans-serif;
}

#emolmlt-cronologia h2 {
display: block;
background-color: #db8800;
color: #fff!important;
margin: 0px;
font-weight: bold;
font-size: 16px!important;
padding: 8px 15px;
}

#emolmlt-cronologia .emolmlt-crn-ul {
display: block;
margin: 30px 0% 30px 30px;
padding:10px 0px 20px 40px;
position: relative;
border-left: 1px solid #ccc;
list-style-type: none;
width: auto;
}

#emolmlt-cronologia .emolmlt-crn-ul:before,
#emolmlt-cronologia .emolmlt-crn-ul:after {
content: "";
width: 16px;
height: 16px;
border: 2px solid #ccc;
position: absolute;
left: -11px;
border-radius: 50%;
}

#emolmlt-cronologia .emolmlt-crn-ul:before {
top: -18px;
}

#emolmlt-cronologia .emolmlt-crn-ul:after {
bottom: -18px;}

#emolmlt-cronologia .emolmlt-crn-ul li {
background-color: #f1f1f1;
border: 1px solid #ccc;
border-radius: 5px;
margin-top: 20px;
padding: 10px;
position: relative;
}

#emolmlt-cronologia .emolmlt-crn-ul li:first-child {
margin-top: 0;
}

#emolmlt-cronologia .emolmlt-crn-ul li:before {
content: "";
width: 40px;
height: 1px;
background-color: #ccc;
position: absolute;
top: 50%;
left: -41px;
}

#emolmlt-cronologia .emolmlt-crn-ul li time {
content: "";
background-color: #a7a37a;
color: #fff;
font-size: 14px;
font-weight: bold;
padding: 4px 5px;
position: absolute;
top: 50%;
margin-top: -12px;
left: -64px;
}

#emolmlt-cronologia .emolmlt-crn-desc p {
padding:0px;
margin:0px;
}