.licence_list_small{
    position: relative;
    padding: 25px 20px 20px;
    background: #fff;
    border: 1px solid #D0D0D0;
    margin-bottom: 30px;
    font-size: 0;
}
.licence_list_small .title {
    /*font-family: 'RotondaC', sans-serif;*/
    font-family: Roboto, sans-serif;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    color: #242424;
    margin-bottom: 15px;
    display: block;
}
.licence_list_small .licenses {
    margin: 0 0 15px 0;
}
.licence_list_small .licenses:after{
    content: "";
    display: table;
    width: 100%;
    clear: both;
}
.licence_list_small .licenses a{
    border: 1px solid #D0D0D0;
    width: 95px;
    height: 140px;
    display: block;
    margin: 0 23px 0 0;
    float: left;
}
.licence_list_small .licenses a:last-child{
    margin-right: 0;
}
.licence_list_small .licenses a img{
    max-width: 100%;
    max-height: 100%;
}
.licence_list_small .more{
    text-align: center;
}
.licence_list_small .more a {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    text-decoration: none !important;
    color: #004288 !important;
    border-bottom: 1px solid transparent;
}
.licence_list_small .more a:hover {
    border-color: #004288;
}