/**
 * PrestaShop module created by VEKIA, a guy from official PrestaShop community ;-)
 *
 * @author    VEKIA https://www.prestashop.com/forums/user/132608-vekia/
 * @copyright 2010-2018 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
 */

.orderfiles_thumb {
    display: inline-block;
    float: left;
}

.orderfiles_thumb_td {
    width: 110px;
    padding: 10px;
}

.orderfiles_thumb img {
    padding: 5px;
    background: #FFF;
    border: 1px solid #c0c0c0;
}

#order .orderfiles_thumb {
    clear: both;
    margin-right: 10px;
}