blob: 0787d3f21c109ae73402221edbcaea0396750a30 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
#counter-wrapper{
margin: 10px 0 20px 0;
}
.section-header{
margin-bottom: 10px;
}
.section-header-span{
border-bottom: 1px solid #ccc;
font-size: 15px;
}
#import{
margin-bottom: 10px;
float: right;
}
#import-confirmed{
display: none;
}
|