19 lines
282 B
CSS
19 lines
282 B
CSS
|
.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
|
||
|
}
|