2019-05-07 11:40:31 +00:00
|
|
|
.payment-type {
|
|
|
|
width: auto
|
|
|
|
}
|
|
|
|
|
|
|
|
.payment-type th:nth-child(2), .payment-type th:nth-child(5) {
|
|
|
|
padding: 10px !important
|
|
|
|
}
|
|
|
|
|
|
|
|
.payment-type th:nth-child(3){
|
|
|
|
padding: 0 50px !important
|
|
|
|
}
|
|
|
|
|
|
|
|
.table-margin {
|
|
|
|
margin-top: 20px
|
|
|
|
}
|
|
|
|
|
|
|
|
.grey-background {
|
|
|
|
background-color: #DDD
|
2019-05-09 06:43:28 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.emptyField {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.row-oriented.input-table > tbody > tr > td {
|
|
|
|
width: 10% !important
|
|
|
|
}
|
|
|
|
|
|
|
|
.row-oriented.input-table > tbody > tr > th {
|
|
|
|
width: 90% !important
|
2019-05-07 11:40:31 +00:00
|
|
|
}
|