
    html, body{
        padding:0;
        margin:0;
        font-family: 'Roboto', sans-serif;
        width:100%;
        height:100%;
    }
    
    #brak{
        font-size:13px;
        font-weight:bold;
        padding:1%;
    }
    
    .komunikat{
        margin:20px 1% 0 1%;
        width:98%;
    }
    
    .komunikat:not(:last-of-type) {
        margin-bottom:60px;
    }
    
    .komunikat-tytul{
        width:100%;
        padding:0.5% 0;
        font-size: 18px;
        font-weight: bold;
        color: #0070cb;
        border-bottom: 1px solid #ccc;
    }
    
    .komunikat-tresc{
        padding:0.5% 0;
    }

    .komunikat-tresc *{
        line-height:140%;
    }
    
    .komunikat-tresc img, .komunikat-tresc iframe{
        max-width:100% !important;
    }
    
    ::-webkit-scrollbar {
        width: 8px;
    }

    ::-webkit-scrollbar-track {
        background: #ddd;
        border-radius: 20px;
    }

    ::-webkit-scrollbar-thumb {
        background: #999;
        border-radius: 20px;
    }
