<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#loan-keisan #fwt_kariire {
    clear: both;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    font-weight: normal;
    width: 730px;
    letter-spacing: 1px;
}

#fwt_kariire p#fwt_caption_input {
    font-size: 14px;
    background-color: #E1F3FF;
    color: #fff;
    text-align: center;
    padding: 5px;
}
#fwt_kariire p#fwt_caption_result {
    font-size: 14px;
    background-color: #f60;
    color: #fff;
    text-align: center;
    padding: 5px;
}

/* inputs table
-------------------------------------------------------------------*/
#fwt_kariire #fwt_inputs table {
    border-collapse: collapse;
    width:100%;
    margin-bottom: 20px;
}
#fwt_kariire #fwt_inputs th {
    background-color: #eef;
    font-weight: normal;
	border: solid 1px #ccc;
    padding: 5px 10px;
    text-align: left;
    vertical-align: top;
    width:50%;
}
#fwt_kariire #fwt_inputs td {
    background-color: #fff;
    font-weight: normal;
	border: solid 1px #ccc;
    padding: 5px 10px;
    text-align: left;
    vertical-align: top;
    width:50%;
}

/* inputs elements
-------------------------------------------------------------------*/
#fwt_kariire #fwt_inputs input {
    border: solid 1px #ccc;
}
#fwt_kariire #fwt_inputs select {
    border: solid 1px #ccc;
}
#fwt_kariire #fwt_inputs span.fwt_need {
    background-color: #c00;
    color: #fff;
    padding: 2px 5px;
    font-size: 10px;
    margin: 0 0 0 10px;
}
#fwt_kariire #fwt_inputs #fwt_buttons {
    text-align: center;
}
#fwt_kariire #fwt_inputs #fwt_buttons #fwt_clear {
    width: 80px;
    border: outset 1px #000;
}
#fwt_kariire #fwt_inputs #fwt_buttons #fwt_calc {
    width: 120px;
    border: outset 1px #000;
}

/* results table
-------------------------------------------------------------------*/
#fwt_kariire #fwt_results table {
    border-collapse: collapse;
    width:100%;
}
#fwt_kariire #fwt_results th {
    background-color: #ffc;
    font-weight: normal;
	border: solid 1px #ccc;
    padding: 5px 10px;
    text-align: left;
    vertical-align: top;
    width:50%;
}
#fwt_kariire #fwt_results td {
    background-color: #fff;
    font-weight: normal;
	border: solid 1px #ccc;
    padding: 5px 10px;
    text-align: left;
    vertical-align: top;
    width:50%;
}

/* results elements
-------------------------------------------------------------------*/
#fwt_kariire #fwt_results td div#fwt_debt_total {
    font-weight: bold;
    font-size: 14px;
}
#fwt_kariire #fwt_results td div#fwt_pay_total {
    font-weight: bold;
    font-size: 14px;
}

/* others
-------------------------------------------------------------------*/
#fwt_kariire div.fwt_note {
    margin-top: 3px;
    color: #69f;
}


a {color:#FFFFFF;}
a:hover {color:#FFFFFF;}
p {color:#FFFFFF;}</pre></body></html>