.calculatorboxes{

    background-color: #fff;
    padding: 20px 25px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 10px;
    height: 100%;
    border: 1px solid #451e5d;
    
}

.titlecalcu,.titlecalculator{

    font-size: 20px;
    border-bottom: 1px solid #b3b3b3;
    padding-bottom: 10px;
    font-weight: 700;
}
.calclist a{

    display: block;
    color: #000;
    font-size: 15px;
    text-decoration: none;
    padding-bottom: 4px;
    font-weight: 600;

}
.calclist a:hover{

    color: #c27ac0;
   
}

.calclist a.active {
    color: #451e5d;
    font-weight: bold;
    text-decoration: underline;
    font-size: 16px;
}
.field.calc{

    border-radius: 6px;
    margin-bottom: 4px;
    border: 1px solid #000;
    padding: 4px 10px;
    font-size: 14px;
    width: 100%;
}
.field.calc:focus{

    outline: none;
    border-color: #451e5d;
}
.field.result{

border: 0;
text-align: right;
font-weight: 700;
color: #451e5d;
margin-right: 3px;
background-color: transparent;
}
.field.result:focus{

    outline: none;

}

.box-rightcalculator{

    padding: 12px 10px 16px 10px;
    border: 2px dotted #451e5d;
    margin-top: 20px;
    border-radius: 5px;
    background-color: #f3f3f3;
}
.accent{

    font-weight: 700;
    color: #451e5d;
}
.resultLabel{

    border-bottom: 1px solid #451e5d;
    padding-bottom: 4px;
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 20px;
}

select.field{

    border-radius: 6px;
    margin-bottom: 4px;
    border: 1px solid #000;
    padding: 4px 10px;
    font-size: 14px;
    width: 100%; 
}
tr td{

    padding-right: 8px;
}
input[type="number"].field{

    border-radius: 6px;
    margin-bottom: 4px;
    border: 1px solid #000;
    padding: 4px 10px;
    font-size: 14px;
    width: 100%; 
}