.button{
    font-family: "Times New Roman", Times, serif;
    font-size:1vw;
    font-weight: bold;
    color: #034EA2;
    max-width:100px;
    border-radius:  10px 10px 10px 10px;
    cursor: pointer;
    
}
#wcicon{
    width: 20px;
    height: 20px;
    margin-left: auto;
    margin-right: auto;
    background-color: black;
    color: white;
}


#nb .button{
    font-family: "Times New Roman", Times, serif;
    font-size:12px;
    font-weight: bold;
    color: #034EA2;
    max-width:100px;
    border-radius:  10px 10px 10px 10px;
    cursor: pointer;
    
}
#nb wcicon{
    width: 20px;
    height: 20px;
    margin-left: auto;
    margin-right: auto;
    background-color: black;
    color: white;
}
input[type="radio"]{
    border: solid 1px #000000;
    /*-webkit-appearance: radio;*/
}
.lin {
    text-decoration: underline;
    text-decoration-style: solid;
    cursor: pointer;
    color: blue;
    
}
