/**
 * PrestaShop module created by VEKIA, a guy from official PrestaShop community ;-)
 *
 * @author    VEKIA https://www.prestashop.com/forums/user/132608-vekia/
 * @copyright 2010-9999 VEKIA
 * @license   This program is not free software and you can't resell and redistribute it
 *
 * CONTACT WITH DEVELOPER http://mypresta.eu
 * support@mypresta.eu
 */

.custom-pictures-only .ppb_thumbnail {
    margin: 5px 5px 5px 0px;
    display: inline-block;
    height: 75px;
    width: 75px;
    border-radius: 5px;
    border: 1px solid #c2c0c0;
    padding: 2px;
}

.custom-pictures-only  .ppb_thumbnail:hover, .custom-pictures-only .ppb_selected {
    border: 2px solid rgba(0, 0, 0, 1);
}
 .ppb_name {
       margin: 15px 5px 0px 0px;
 }