li.sponsored {
    list-style: none;
    position: relative;
    margin: 1.5em 0 2em 0;
    padding-bottom: 10px;
    clear: left;
    overflow: hidden;
    background: #e7e7e0;
    margin-top: 1.5em !important;
}
 
li.sponsored p {
    margin: 0px;
    color: #146994;
    text-transform: uppercase;
    font-size: 10px;
    padding-left: 8px;
    clear: left
}
 
li.sponsored a.ttlLnk {
    font-size: 16px;
    line-height: 18x;
    color: #4e4e51;
    font-family: "freight-sans-pro-n6","freight-sans-pro",sans-serif;
    font-weight: 600;
    clear: left;
    margin-bottom: 5px;
    padding-left: 8px;
    display: block;
}
 
li.sponsored img {
    margin:-8px 10px 10px 10px;
    height: 150px;
    width: auto;
}
 
li.sponsored:hover{
    cursor: pointer;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -moz-box-shadow: 0 0 5px rgba(52, 53, 59, 0.2);
    -webkit-box-shadow: 0 0 5px rgba(52, 53, 59, 0.2);
    box-shadow: 0 0 5px rgba(52, 53, 59, 0.2);
    background-color: rgb(209, 209, 209);
}
 
li.sponsored a {
    text-decoration: none;
    display: block;
}