body {
    width: 50%;
    margin: auto;
    font-family: monospace;
    font-size: 16px;
    background-color: #333;
    color: #eee;
}

a {
    color: #D66;
}

a:hover {
    text-decoration: none;
}

a.inexistent {
    text-decoration: underline dotted;
    cursor: default;
}

pre {
    padding: 15px;
}

details {
    padding: 15px;
}

summary {
	cursor: pointer;
}

header {
    margin-bottom: 30px;
    text-align: center;
}

content {
    word-wrap: break-word;
}

footer {
    font-size: small;
    text-align: center;
    margin-top: 50px;
}

table {
    border-collapse: collapse;
}

th {
    border-bottom: solid 1px darkgrey;
    padding: 10px;
}

td {
    padding: 10px;
}


.important {
    font-weight: bold;
    color: red;
}

.centered {
    text-align: center;
}

.invisible * {
    color: #333 !important;
}

@media (max-width:480px) {
	body {
		width: 90%;
	}
}
