body {
    background: none;
    color: #000;
    font-size: 12pt;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}

header, nav, .topbar, aside, footer, #clock {
    display: none !important;
}

table {
    width: 100%;
    margin-bottom: 1em;
    border-collapse: collapse;
    border: 1px solid #000;
}

th, td {
    border: 1px solid #000;
    padding: 5px;
}

img, .icon {
    width: 50px !important;
    height: auto !important;
}

video {
    display: none !important;
}

.default-text {
    text-align: left !important;
    padding: 0 !important;
}

form {
    border: 1px solid #000;
}

input[type="text"],input[type="email"], textarea{
    border: 1px solid #000;
}

a::after {
    content: " (" attr(href) ")";
    font-size: 10pt;
    color: #555;
}

@page {
    margin: 10mm;
}
