.minit-loan-details .transaction-table-row { background: rgba(0,0,0,0.01); }

.minit-loan-details .closedLoans-table .table-body, .minit-loan-details .transaction-table-row, #update-minit-details-form { display: none; } 

.minit-loan-details .currentLoans-table .table-body, .minit-loan-details .transactions-table .table-body { display: table-row-group; }

#update-minit-details-form.show-form { display: block; }



.minit-loan-data .header-row tr th:hover { cursor: pointer; }

.minit-loan-data .header-row tr th:first-child:before { content: '\f065'; font-family: FontAwesome; float: left; }



.minit-sign-loan-form { display: none; }

.minit-sign-loan-form .error-message { display: none; color: #f00; font-size: 90%; }



.mform-row { text-align: left; clear: both; margin: 5px 0;}

.mform-row.center { text-align: center; }

.mform-row.first-half { float: left; width: 48%; clear: none; }

.mform-row.last-half { float: left; width: 48%; clear: none; }

.mform-row .mfield-label { width: 40%; }

.mform-row .mform-field { width: 60%; padding: 10px; }

.mform-row .mform-field.third { width: 19%; margin-right: 1%; }



.minit-loan-details .pendingLoans-table a:first-of-type { 

	margin-right: 10px;

}



table > tbody > tr.transaction-table-row > td {

	padding: 20px;

}



.pendingLoans-table .transaction-table-row .form-instruction {

	font-weight: 500;

	margin: 0 0 20px;

}



.pendingLoans-table .transaction-table-row .mform-row {

	margin: 0 0 15px;

}



.pendingLoans-table .transaction-table-row .mform-row.email-field span {

	font-size: 16px;

}



.pendingLoans-table .transaction-table-row .mform-row.legaladvice-field .mfield-label-radio {

	font-weight: 400;

	margin: 0 10px;

	font-size: 16px;

}



.pendingLoans-table .transaction-table-row .mform-row .mfield-label { 

	width: 40%;

	margin: 0;

	font-weight: 500;

	float: left;

}



.pendingLoans-table .transaction-table-row .mform-row .mform-field { 

	width: 60%; 

	padding: 6px;

	float: left;

}



.pendingLoans-table .transaction-table-row .mform-row select {

	background: #eee;

	border: none;

}



.pendingLoans-table .transaction-table-row .mform-row input[type="submit"] {

	float: right;

	margin: 10px 0 0;

	padding: 10px 30px;

	font-weight: 500;

}