| 12345678910111213141516171819202122232425262728293031 |
- #accountProfile {
- position: relative;
- }
- #accountProfile > dl {
- margin-bottom: 1.5rem;
- }
- #accountProfile > dl dt {
- font-size: 17px;
- margin-bottom: 10px;
- }
- #accountProfile > dl dd {
- font-size: 13px;
- }
- #accountProfile article table {
- border: none;
- }
- #accountProfile article table tbody tr th {
- color: #b3b3b3;
- }
- #accountProfile article table tbody tr th hr {
- color: #ccc;
- margin: 0.6rem 0;
- }
- #accountProfile article table tbody tr td {
- text-align: left;
- color: #bbb;
- }
- #accountProfile article table tbody tr td hr {
- color: #ccc;
- margin: 0.3rem 0;
- }
|