body {
    background: #f5f5f5;
}

.preview-box {
    background: white;
    border: 1px solid #ccc;
    padding: 20px;
    min-height: 800px;
}

.form-box {
    background: white;
    border: 1px solid #ccc;
    padding: 20px;
}

.cp-title {
    text-align: center;
    font-weight: bold;
    letter-spacing: 5px;
    font-size: 28px;
}
.cp-document {
    background: white;
    border: 2px solid #000;
    padding: 15px;
    font-size: 13px;
}

.cp-header {
    text-align: center;
    margin-bottom: 15px;
}

.cp-header h2 {
    letter-spacing: 8px;
    font-weight: bold;
    margin: 0;
}

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

.cp-table td,
.cp-table th {
    border: 1px solid #000;
    padding: 4px;
    vertical-align: middle;
}

.cp-label {
    font-weight: bold;
}

.cp-green {
    background: #8bc34a;
    color: white;
    font-weight: bold;
    text-align: center;
}

.cp-total {
    background: #f5e3d8;
    font-weight: bold;
}

.cp-small {
    font-size: 11px;
}

.cp-signature {
    min-height: 80px;
}
