.highlight > .h2 {
    color: #0089c4 !important;
    font-family: open sans;
    font-size: 16px;
    font-weight: normal;
}

.child-event {
    margin-left: 28px;
    width: 621px;
}

.child-event .h2 {
    width: 591px;
}

.mt-event .body{
    margin-left: 102px;
    line-height: 22px;
    margin-top: 5px;
    max-width: 100% !important;
    word-break: break-word;
    padding: 6px 0px;
    color: #000 !important;
}

@media print { 
	.mt-event .body{
		display: block !important;
	}
}