/**
 * This file is part of the iBobr - orders package
 *
 * (c) Ondřej Záruba <info@zaruba-ondrej.cz>
 *
 * For the full copyright and license information, please view the license.md
 * file that was distributed with this source code.
 */

.orders-items {
    display: block;
    list-style: none;
    margin-bottom: 20px;
}

.orders-items li {
    display: block;
    background-position: center center;
    background-size: contain;
    text-align: center;
}

.orders-button {
    display: block;
    width: 200px;
    margin: 10px 0;
}

.orders-message {
    color: green;
}