/*
// 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
*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

#KJESplash{
    background-image: url(../images/logo75x75.png);
    /*background-image: none;*/
}

#KJEAllContent {
}

#KJECalculatorTable {
}

#KJETitle {
}

.KJECommandButton, .KJEMoreButton {
}

#KJEAllContent, body.KJEBody, body.KJEReportBody {
    font-family: 'Open Sans', sans-serif;
}

.KJEInputContainer input.KJEInputModern, .KJEInputContainer select.KJEDropBoxModern {
    font-family: 'Open Sans', sans-serif;
}

.KJECalculator p {
    font: normal 1em 'Open Sans', sans-serif;
}

.KJECommandButton, .KJEMoreButton, #KJEAllContent input.KJEMenuButton[type=button] {
    font-family: 'Open Sans', sans-serif;


/**CUSTOMCSS**/