admin
2020-04-15 ee5c8055b1c0dd7c67a9025a76b10bd287c93d9a
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;
}