main.css
954 Bytes
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
30
31
32
33
34
35
36
37
38
body {
margin: 0;
padding: 0; }
header {
width: 100%;
height: 60px;
box-shadow: 1px 1px 2px #c2c2c2; }
header > p {
-webkit-font-smoothing: antialiased;
text-align: center;
position: relative;
top: 13px;
font-family: 'Open Sans Light',X-LocaleSpecific-Light,'Open Sans',X-LocaleSpecific,sans-serif;
font-weight: normal;
line-height: 100%;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
color: #484848;
font-size: 30px; }
.main-container {
width: 100%;
display: table; }
.main-container .table-wl {
width: 70%;
margin: 0 auto;
margin-top: 40px; }
.main-container .table-wl tbody tr ._success {
color: #85D42A;
font-weight: bold; }
.main-container .table-wl tbody tr ._error {
color: red;
font-weight: bold; }
.main-container .table-wl tbody tr ._processing {
color: #c2c2c2;
font-weight: bold; }
/*# sourceMappingURL=main.css.map */