.accountBookBox {
    padding: 5px;
    font-size: 12px;
    font-family: Arial;
    overflow: hidden;
    
    width: auto !important;
    min-width: 389px;
    height: auto !important;
    margin: 4px 2px !important;
}

.accountBookBox .st {
    color: #1d3b71;
    font-weight: bold;
}

.accountBookBoxMini {
    padding: 5px;
    font-size: 12px;
    font-family: Arial;
    overflow: hidden;
    
    width: auto !important;
    height: auto !important;
    margin: 4px 2px !important;
}

.accountBook {
    width: 100%;
    border-spacing: 0px;
}

.accountTitleDebit {
    text-align: left;
}

.accountTitle {
    text-align: center;
}

.accountTitleCredit {
    text-align: right;
}

tr.accountBookTitle td, tr.accountBookTitle th {
    border-bottom: 1px solid;
}

.accountBook .debit {
    width: 12%;
    text-align: left;
    vertical-align: top;
}

.accountBook .debitConcept {
    width: 38%;
    text-align: left;
    vertical-align: top;
    padding: 0 4px 8px 4px;
    border-right: 1px solid;
}

.accountBook .creditConcept {
    width: 38%;
    text-align: left;
    vertical-align: top;
    padding: 0 4px 8px 4px;
}

.accountBook .credit {
    width: 12%;
    text-align: right;
    vertical-align: top;
}

.DiaryEntry {
	font-size: 12px !important;	
}
