17 lines
187 B
CSS
17 lines
187 B
CSS
*{
|
|
font-family: "Times New Roman";
|
|
}
|
|
|
|
table{
|
|
border-collapse: collapse;
|
|
}
|
|
|
|
th, td {
|
|
padding: 3px;
|
|
border: 1px solid #e2e2e2;
|
|
}
|
|
|
|
|
|
.filter-table th{
|
|
text-align: left;
|
|
} |