/* Levels of the document body */
/* we just indent each section */
.Level1 {
    margin-left: 20px;
}

.Level2 {
    margin-left: 20px;
}

.Level3 {
    margin-left: 20px;
}

.Level4 {
    margin-left: 20px;
}

.Level5 {
    margin-left: 20px;
}

.Events {
    margin-bottom: 20px;
    background: #f0f0f0;
}

.EventDesc {
}

.EventService {
    margin-left: 20px;
}

.EventPayload {
    margin-left: 20px;
}

