/**
 * 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;
}

.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;
}

.orderfiles_thumb_td {
    text-align:center;
}

.orderfiles_thumb {
    margin:auto;
    display:block;
    text-align:center;
}

.centertd {
    text-align:center;
}

.block-files-uploader {
	padding: 0;
}

.block-files-uploader h3 {
	margin-top: 0;
    margin-bottom: 0.5rem;
}