.inputpara {
     padding: 4px 20px;
     border-radius: 4px;
     color: black;
     background-color: #f1f1f1;
}

.inputpara:focus {
    background-color: #0af;
    color: white;
}

select {
/*    width: 100%;*/
    padding: 4px 20px;
    border: 1px solid black;
    border-radius: 4px;
    background-color: #f1f1f1;
    font-weight: bold;
}

#normal, #reset, #wo1,#wo2,#btn1{
/*    background-color: #0af; */
    background-color: black; 
    border: none;
    color: white;
    padding: 8px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    border-radius: 8px;
}

#normal, #reset, #wo1, #wo2, #btn1 {
    padding: 2px 32px;    
}

#normal:hover, #reset:hover, #wo1:hover, #wo2:hover, #btn1:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}