.print-btn {
    float: right;
}
.pdf-table {
    width: 100%;
}
.pdf-table-first-col {
    width: 150px;
}
.pdf-table tr td {
    border: 1px solid #eee;
    padding: 5px;
}

.row-name {
    font-weight: bold;
    width: 150px;
}
.document-name {
    font-size: 30px;
}
.pdf-header {
    border-bottom: 2px solid #656565;
    padding-bottom: 5px;
}
.label-btn {
    border: 1px solid #eaeaea;
    border-radius: 3px;
    padding: 1px 5px;
    margin: 0 2px;
}
.pdf-panel {
    padding: 10px 20px;
}
.high-btn {
    background-color: #f05050;
    border: 1px solid #f05050;
    color: white;
}
.medium-btn {
    background-color: #ff902b;
    border: 1px solid #ff902b;
    color: white;
}
.low-btn {
    background-color: #27c24c;
    border: 1px solid #27c24c;
    color: white;
}
@media print {
    .high-btn-print {
        background-color: #f05050 !important;
        border: 1px solid #f05050 !important;
        color: white !important;
    }
    .medium-btn-print {
        background-color: #ff902b !important;
        border: 1px solid #ff902b !important;
        color: white !important;
    }
    .low-btn-print {
        background-color: #27c24c !important;
        border: 1px solid #27c24c !important;
        color: white !important;
    }
    .row-name-print {
        font-weight: bold;
        width: 150px;
    }
    .document-name-print {
        font-size: 30px;
    }
    .pdf-header-print {
        border-bottom: 2px solid #656565;
        padding-bottom: 5px;
        margin-bottom: 10px;
    }
    .pdf-panel-print {
        color: #656565 !important;
        width: 100%;
        font-size: 13px;
        margin: 0px;
    }
    .label-pint {
        border: 1px solid #eaeaea;
        border-radius: 3px;
        padding: 1px 5px;
        margin: 0 2px;
    }
    .print-btn-print {
        display: none;
    }
    .pdf-table-print {
        width: 100%;
    }
    .pdf-table-print tr td {
        border: 1px solid #eee;
        padding: 5px;
    }
    .pdf-table-first-col-print {
        width: 150px;
    }
}
