html, body {
    font-family: Verdana;
    font-size:0.9rem;
}

.btn.forbtn {
    background-color: #6495ed;
    font-weight:bold;
    color: white;    
}

.btn.forbtn:hover {
    border: 1px solid #6495ed;
}

.forinpt {
    font-size: 0.9rem;
}
/*
.table-scroll {
    overflow-x: auto;
    overflow-y: auto;
    max-width: 100%;
    height: 30vh;
    border: 1px solid #dee2e6;
}

.table thead.sticky-header th {
    position: sticky;
    top: 0;
    background-color: #6495ed;
    z-index: 10;
    color: white;
}

.table.wide-table {
    width: 150%;
    border-collapse: collapse;
    table-layout: auto;
}

.table tfoot.sticky-footer {
    position: sticky;
    bottom: 0;
    z-index: 1;
}

.table tfoot.sticky-footer td {
    background-color: #ebebeb;
}

td {
    text-align: left;
}*/

/*@media {
    .btn-mb {
        margin-top: 10px;
        width: 100%;
    }
}*/