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
| .no-border-r{
| border-right: none !important;
| }
| .no-border-t{
| border-top: none !important;
| }
| .no-border-b{
| border-bottom: none !important;
| }
| .no-border-l{
| border-left: none !important;
| }
| *{
| margin: 0;
| padding: 0;
| }
| ul{
| list-style: none;
| }
| a{
| color: #333;
| text-decoration: none;
| }
| strong{
| font-weight: normal;
| }
| i{
| font-style: normal;
| }
|
|