25 lines
389 B
CSS
25 lines
389 B
CSS
.infoContainer {
|
|
background:#fff;
|
|
width:300px;
|
|
padding:2px;
|
|
}
|
|
.tableInfoSimple{
|
|
border-collapse: collapse;
|
|
font-size: 12px;
|
|
width: 100%;
|
|
color:#444;
|
|
line-height:20px;
|
|
}
|
|
.tableInfoSimple thead tr th{
|
|
text-align:left;
|
|
color:#4991DD;
|
|
font-size:14px;
|
|
}
|
|
.tableInfoSimple tbody tr td{
|
|
text-align:left;
|
|
color:#333;
|
|
font-size:12px;
|
|
}
|
|
.tableInfoSimple .tdHead{
|
|
font-weight:bold;
|
|
} |