.roi-total {
    /*background:#C2DBB1;*/
    font-weight: bold;
    text-align: right;
}

.roi-header {
    background-color: lightgrey;
}

.currency:not(:empty)::before {
    content: "$";
}

.percent:not(:empty)::after {
    content: "%";
}

/*
.minutes:not(:empty)::after { 
    content: "mins";
}
*/
.number {
    text-align: right;
}

.error {
    border: thick solid red
}

fieldset {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

legend {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
    width: auto;
    padding: 0px 10px

}

.calculatortable {
    border-collapse: collapse;
}

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
    padding: 1px;
}

.dropdown {
    display: inline;
}

.autofill {
    background-color: #EEEDED;
}

.required {
    border: 2px solid #a3a3a3 !important;
}

.na::after {
    content: 'N/A';
    text-align: right;
}

.extraspace {
    margin-bottom: 10px;
}

.roiinput {
    width: 100%;
    height: 100%;
    text-align: right;
}
