/*
 * Copyright © 2020 CGI. All rights reserved.
 * See COPYING.txt for license details.
 *
 * @author CGI <info.de@cgi.com>
 * @copyright 2020 CGI
 * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
 */
table{
    table-layout: fixed;
    word-wrap:break-word;
    border-collapse:collapse;
}
table th, table td{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.order-details-items{
    width: 76.5%;
    float: left;
}
.block-order-details-view{
    float: left;
    width: 100%;
}
