.labelS {
    padding: 5px 5px;
    margin-right: 10px;
    margin-bottom: 5px;
    border: 1px solid;
    border-radius: 5px;
    
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
width:235px;
text-align:center;
display:inline-block;
}

.labelS2 {
    padding: 5px 10px;
    margin-right: 10px;
    margin-bottom: 5px;
    border: 1px solid;
    border-radius: 5px;
    
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
width:235px;
text-align:center;
display:inline-block;
}


.labelS.labelSpan:hover{
    padding: 5px 10px;
    margin-right: 10px;
    margin-bottom: 5px;
    border: 1px solid;
    border-radius: 5px;
    color:#8e7034;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 1);
width:235px;
text-align:center;
display:inline-block;
}

#labelDiv {
    width: 95%;
    
    position: relative;
    margin: 40px auto;
}

#addBut {
    font-size: 20px;
    height:36px;
    width: 100px;
    background-color: cornflowerblue;
    color: #fff;
    border: 1px cornflowerblue solid;
    border-radius: 5px;
}

#newLabel {
    width: 200px;
    height: 34px;
    border-radius: 5px;
    border: cornflowerblue 2px solid;
    margin: 0 15px;
}