.bg-light{
    background-color: #f7f7f7;
}
.dynamic-height{
    height: auto;
}
.bg-tail{
    background-color: #F7F7F7;
}

.td-text{
    font-size: 13px;
}
.container{
    padding: 0;
}
#itemList{
    height: 500px;
    overflow-y: scroll;
}
#inputList{
    height: 500px;
    overflow-y: scroll;
}
.item {
    background-color: #ececec;
    padding: 10px;
    margin-bottom: 5px;
    border-radius: 5px;
}


@media print {
    h1{
        font-size: 20px;
    }
    h3{
        font-size: 14px;
    }
    body{
        font-size: 12px;
        padding: 0;
        margin: 0;

    }
    td{
        padding: 0;
        font-size: 12px;
    }
    .navbar {
       display: none;
    }
    .container{
        width: 100vw;
    }
    .btn{
        display: none;
    }
    #footer{
        display: none;
    }
 }
@media screen {
    
}