﻿.PaymentComments
{
    overflow: auto;
    overflow-x: hidden;
    height: 300px;
}
.PaymentComments a
{
    font-size: x-small;
}
.PaymentDate
{
    font-size: x-small;
}

.odd
{
    background-color: white;
}
.even
{
    background-color: gainsboro;
}
.PaymentComment
{
    overflow: auto;
    overflow-x: hidden;
    height: 150px;
}
.paymentcomment-btn
{
    width:240px;
}
.paymentcomment-body
{
	height:150px;
}
