.demof{
    margin: 0px;
    background-color: #000468;
}
.demof ul{
    padding: 0;
    list-style: none;
}
.demof li{
    padding: 10px 10px;
    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;
    position: relative;
    padding: 0 20px;
    
}

.demof a:hover{
    text-decoration: underline;
}

.demof p {
    margin: 0px 10px;
    font-size: 24px;
    color: #CCC;
    line-height: 20px;
}



.date-hdng {
    font-size: 14px;
    display: block;
    color: #fff;
    background-color: #888888;
    padding: 15px 10px;
    width: 60px;
    float: left;
    margin-right: 10px;
    text-align: center;
    
  }