<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*@import url(https://fonts.googleapis.com/css?family=Raleway:700,400);*/

/*body {
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 21px;
    color: rgb(48, 48, 48);
    border-top: 5px solid #27a822;
    border-bottom: 5px solid #27A822;
}*/

.vitae-container {
    margin-top: 50px;
}

.vitae-basic a {
    color: #6b6b6b;
}

p, address {
    margin-bottom: 0;
}

.me {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    margin-bottom: 20px;
}

header &gt; h1, section &gt; h1 {
    color: #27A822;
}

header &gt; h1 {
    line-height: 100%;
    font-size: 250%;
    margin-bottom: 20px;
}

.vitae-container &gt; header p, .vitae-container &gt; header address {
    margin-bottom: 20px;
}

.vitae-container &gt; header p:last-child {
    margin-bottom: 20px;
}

section {
    margin-bottom: 20px;
}

section &gt; h1 {
    font-size: 140%;
    line-height: 120%;
    text-transform: uppercase;
}

article {
    margin-bottom: 20px;
}

article &gt; header &gt; h1 {
    font-size: 112%;
    font-weight: bold;
    line-height: 150%;
    margin-bottom: 0;
    color: inherit;
}

article &gt; header &gt; span + span {
    margin-left: 2px;
}

article &gt; header &gt; span + span::before {
    content: '@';
    margin-right: 4px;
}

article &gt; header &gt; span {
    color: #808080;
    font-size: 100%;
}

article &gt; header &gt; span a {
    color: inherit;
}

article &gt; header address {
    display: inline;
}

article &gt; header address + time {
    margin-left: 6px;
}

article &gt; header address + time::before {
    content: '—';
    margin-right: 6px;
}

em {
    font-style: normal;
    font-weight: bold;
    color: rgb(100, 100, 100);
    /*margin-right: 6px;*/
}

@media print {
    @page {
        margin: 15mm;
    }

    body {
        font-size: 14pt;
        line-height: 21pt;
    }

    .vitae-container &gt; header {
        font-size: 80%;
        line-height: 160%;
    }

    article &gt; header &gt; span {
        font-size: 80%;
        line-height: 80%;
    }
}
</pre></body></html>