blob: 59fb0c882ecb2e4f7996950815ffee4fc5b53873 (
plain) (
tree)
|
|
.current {
color: red;
}
.dimmedtext {
color: gray;
}
.dimmedtext a {
color: #3344dd;
}
.textright {
width: 100%;
text-align: right;
}
table {
border-collapse: collapse;
}
table, th, td, tr {
border: 1px solid black;
}
@media screen and (min-width: 600px) {
body {
margin-left: 10%;
margin-right: 10%;
}
}
body {
/* font-size: 18px;
line-height: 1.4; */
font-family: arial;
}
|