@font-face {
    font-family: dev010;
    src: url(../fonts/dev010.ttf);
}
@font-face {
    font-family: mangal;
    src: url(../fonts/mangal.ttf);
}

#showall_dlg, #showall_toolbar {
    display: none;
}
.pfloat-left {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
#pagebar {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
    margin-bottom: 20px;
}
.pfloat-left a {
    color: blue;
}
.panel {
    overflow-y: auto;
}
.modal-dialog {
    max-width: 90% !important;
    margin: 30px auto;
}

td,th {
    vertical-align:middle !important;
    text-align: center;
}
ins {
    color:green;
    background:#dfd;
    text-decoration:none
}
del {
    color:red;
    background:#fdd;
    text-decoration:none
}