| 1234567891011121314151617181920212223242526 |
- ul li {
- float: initial;
- list-style: none;
- }
- .common {
- width: 100%;
- text-align: center;
- padding: 10px 15px;
- }
- .common table {
- width: 100%;
- }
- .common table th {
- padding: 5px 8px 5px 0;
- text-align: right;
- /* width: 20%;*/
- }
- .common table td {
- padding: 6px 0 5px 10px;
- text-align: left;
- color: #717171;
- line-height: 200%;
- }
|