@CHARSET "UTF-8";









.transactions {

}

.transaction {

 margin: 0px 10px 0px 10px;
 padding: 5px 0px 5px 0px;
 border-bottom: 1px solid #ccc;
}

.transaction .amount {
 float: left;
 width: 70px;
 text-align: center;
}

.amount .plus {
 color: #5a5;
}

.amount .minus {
 color: #a55;
}

.transaction .desc {
 float: left;
 width: 420px;
 height: 23px;
 overflow: hidden;
 white-space: nowrap;
}



