.demof{
    margin: 15px;
}
.demof ul{
    padding: 0;
    list-style: none;
}
.demof li{
    padding: 5px 0;
    border-bottom: 1px dashed #ccc;
}
.demof li.odd{
    background: none;
}
.demof li:after {
    content: '';
    display: block;
    clear: both;
}
.demof img{
    float: left;
    width: 70px;
    margin: 5px 15px 0 0;
}
.demof a {
    font-family: Arial, sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #f2f2f2;
    line-height: 10px !important;
}

.demof a:hover{
    text-decoration: underline;
}

.demof p {
    margin: 0px 10px;
    font-size: 14px;
    color: #CCC;
    line-height: 15px;
}


.et-run{
    background-color: #0cf;
    color: white;
    border: 1px solid black;
}