File size: 1,070 Bytes
8080330 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 |
.table-wrapper {
overflow-x: auto;
position: relative;
}
.tg {
border-collapse: collapse;
border-spacing: 0;
margin: 0 auto;
width: 80%;
}
.tg .tg-0pky {
border-color: inherit;
text-align: center;
vertical-align: top;
padding: 0.5rem;
}
.tg td {
background-color:#ffffff; ;
border-color: #b5b7ba;
text-align: center;
padding: 0.6rem 2rem;
}
.tg th {
background-color: #3085cf;
color: #fff;
font-weight: bold;
overflow: hidden;
padding: 0px 20px;
word-break: normal;
font-weight: bold;
vertical-align: middle;
text-align: center;
white-space: nowrap;
margin: auto;
}
.tg th a {
background-color: #3085cf;;
color: #fff;
text-decoration: none;
font-family: Arial, sans-serif;
font-size: 14px;
font-weight: bold;
overflow: hidden;
padding: 0px 20px;
word-break: normal;
font-weight: bold;
vertical-align: middle;
text-align: center;
white-space: nowrap;
margin: auto;
}
|