@import url(setup.css);

html,
body {
    width: 100%;
    height: 100%;
    display: flex;
}




/* 
.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    height: 64px;

}

#Printbtn {
    height: 36px;
    line-height: 36px;
    padding: 0 12px;
    border-radius: 3px;
    background-color: rgb(213, 252, 252);
}

#Printbtn:hover {
    background-color: rgb(197, 240, 113);
    cursor: pointer;
} */

/* #Printbox {
    position: absolute;
        display: none;
    height: 100%;
    padding-top: 20px;
} */

/* #Printbox.display {
    display: block;
} */

/* #Printbox table th,
#Printbox table td {
    width: auto;
    background-color: azure;

}

.head {
    height: 72px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 0 20px;
    position: relative;
}


#Printbtn {
    margin-bottom: 4px;
}

.logo img {
    margin: 0px;

}

.logo span {
    padding-top: 30px;
}

#Printclo {
    position: absolute;
    top: -4px;
    right: -20px;
    width: 20px;
    height: 20px;
    font-size: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
}

#Printclo:hover {
    background-color: red;
    color: white;
} */