19 lines
200 B
CSS
19 lines
200 B
CSS
|
.container {
|
||
|
width: 960px;
|
||
|
}
|
||
|
|
||
|
.tests-table-header {
|
||
|
border-top: 0px;
|
||
|
}
|
||
|
|
||
|
.cpi-average {
|
||
|
text-align: right;
|
||
|
}
|
||
|
|
||
|
#tests-table {
|
||
|
margin-top: 60px;
|
||
|
}
|
||
|
|
||
|
#selected-tests span {
|
||
|
margin-left: 0.5em;
|
||
|
}
|