12345678910111213141516171819202122232425262728293031323334353637383940 |
- body
- {
- font-size: 75%;
- font-family: Verdana, Tahoma, Arial, "Helvetica Neue" , Helvetica, Sans-Serif;
- color: #232323;
- }
- .separatorline
- {
- clear: both;
- z-index: 1;
- overflow: auto;
- }
- .gobal-from
- {
- margin: 5px;
- word-break:break-all;
- }
- .gobal-from table
- {
- border: 0px;
- background-color: #D6D6D6;
- width: 100%;
- }
- .gobal-from th
- {
- font-size: 12px;
- background-color: #F0F0F0;
- font-weight: normal;
- text-align: right;
- padding-right: 10px;
- line-height: 15px;
- }
- .gobal-from td
- {
- font-size: 12px;
- background-color: #fff;
- padding: 2px;
- line-height: 15px;
- height: 22px;
- }
|