/* This seems to remove info in the page corner when printing like URL, date
   etc. */
@page {
    size: auto;
    margin: 0;
}

@media print {
    /* Annoying hack */
    #skills {
	page-break-before: always;
    }
}

html {
    font-family: monospace;
    font-size: 16px;
    background-color: white;
    background-image: none;
    color: black;
    margin: 4em;
}

body {
    box-shadow: unset;
    border-style: unset;
    max-width: unset;
}

a {
    text-decoration: none;
    color: black;
}

a, a:link, a:visited {
    text-decoration: none;
    color: black;
}

a:hover {
    text-decoration: underline;
}

h2 a:hover:before,
h3 a:hover:before {
    content: "";
    padding-right: 0;
}


div {
    break-inside: avoid;
}

header, header + p, hr, nav, footer, #pdf-note {
    display: none;
}

.org-center {
    text-align: center;
}

code {
    background-color: inherit
    padding: 0;
    border: none;
    border-radius: 0;
}
