/*
// CSS Classes  below can be populated and changed to modify your calculator deployment.
// IMPORTANT: Do Not Modify the KJE.css file!  The KJE.css file is replaced during the update process
// All CSS customization must be done in this file (you can override KJE.css classes)
//
// For information on customizing this file please see:
// https://www.dinkytown.net/money/V3customize.html
*/

#KJEAllContent {
}

#KJECalculatorTable {
}

#KJETitle {
}

.KJECommandButton, .KJEMoreButton {
}

#KJEDefinitions {
    margin-top: 50px;
}
.KJEDefinitionsHeader {
    font-family: 'Kadwa', serif;
    font-weight: 700;
    font-size: 22px;
    color: #4D4E4E;
    line-height: 28px;
}

h3 {
    font-family: 'Kadwa', serif;
    font-weight: 700;
    font-size: 20px;
    color: #4D4E4E;
    line-height: 26px;
}

p {
    font-family: 'Open Sans', serif;
    font-weight: 400;
    font-size: 14px;
    color: #4D4E4E;
    line-height: 22px;
}

/**CUSTOMCSS**/
