.sidebar-left .useful-links .portlet-title {
    display: table-cell;
    background-color: #fff;
    padding: 0 20px;
    height: 40px;
    vertical-align: middle;
    font-size: 14px;
    color: #05205f;
}

.useful-links {
    position: relative;
    margin-top: 20px;
}

.useful-links ul {
    list-style: none;
    padding: 0;
    padding: 20px 10px;
    width: 100%;
}

.useful-links ul li img {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    height: auto;
}
.useful-links ul li a.more {
    display: block;
    width: 100%;
    font-size: 12px;
    text-align: center;
    text-decoration: underline;
    color: #05205f;
}