.cashCoinTable-border {
    border: 1px solid #808080;
	padding: 0 20px 0 20px;
}

.notesTable, .coinsTable {
    margin-bottom: 1rem;
}

.denoQty .textField, .denoQty .numericInput, .denoValue .numericInput, .totalVal .numericInput{
    border: 1px solid #C3C3C3;
    border-radius: 5px;
}

.denoQty .numericInput{
    width: 70% !important; 
    float: left;
}

.totalAmt input{
    font-size: 20px;
    font-weight: 700;
    text-align: right;
}

.totalVal .numericInput{
    width: 70% !important; 
    float: right;
}

.totalVal input{
	color: #AA0000;
    font-weight: bold;
    font-size: 1rem;
}

.totalVal .guideFieldError{
    width: 102%;
}

.coinsTable .guidetextbox .helper-text, .notesTable .guidetextbox .helper-text{
    display: none;
}
