/* CSS Document */
.tbl-loan-repayment {
    line-height: 140%;
    background: #FAFAFA;
    border: 1px solid #E2E2E2;
    border-radius: 10px;
    width: 100%;
  }
@media only screen and (min-width: 1024px) {
.tbl-loan-repayment {
    padding: 15px 20px 20px 20px;
  }
}
@media only screen and (max-width: 1023px) {
.tbl-loan-repayment {
    padding: 10px 15px 15px 15px;
  }
}

td {
    line-height: 140%;
    padding: 7px 6px;
}
.tbl-loan-repayment td {
    color: #666666;
}
.tbl-list-repayment {
    border-collapse: collapse;
    width: 100%;
}

.tbl-list-repayment th {
    background: none repeat scroll 0 0 #ECECEC;
    color: #666666;
    font-size: 14px;
    padding: 7px 5px;
}

.tbl-list-repayment td {
    font-size: 14px;
    line-height: 140%;
    padding: 7px 6px;
    color: rgba(102, 102, 102, 0.75);
}

.txt-loan-repayment, .txt-date {
    border: 1px solid #DBDBDB;
    height: 25px;
    line-height: 25px;
    margin-right: 3px;
    padding: 0 3px;
    width: 200px;
    text-align: right;
}

.btnrepayment {
    background: #D5161D no-repeat scroll 0 0;
    border: medium none;
    border-radius: 5px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    height: 29px;
    width: 84px;
}

#btnDate {
	position: relative;
	top: 2px;
	cursor: pointer;
}
