@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&subset=latin-ext');

body {
    padding-top: 70px;
    font-family: 'Roboto', sans-serif;
    padding-bottom: 140px;
}

html {
    min-height: 100%;
    position: relative;
}

li a.rej {
    background-color: #e65100;
    border-color: transparent;
    color: #ffffff;
}

li.rej a.rej:hover, li.rej-act a.rej:hover {
    background-color: #e65100;
    border-color: transparent;
    color: #000000 !important;
}

li.rej-act a.rej {
    background-color: #ac1900 !important;
    border-color: transparent;
    color: #ffffff;
}

.content {
    padding-top: 20px;
}

.formularz {
    margin-top: 0;
    padding-bottom: 20px;
}

h2 {
    color: #0d47a1;
}

h3 {
    line-height: 1.2;
    color: #0d47a1;
}

.ramka {
    border-color: #e7e7e7;
    border-radius: 6px;
    border: 1px solid;
}

.stopka {
    background-color: #424242;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}

.navbar-inverse {
    background-color: #424242;
    border-color: #080808;
}

td {
    vertical-align: middle;
}

.kpk {
    font-size: 16px;
}

.oli {
    font-size: 18px;
    padding-bottom: 5px;
}

.kroki {
    padding-bottom: 5px;
}

.opcja {
    color: #FFFFFF;
}

.opcja:hover {
    color: #FFFFFF;
}

.panel-default > .panel-heading {
    color: #fff;
    background-color: #0277bd;
    border-color: #004c8c;
    padding-top: 25px;
    padding-bottom: 25px;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 26px;
    color: inherit;
}

.price {
    font-size: 18px;
}

.pakiety {
    padding-top: 70px;
}

.wolacz {
    border-radius: 10px;
    border: 1px solid;
    background-color: #eee;
    margin-top: 40px;
}

@media screen and (max-width: 699px) {
    .wolacz {
        border-radius: 0;
        border-top: 1px solid;
        border-right-style: none;
        border-bottom: 1px solid;
        border-left-style: none;
    }
}

.jumbotron {
    background-color: transparent;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 0;
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 0;
        padding-bottom: 8px;
    }

}

@media screen and (min-width: 699px) {
    .comic {
        max-width: 480px;
    }
}