        @font-face {
            font-family: 'firaregular'; 
            src: url('fonts/FiraSans-Regular.eot');
            src: url('fonts/FiraSans-Regular.eot?#iefix') format('embedded-opentype'), 
                url('fonts/FiraSans-Regular.woff') format('woff'), 
                url('fonts/FiraSans-Regular.ttf') format('truetype');
            font-weight: normal;
            font-style: normal
        }

        @font-face {
            font-family: 'firabold';
            src: url('fonts/FiraSans-SemiBold.eot');
            src: url('fonts/FiraSans-SemiBold.eot?#iefix') format('embedded-opentype'), 
                url('fonts/FiraSans-SemiBold.woff') format('woff'), 
                url('fonts/FiraSans-SemiBold.ttf') format('truetype');
        }

        

        p, table {
            font-family: 'firaregular'
        }

        h5, h1, h2, h3, h4 {
            font-family: 'firabold'
        }

        td, th {
            text-align:right;
        }

        #stopka {

        margin-top: 100px;
        background-color: #f4f4f5;
        bottom: 0px;

        }

        #stopka p {

        margin: 0;
        font-size: 0.9em;
        }

        #horizontal-strip {
            position: relative;
            left: -30px;
            background-color: #001d77;
            width: 250px;
            height: 50px;
            color: white;
            font-weight: bold;
            font-size: 13px;
            padding: 15px 5px 10px 45px;
            border-radius: 20px 0 0 20px;
        }

        #strip-text {
            font-family: 'firabold';
            color: #021c7d;
        }

        #strip-text-2 {
            font-family: 'firabold';
            color: #021c7d;
        }

        .gray-strip {
            padding:0;
            background-color:#eee;
        }

        .linki a {
            color: black;
        }