.ajax-result {
    margin-top:20px;
}

.tabelPCS thead, .tabelPCS tbody { display: block; width:100%; }
.tabelPCS { width:100% !important; margin-top:20px;text-align:center; }

.tabelPCS thead td{ font-weight:600 !important; }
.tabelPCS tbody {
    max-height: 400px;       /* Just for the demo          */
    overflow-y: auto;    /* Trigger vertical scroll    */
    overflow-x: hidden;  /* Hide the horizontal scroll */
}

.tabelPCS tr {
    width: 100% !important;
    display: table;
    table-layout: fixed;
}

.tabelPCS tr td:first-child {

    padding:5px;
}
.tabelPCS td:nth-child(2) {
    width: 70% !important;
    padding:5px;
}

.tabelPCS tbody tr:nth-child(2n) {background: #CCC}

.tabelPCS tbody tr:hover td {
    background:#fd7b4c !important;
    color:#fff !important;
}

.export-pcs-url {
    margin-top: 20px !important;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    text-align: center;
}
.export-pcs-url a {
    /*background: #006e30;*/
    /*padding: 5px;*/
    /*color: #fff !important;*/
    /*border-radius: 10px;*/
}

