/*
// 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 {
    background: #ffffff;
    color: #000000;
}

.KJEFontHeading {
    color: #000000;
}

.KJEError {
    color: #BB0000;
}

#KJECalculatorTable {
}

.KJEReportTitle {
}

#KJETitle {
}

.KJEReportTitleBlock {
}

.KJEWidthConstraint {
    max-width: 900px;
    text-align: left;
    margin: auto;
    background: #ffffff;
    padding: 15px;
}

.KJEWrapper {
    background: #ffffff;
    padding: 0;
    margin: 0;
}

body {
    margin: 0;
}

.KJECommandButton, .KJEMoreButton {
}

/**CUSTOMCSS**/


