@charset "utf-8";
.err{
    color: red;
}
.error{
    color: red;
}
.form-floating{
    margin-bottom: 10px;
}
.input-group{
    margin-bottom: 10px;
}
.pdPic{
    max-width: 120px;
    max-height: 100px;
}
.qtyClass{
    width:60px;
}
.priceClass{
    width:100px;
}
.sumTd{
    width:120px;
}
.dateTd{
    width:120px;
}
.btnTd{
    width:50px;
    text-align:center;
}
.btn2Td{
    width: 50px;
    text-align:center;
}
#footer{
    background-color: #ccc;
}
.pNameClass{
    width:350px;
}
@media (max-width: 576px) { 
    .col-12{
        overflow-x: auto;
    }
    .sumTd{
        width:60px;
    }
    .dateTd{
        width:70px;
    }
    .qtyClass{
        width:50px;
    }
    .priceClass{
        width:60px;
    }
}
.btn-notax{
    background-color: 	#ACD6FF;
}
.btn-notax:hover{
    background-color: 	#46A3FF;
}
.btn-tax{
    background-color: 	#FFFF6F;
}
.btn-tax:hover{
    background-color: 	#FFDC35;
}