.plusbtn{
    width: 30px;
    height: 30px;
    border-radius: 10%;
    border: none;
    top: 3px;
    right: 3px;
    color: #ffffff;
    background-color: #2e6da4;
    cursor: pointer;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    box-shadow: 1px 1px 1px 1px #888888;
}

.minusbtn{
    width: 30px;
    height: 30px;
    border-radius: 10%;
    border: none;
    top: 3px;
    right: 3px;
    color: #ffffff;
    background-color: #d9534f;
    cursor: pointer;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    box-shadow: 1px 1px 1px 1px #888888;
}

.searchbody{
    border: 4px solid #DEDBDB;
    padding: 20px 10px;
    background: #212d36;
}

.printbtn{
    padding: 0px 15px;
    border:  none;
    cursor: pointer;
    background: tan;
    border-radius: 1px;
    box-shadow: 0 0 0 .1em #655;
}

.stricke{
    text-decoration: line-through;
    text-decoration-color: black;
}