.calculator_calculator_fields {
    background-color: #fff;
}

.calculator_calculator {
    border-bottom-width: thin;
    border-bottom-style: solid;
    border-bottom-color: #ccc;
    margin-bottom: 20px;
    font-style: normal;
    font-weight: bold;
    text-align: center;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1.5em;
    padding-bottom: 10px;
}

.calculator_definition {
    border-bottom-width: thin;
    border-bottom-style: solid;
    border-bottom-color: #ccc;
    margin-bottom: 20px;
    background-color: #fff;
}

.calculator_examples {
    border-bottom-width: thin;
    border-bottom-style: solid;
    border-bottom-color: #ccc;
    margin-bottom: 20px;
    background-color: #fff;
}

.calculator_etymology {
    border-bottom-width: thin;
    border-bottom-style: solid;
    border-bottom-color: #ccc;
    margin-bottom: 20px;
    background-color: #fff;
}

.calculator_author {
    border-bottom-width: thin;
    border-bottom-style: solid;
    border-bottom-color: #ccc;
    background-color: #fff;
}

.calculator_pronounce {
    font-style: italic;
    font-weight: normal;
}

.calculator_label {
    font-style: normal;
    font-weight: bold;
}

.calculator_list {

}

.calculator_list_item {
    border-bottom-width: 5px;
    border-bottom-style: solid;
    border-bottom-color: #fff;
}

.calculator_list_definition {

    background-color: #f3f3f3;
    padding: 5px;
    margin-bottom: 5px;
}

.calculator_list_item_link {

    background-color: #f3f3f3;
    padding: 5px;
    margin-bottom: 5px;
    font-weight: bold;
    border-right-width: 5px;
    border-right-style: solid;
    border-right-color: #fff;
    text-align: center;
}

.calculator_add {
    padding: 5px;
    text-align: right;
}

.row1 {
    background-color: #fff;
}

.row1:hover {
    background-color: #edf4fc;
}

.row0 {
    background-color: #f9f9f9;
}

.row0:hover {
    background-color: #edf4fc;
}

.table {

}

.calculatorList {

}

.calculator-list-calculator {
    min-width: 60px;
}

.calculator-list-pron {
    min-width: 130px;
}

.calculator-list-cate {
    min-width: 100px;
}

.calculator-list-defi {

}

.calculator-list-auth {
    min-width: 100px;
}
