| 12345678910111213141516171819202122232425262728 |
- #inner-details {
- font-size:12px;
- }
- span.close {
- color:#FF5555;
- cursor:pointer;
- font-weight:bold;
- margin-left:3px;
- }
- span.name {
- cursor: pointer;
- }
- /*TOOLTIPS*/
- .tip {
- text-align: left;
- width:auto;
- max-width:500px;
- }
- .tip-title {
- font-size: 11px;
- text-align:center;
- margin-bottom:2px;
- }
|