.registery-header th {
    font-size: 1.5em;
    font-weight: bold;
    color: #101041;
    text-align: center;
    height: 38px;
}

.registery-header td {
    font-size: 1em;
    color: #101041;
    text-align: center;
}

.registery-info th {
    font-weight: bold;
    border: 1px solid #313131;
    text-align: center;
    height: 38px;
}

.registery-info td {
    border: 1px solid #313131;
    text-align: left;
    /* text-align: center; */
}

.registery-processing th {
    font-weight: bold;
    border: 1px solid #313131;
    text-align: center;
    height: 38px;
}

.registery-processing td {
    border: 1px solid #313131;
    text-align: center;
    /* text-align: center; */
}

.processing-title th {
    /* border: 1px solid #313131; */
    font-size: 1.5em;
    font-weight: bold;
    color: #101041;
    text-align: center;
}

.processing-header th {
    /* border: 1px solid #313131; */
    font-size: 1.5em;
    font-weight: bold;
    color: #101041;
}

.processing-header td {
    /* border: 1px solid #313131; */
    font-size: 1.5em;
    color: #101041;
}

.processing-content th {
    font-weight: bold;
    border: 1px solid #313131;
    text-align: center;
    color: #101041;
}

.processing-content td {
    border: 1px solid #313131;
    text-align: center;
    /* text-align: center; */
}


.right {
    text-align: right;
}

.no-border {
    border: 0 solid black !important;
}

.total td {
    border: 1px solid #313131;
}

.footer {
    position: fixed;
    bottom: 0;
}