/*
Theme Name:  Listeo ChildTheme
Theme URI: http://listeo.pro
Author: Purethemes
Author URI: http://themeforest.net/user/purethemes
Description: Directory WordPress Theme by Purethemes
Version: 1.1
License: ThemeForest
License URI: http://themeforest.net/licenses
Text Domain: listeo
Domain Path: /languages/
Tags: light, responsive-layout, post-formats, theme-options, translation-ready, two-columns
Template:  listeo
*/

/* pdf invoice opmaak */

.deal-info {
    margin-bottom: 20px;
    border: 1px solid #cccccc;
    padding: 10px;
}

.deal-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 10px;
}

.deal-table th, .deal-table td {
    border: 1px solid #cccccc;
    padding: 8px;
    text-align: left;
}

.deal-table th {
    background-color: #f2f2f2;
}

.deal-cell {
    width: 70%;
}

.quantity-cell {
    width: 30%;
}

.deal-number-container {
    background-color: #c6972c;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    margin: 5px 0 15px;
    display: inline-block;
    width: auto;
}

.deal-number {
    font-size: 20px;
    color: white;
    font-weight: bold;
}

.deal-info-title {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 10px;
}