|
|
|
@ -134,6 +134,21 @@ body {
|
|
|
|
|
text-align: left;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
table {
|
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
|
border-collapse: collapse;
|
|
|
|
|
|
|
|
|
|
thead {
|
|
|
|
|
border-bottom: 3px double #ccc;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
td, th {
|
|
|
|
|
padding: .5em;
|
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.title {
|
|
|
|
|
font-size: 1.3em;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|