@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: "Roboto Condensed", serif !important;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    
}


.dt-layout-cell {
    margin-bottom: 25px;
}

#example {
    font-size: 12px;
}


/* Add styles for the print layout */
@media print {
    /* Hide elements you don't want to print */
    #btnPrintData {
        display: none;
        }

        table, th, td {
            border: 1px solid black;
            border-collapse: collapse;
        }

        th, td {
            padding: 8px;
            text-align: left;
        }

        table {
            width: 100%;
            margin: 20px 0;
        }
    }

    .BtnSearchYearOf, .BtnPrintData {
        background-image: linear-gradient(#f7f8fa ,#e7e9ec);
        border-color: #adb1b8 #a2a6ac #8d9096;
        border-style: solid;
        border-width: 1px;
        border-radius: 3px;
        box-shadow: rgba(255,255,255,.6) 0 1px 0 inset;
        box-sizing: border-box;
        color: #0f1111;
        cursor: pointer;
        display: inline-block;
        font-family: "Amazon Ember",Arial,sans-serif;
        font-size: 14px;
        height: 29px;
        font-size: 13px;
        outline: 0;
        overflow: hidden;
        padding: 0 11px;
        text-align: center;
        text-decoration: none;
        text-overflow: ellipsis;
        user-select: none;
        -webkit-user-select: none;
        touch-action: manipulation;
        white-space: nowrap;

    }

    .BtnSearchYearOf:active, .BtnPrintData:active {
        border-bottom-color: #a2a6ac;
    }

    .BtnSearchYearOf:active:hover, .BtnPrintData:active:hover {
        border-bottom-color:rgb(121, 121, 121);
    }

    .BtnSearchYearOf, .BtnPrintData {
        border-color: #a2a6ac #979aa1 #82858a;
    }


