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
50
51
52
a.black {
color: #337ab7 !important;
}
.table-border > div {
border: 1px solid black;
}
.bold-center {
text-align:center;
font-weigth:bold;
}
.bluehead{
background-color:#337ab7;
color:white;
}
.more-data-lg > td{
height:100px;
}
.more-data-sm > td{
height:50px;
}
.table {
width: 100%;
table-layout: fixed;
}
.nav-tabs > li.active > a {
background-color:#2999F9 !important;
color:white !important;
}
.text-lg{
width:100%;
height:100px;
}
.text-md{
width:100%;
height:75px;
}
.text-sm{
width:100%;
height:50px;
}
/*@media screen and (min-width: 100px) {
#mainblock{
background: whitesmoke;
width:90% !important;
}
}
@media screen and (min-width: 1600px) {
#mainblock{
background: whitesmoke;
width:70% !important;
}
}*/