.interesting, .interesting * {
    box-sizing: border-box;;
}
.table {
    display: table;
}
.interesting .table > a {
    display: table-row;
    vertical-align: middle;
    text-decoration: none;
    color: #1a1918;
}
.table-cell {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
}
.interesting {
    background: #FAFAFA;
    padding: 25px;
    padding-bottom: 5px;
}
.interesting h5 {
    text-transform: uppercase;
    font-family: Tahoma;
    font-size: 11px;
    letter-spacing: 0.5px;
    margin-top: 0;
    font-weight: bold;
    color: #1A1918;
    margin-bottom: 25px;
}
.interesting .table-cell {
    padding-bottom: 20px;
}
body #content_wrapper .inner .inner_wrapper .sidebar_content .interesting .table-cell p {
    font-size: 14px;
    font-weight: bold;
    font-family: Tahoma;
    margin: 0;
    padding-left: 25px !important;
    position: relative;
    top: -3px;
}
.interesting .table-cell img {
    width: 70px;
    height: auto;
}