@import url('https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,300;0,400;0,600;1,300;1,400;1,500&family=Montserrat&display=swap');
html {
    overflow-y: -moz-scrollbars-vertical;
    overflow-y: scroll;
    -ms-overflow-y: scroll;
}

body {
    font-family: 'Bitter', serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
}

#boxed {
    width: 85%;
    max-width: 842px !important;
    background: white;
    padding: 0;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 10px;
    height: 100%;
}

#docker {
    width: 87%;
    max-width: 770px !important;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 42px;
    margin-right: 30px;
    background: white;
}

a {
    color: #00f;
}

a:hover {
    text-decoration: underline;
    color: #29bbf2;
}

.unusual {
    text-decoration: none;
    color: blue;
    border: 0;
}

.unusual:hover {
    text-decoration: underline;
    color: darkblue;
}

strong {
    font-weight: 700;
}

hr {
    height: 1px;
    padding: 0;
    margin: 5px 0;
    background: #cccccc;
    border: 0;
}

.doCenter {
    margin: 0 auto;
}


/* extra top space for every row */

.row-fluid.topSpace {
    margin-top: 30px;
}


/* helpers alignment */

.doLeft {
    text-align: left;
}

.doCenter {
    text-align: center;
}

.doRight {
    text-align: right;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: rgb(0, 0, 0);
}

.twoLines {
    font-size: 2rem;
    line-height: 2.5rem;
    margin: 0 0 20px 0;
}

.subTitle {
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 0 0 14px 0;
    font-weight: 600;
}


/* lists */

.normal {
    list-style: none;
    /* Remove default bullets */
    margin: 0 0 3px 0;
}

.normal li {
    position: relative;
    padding: 10px 0 10px 5px;
}

.normal li::before {
    content: "\2713";
    /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: blue;
    /* Change the color */
    font-weight: bold;
    /* If you want it to be bold */
    display: inline-block;
    /* Needed to add space between the bullet and the text */
    width: 1em;
    /* Also needed for space (tweak if needed) */
    margin-left: -1em;
    /* Also needed for space (tweak if needed) */
}

.titleBox {
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
    min-height: 70px;
}


/* extra space around something */

.space {
    padding: 5px 10px;
}

.big-space {
    padding: 20px 0 25px 0;
}

blockquote {
    margin: 15px 0 25px 46px;
    border: 0;
    position: relative;
    font-size: 2rem;
    line-height: 2.4rem;
    padding: 0 0 0 6px;
}


/* table */

.pretty-table table {
    width: 100%;
    margin-bottom: 21px;
    border: 1px solid #ddd;
    border-collapse: separate;
    /*border-collapse: collapse;*/
    border-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.03);
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.03);
}

.pretty-table table th,
.pretty-table table td {
    padding: 8px;
    line-height: 21px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.pretty-table table td,
.pretty-table table th {
    padding: 9px 17px;
}

.page {
    height: 1px;
    width: 1px;
}

p.iceri {
    text-indent: 2em;
}

.dropcap:first-letter {
    font-size: 3rem;
    line-height: 0.6em;
    padding-right: 5px;
    margin-top: 6px;
    float: left;
}

.oneLines {
    margin: 0 0 20px 0;
}

.oneLines:after {
    content: " ";
    display: block;
    width: 100%;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin-top: 6px;
}

.kvkk {
    font-weight: 400;
    color: orangered;
    margin-left: 1px;
    margin-right: 1px;
}

@keyframes bganimation {
    0% {
        background-position: -100% -100%, 200% 200%, -100% 200%, 200% -100%;
    }
    50% {
        background-position: 150% 100%, -200% 100%, 100% 0%, 0% 100%;
    }
    100% {
        background-position: -100% -100%, 200% 200%, -100% 200%, 200% -100%;
    }
}

html {
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0) 70%), /* niebieski */
    radial-gradient(ellipse at center, rgba(152, 192, 253, 0.8) 0%, rgba(0, 0, 0, 0) 70%), /*czerwony */
    radial-gradient(ellipse at center, rgb(155, 202, 233) 0%, rgba(0, 0, 0, 0) 70%)/*zielony */
    #c3d7db;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: 900px 900px, 900px 900px, 900px 900px;
    background-attachment: fixed;
    animation: bganimation 30s infinite;
}


/* DivTable.com */

.divTable {
    display: table;
    width: 100%;
}

.divTableRow {
    display: table-row;
}

.divTableHeading {
    display: table-header-group;
}

.divTableCell,
.divTableHead {
    border: 1px solid #eee;
    display: table-cell;
    padding: 3px 10px;
}

.divTableHeading {
    display: table-header-group;
    font-weight: bold;
}

.divTableFoot {
    display: table-footer-group;
    font-weight: bold;
}

.divTableBody {
    display: table-row-group;
}

@media print {
    html,
    body {
        width: 842px;
        background: none;
    }
    #boxed {
        width: 75%;
        min-width: 842px;
        max-width: 842px !important;
        background: none;
        padding: 0;
        margin: 0 auto;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    #docker {
        width: 100%;
        max-width: 770px;
        min-width: 770px;
        margin-top: 20px;
        margin-bottom: 20px;
        margin-left: 42px;
        margin-right: 30px;
        background: none;
    }
    .page {
        page-break-before: always;
    }
}