
.timeline-head
{
    font-weight: bold;
    color: rgba(75,109,151,1.0);
	text-align: left;
}


ul.timeline {
    list-style-type: none;
    position: relative;
}


ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}


ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
}


ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid rgba(75,109,151,1.0);
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}

.timeline-cont
{
    word-break: break-word;
	text-align: left;
    font-weight: normal;
}


.timeline-cont.auditComment
{
    font-style: italic;
	white-space: pre-wrap;
}


.timeline-cont i
{
/*    white-space: pre-wrap;*/
}


.div-auditTrail
{
	max-width: 500px;
	margin: auto;
}
