15 lines
233 B
CSS
15 lines
233 B
CSS
|
table#country-list {
|
||
|
table-layout: fixed;
|
||
|
}
|
||
|
|
||
|
table#country-list th.code-column {
|
||
|
width: 6em;
|
||
|
}
|
||
|
|
||
|
table#country-list tr.hidden {
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
|
table#country-list tr.exact td {
|
||
|
background-color: rgb(237, 201, 241);
|
||
|
}
|