2020-04-05 12:25:43 +01:00
|
|
|
body {
|
|
|
|
font-family: 'Roboto', sans-serif;
|
2016-12-19 15:44:06 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.tooltip {
|
|
|
|
border-bottom: 1px dotted #000;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
table, th, td {
|
|
|
|
border: 1px solid black;
|
|
|
|
border-collapse: collapse;
|
|
|
|
padding: 2px 4px;
|
|
|
|
}
|
|
|
|
|
2016-12-19 16:03:38 +00:00
|
|
|
table#grid td {
|
2020-04-05 12:25:43 +01:00
|
|
|
font-family: 'Fira Mono', monospace;
|
|
|
|
font-size: 14pt;
|
2016-12-19 15:44:06 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#wrapper {
|
|
|
|
width: 80%;
|
2016-12-22 07:52:15 +00:00
|
|
|
margin: 0 auto 60px auto;
|
2016-12-19 15:44:06 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#wordsearch {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
#words {
|
|
|
|
float: right;
|
|
|
|
width: 200px;
|
|
|
|
}
|
|
|
|
|
2016-12-20 06:42:23 +00:00
|
|
|
#footer {
|
2016-12-22 07:52:15 +00:00
|
|
|
position:absolute;
|
|
|
|
bottom:0;
|
|
|
|
width:100%;
|
|
|
|
height:60px; /* Height of the footer */
|
2016-12-20 06:42:23 +00:00
|
|
|
}
|
|
|
|
|
2016-12-19 15:44:06 +00:00
|
|
|
@media only print {
|
|
|
|
.noprint {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|