h1{
    color: royalblue;
    font-size: 30px;
    text-align: center;
}


#cadesform{
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 20px 20px 20px;
    margin-top: 13px;
    font-size: 30px;
    /* text-align: right; */
}

#cadesform input[type=radio]{
    width: 30px;
    height: 30px;
}

#cadesform select{
    font-size: 20px;
}

#cadesform form{
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    border: solid black 1px;
    padding: 10px 10px 10px 10px;
    

}

#calcbutton{
    background:    #1549d7;
    border-radius: 11px;
    padding:       16px 32px;
    color:         #ffffff;
    display:       inline-block;
    font:          normal bold 19px/1 "Open Sans", sans-serif;
    text-align:    center;
}

#resetbutton{
    background:    #1549d7;
    border-radius: 11px;
    padding:       16px 32px;
    color:         #ffffff;
    display:       inline-block;
    font:          normal bold 19px/1 "Open Sans", sans-serif;
    text-align:    center;

}


.fieldinputs input[type=text]{
    font-size:20px;
    width: 60px;

}
.radiobuttons{
    padding: 10px 10px 10px 0px;
}

.cadesformbuttons{
    width: 40px;
    font-size: 30px;
    color: blue;

}