@font-face {
    font-family: 'Ubuntu';
    src: url('../fonts/Ubuntu-C.ttf');
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/RobotoCondensed-Regular.ttf');
    font-display: swap;
}

html, body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    color: #4A0040;
    background-color: #FFFFFF;
    font-size: 14px !important;
    font-family: 'Ubuntu', sans-serif;
}

hr {
    height: 1px;
    border: 0;
    border-top: 1px solid #4A0040;
    margin: 1em 0;
}

a {
    color: #4A0040;
}

td {
    padding: 3px !important;
    vertical-align: middle !important;
}

input, select {
    font-family: 'Roboto', sans-serif;
}

.dataTables_wrapper .myfilter .dataTables_filter {
    float: left;
}

.dataTables_wrapper .mylength .dataTables_length {
    float: right;
}