﻿#addbutton {
    width: 20px;
    height : 20px;
    background-image : url("addButton.png");
    background-size : 15px 15px;
    background-repeat : no-repeat;
}

#deletebutton {
    width: 20px;
    height : 20px;
    background-image : url("deletebutton.png");
    background-size : 15px 15px;
    background-repeat : no-repeat;
}

#quantity-input{
    width:40px;
}

#nonIndentedList{
    list-style:none;
    padding-left:0;
}

.ErrorInput{
    border:1px solid red;
}

html {
    overflow-y: scroll; 
}

modal-open {
    overflow: auto;
}