|
|
@@ -44,29 +44,29 @@ tr {
|
|
|
}
|
|
|
|
|
|
tr td:last-child {
|
|
|
- width: 30%;
|
|
|
+ width: 44%;
|
|
|
}
|
|
|
tr th:last-child {
|
|
|
- width: 30%;
|
|
|
+ width: 44%;
|
|
|
}
|
|
|
.first-table tr td:first-child {
|
|
|
- width: 70%;
|
|
|
+ width: 56%;
|
|
|
}
|
|
|
.first-table tr th:first-child {
|
|
|
- width: 70%;
|
|
|
+ width: 56%;
|
|
|
}
|
|
|
.second-table tr td:first-child {
|
|
|
- width: 40%;
|
|
|
+ width: 28%;
|
|
|
}
|
|
|
.second-table tr th:first-child {
|
|
|
- width: 40%;
|
|
|
+ width: 28%;
|
|
|
}
|
|
|
|
|
|
.second-table tr td:nth-child(2) {
|
|
|
- width: 30%;
|
|
|
+ width: 28%;
|
|
|
}
|
|
|
.second-table tr th:nth-child(2) {
|
|
|
- width: 30%;
|
|
|
+ width: 28%;
|
|
|
}
|
|
|
.second-table tr th:last-child {
|
|
|
padding-left: 0 !important;
|