#titleLabel {
    padding:5px;
}

.countLabel{
    display: block;
    text-align: center;
    font-size: 40px;
    width:100%;
    padding:5px;

}

.countLabel{
    display: block;
    text-align: center;
    font-size: 20px;
    width:100%;
    padding:5px;

}

.Btn {
    width:50%;
    text-align: center;

    background-color: transparent;
    background-image: none;
    border:none;

    font-size:36px;

    touch-action: manipulation;
}

.plusMinus {
    border-top: 1px solid #cccccc;
}

#decreaseBtn {
    border-right: 1px solid #cccccc;
    padding:5px;

}

.box a {
    text-decoration:none;
    color: #595959;

}