
/*resize datepicker*/
div.ui-datepicker{
 font-size:10px;
}


#subamount{
	width:100px;
}

.cjSplit{
	padding-left: 50px;
}



/*>>>accounts table*/
.csHeaderAccounts{
	background-color: #E5E6F8 !important;
}

/*in subtransactions datatable make footer show under header and not after body*/
thead, tfoot {
    display: table-header-group;
}

.scrollStyle
{
overflow-x:auto;
}

