ul.e2 {
    margin: 0px;
    padding: 0px;
    list-style: none;
    border: 0px;
}

.e2 li {
    margin: 0px;
    padding: 12px 0px;
    list-style: none;
    border-width: 0px 0px 1px;
    border-top-style: initial;
    border-right-style: initial;
    border-bottom-style: solid;
    border-left-style: initial;
    border-top-color: initial;
    border-right-color: initial;
    border-bottom-color: rgb(238, 238, 238);
    border-left-color: initial;
    border-image: initial;
    overflow: hidden;
    clear: both;
    color: rgb(170, 170, 170);
}

a.preview {
    color: rgb(102, 102, 102);
    text-decoration: underline;
    outline: none;
    float: left;
    margin-right: 15px;
    margin-bottom: 3px;
    margin-left: 10px;
    display: inline;
}

.preview img {
    border: 1px solid rgb(183, 217, 247);
    margin: 0px;
    padding: 1px;
    width: 100px;
    display: block;
}

a.title {
    color: rgb(102, 102, 102);
    text-decoration: none;
    outline: none;
    overflow: hidden;
    line-height: 25px;
    font-size: 20px;
    margin-left: 2px;
    padding-left: 12px;
    font-weight: bold;
}

span.info {
    display: block;
    line-height: 23px;
    color: rgb(85, 85, 85);
    padding-left: 12px;
}

.info small {
    color: rgb(170, 170, 170);
    font-size: 14px;
    margin-left: 3px;
}

p.intro {
    margin: 0px 0px 0px 5px;
    padding: 0px 10px;
    border: 0px;
    color: rgb(119, 105, 85);
    line-height: 20px;
    font-size: 14px;
    margin-top: 5px;
}


@media screen and (max-width: 767px) {
    p.intro{
        padding:0;
        margin:0;
        float: left;
    }

    a.title{
    display: block;
    padding: 0;
    margin-bottom: 10px;
    }

    span.info{
    }
    .info small{
        display: flex;
    }

    .e2 li{
        margin-bottom: 10px;
    }
}
