<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
    height: 100%;
    background: url('img/bg.html.jpg') repeat-x top left #010205;
}

body {
    height: 100%;
    /*background: url('img/bg.body.jpg') no-repeat bottom right;*/
    background: transparent;
    font-family: Arial, serif;
    color: #cccccc;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 20px;
}

h1, h2, h3, h4 {
    color: #e3000f;
}

h1 {
    position: relative;
    font-size: 32px;
    font-weight: normal;
    margin-top: 0;
    padding-top: 12px;
}
aside h3 {
    position: relative;
    padding-top: 12px;
}
h1:before, aside h3:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 2px;
    background: #e3000f;
    top: 0;
}

a {
    color: #e3000f;
    text-decoration: underline;
}
a:hover {
    color: #e3000f;
    text-decoration: none;
}

.navbar-default {
    background-color: #e3000f;
    border: none;
    border-radius: 0;
    border-bottom: 5px solid #010205;
}

.navbar-default .navbar-nav &gt; li &gt; a {
    color: #fff;
    font-size: 1.1em;
    text-decoration: none;
}

.navbar-brand {
    height: auto;
}

#langs {
    padding: 11px 10px;
}
    #langs a {
        display: inline-block;
        width: 21px;
        height: 14px;
        background: url('img/sprite.langs.png') no-repeat top left;
        padding: 0;
        margin-left: 6px;
        -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
    }
    #langs a:hover {
        box-shadow: none;
    }
    #langs a.en {
        background-position: top left;
    }
    #langs a.pl {
        background-position: -21px top;
    }
    #langs a.ru {
        background-position: -42px top;
    }
    #langs a.lt {
        background-position: -63px top;
    }
    #langs a.de {
        background-position: -84px top;
    }

.btn {
    text-decoration: none !important;
}

.btn-primary {
    color: #fff !important;
    background: #e3000f;
    border-color: #e3000f;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:hover:active, .btn-primary:focus:active, .btn-primary:focus {
    background: #9e0b0f;
    border-color: #e3000f;
}

h3 .badge {
    line-height: 23px;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 15px;
    vertical-align: baseline;
    font-size: 1.1em;
}

#banners {
    margin-bottom: 2em;
}
    #banners img {
        max-width: 100%;
    }
    #banners a {
        display: block;
        margin-bottom: 15px;
    }

#main {
    padding-top: 30px;
    padding-bottom: 30px;
}

#main span.btn {
    white-space: normal;
}

#footer {
    color: #999999;
}
    #footer .container {
        border-top: 2px solid #dc000f;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    #footer .social {
        margin: 15px 0 0 0;
    }
    #footer .social a {
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 50%;
        color: #f2f2f2;
        text-decoration: none;
        background: #7f7f7f;
        margin: 0 5px;
        font-size: 1.6em;
    }
    #footer .social a:hover {
        background: #6a6a6a;
    }

    #footer .partners {
        margin-bottom: 20px;
    }
    #footer .partners a {
        display: inline-block;
        margin: 0 10px;
    }

.nowrap {
    white-space: nowrap;
}

.strong {
    font-weight: bold;
}

.event-dates {
    background: #ebebeb;
    color: #999999;
    padding: 0 15px;
    line-height: 1.4em;
    border-top: 4px solid #e3000f;
    border-radius: 6px;
    margin-bottom: 2em;
}
    .event-dates strong {
        color: #000000;
    }
    .event-dates .year {
        display: inline-block;
        margin-top: 15px;
    }
    .event-dates &gt; .row {
        border-bottom: 1px solid #c9c9c9;
    }
    .event-dates &gt; .row:last-child {
        border-bottom: none;
    }
    .event-dates &gt; .row &gt; div &gt; .row {
        border-bottom: 1px solid #c9c9c9;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .event-dates &gt; .row &gt; div &gt; .row:last-child {
        border-bottom: none;
    }
    .event-dates &gt; .row &gt; div &gt; .row:hover {
        background-color: #f5f5f5;
    }
    .event-dates .event-link {
        font-weight: bold;
        text-decoration: none !important;
        display: inline-block;
        margin-bottom: 5px;
    }
    .event-dates .event-link:hover {
        text-decoration: underline !important;
    }
    .event-dates .date {
        color: #333;
    }

.well, .panel-body {
    color: #333;
}

.table {
    color: #333;
}

.nav-tabs&gt;li.active&gt;a, .nav-tabs&gt;li.active&gt;a:focus, .nav-tabs&gt;li.active&gt;a:hover {
    background-color: #ddd;
}
.table&gt;thead&gt;tr {
    background-color: #ddd;
}
.table&gt;tbody&gt;tr {
    background-color: #fff;
}
.table-striped&gt;tbody&gt;tr:nth-of-type(odd) {
    background-color: #eee;
}

#main table {
    background: #ebebeb;
    color: #333;
    border-color: #c9c9c9;
}
#main table td {
    padding: 10px;
}

.remind {
    margin-left: 1.5em;
}

.errors {
    padding-left: 2.5em;
}

.big {
    font-size: 1.4em;
}

.payment .panel-title {
    font-size: 1.5em;
}

.reg-status-new {
    background-color: #000000;
    border-color: #000000;
}
.reg-status-accepted, .reg-status-attended {
    background-color: #5cb85c;
    border-color: #5cb85c;
}
.reg-status-refused, .reg-status-absent {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}
.reg-status-canceled{
    background-color: #777777;
    border-color: #777777;
}

.event-icon {
    display: inline-block;
    margin-bottom: 5px;
}

.modal-body {
    color: #333;
}

@media (max-width: 767px) {
    .navbar-brand &gt; img {
        max-width: 100px;
    }

    .navbar-nav {
        margin-top: 0;
        margin-bottom: 0;
    }

    .navbar-default .navbar-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .navbar-default .navbar-toggle {
        margin-left: auto;
    }

    #main {
        padding-top: 0;
    }

    .event-dates .date {
        display: inline-block;
        margin-bottom: 0.5em;
    }
}

@media (min-width: 768px) {

    .navbar-nav &gt; li {
        margin-left: 14px;
        margin-right: 14px;
    }

    .navbar-nav &gt; li &gt; a {
        padding: 11px 0;
    }

    .navbar-default .navbar-nav &gt; li &gt; a {
        font-weight: bold;
    }

    .navbar-default .navbar-nav &gt; .active &gt; a, .navbar-default .navbar-nav &gt; .active &gt; a:focus, .navbar-default .navbar-nav &gt; .active &gt; a:hover {
        color: #000;
        background-color: transparent;
        border-bottom: 2px solid #000;
    }

    .navbar-default .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .navbar-default .navbar-collapse {
        margin-left: auto;
    }
}

.copy {
    display: inline-block;
    margin-left: 5px;
    text-decoration: none;
}

#EventRegLapTimeSec + .help-block {
    display: none;
}
</pre></body></html>