reportDetails.css
710 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
39
40
41
42
43
44
45
46
47
48
49
.div-first{
margin-top: 30px;
margin-left: 70px;
}
.div-first div{
margin-top: 10px;
}
.firstTitle{
font-weight: bold;
font-size: 24px;
color: #179bf0;
}
.secondTitle{
font-weight: bold;
font-size: 18px;
color: black;
margin-left: 70px;
}
.contentnav{
background: #f3f3f3;
}
.contentnav div{
margin-top: 10px;
}
.btn-solid{
border-radius: 4px;
background-color: #0096eb;
border: 1px solid #0096eb;
color: white;
width: 120px;
height: 50px;
}
.tabul ul{
padding: 0px;
}
.tabul ul li{
padding-right:10px;
display: inline;
height: 20px;
line-height: 20px;
color: #24a2e9;
}
.tabul ul li a{
text-decoration: none;
cursor: pointer;
color: #24a2e9;
}