body {
    background-color: #3C3C3C;
    margin: 0;
}

.navbar
{ 
    position: absolute;
    width: 100%;
}

.navbar-brand
{
    text-align: center;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    margin-left: 5%;
}

#tytulstronycalc
{
    text-align: left;
    padding-top: 60px;
    padding-left: 120px;
    background-color: #219453;
}

#tytulstronycontrol
{
    text-align: left;
    padding-top: 60px;
    padding-left: 120px;
    background-color: #FFC107;
}

#tytulstronyconfiguration
{
    text-align: left;
    padding-top: 60px;
    padding-left: 120px;
    background-color: #d1ab12;
}

#tytulstronycycle
{
    text-align: left;
    padding-top: 60px;
    padding-left: 120px;
    background-color: #1C3251;
}

#tytulstronypostprocessors
{
    text-align: left;
    padding-top: 60px;
    padding-left: 120px;
    background-color: #a01d48;
}

#tytulstronytransformation
{
    text-align: left;
    padding-top: 60px;
    padding-left: 120px;
    background-color: #e75921;
}

#tytulstronycookies
{
    text-align: left;
    padding-top: 60px;
    padding-left: 120px;
    background-color: #b9b094;
}

#tytulstronywarunki
{
    text-align: left;
    padding-top: 60px;
    padding-left: 120px;
    background-color: #e7c355;
}

.pojemnik 
{
    padding-left: 100px;
    padding-right: 100px;
}

h1
{
    color: white;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

h2 
{
    text-align: center;
    color: #6BBAAB;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

h3 
{
    text-align: center;
    color: #6BBAAB;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

h4
{
    color: #6BBAAB;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
h5
{
    text-align: lefy;
    color: #6BBAAB;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
h6
{
    text-align: center;
    color: bisque;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

p 
{
    color: bisque;
    text-align: left;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

li 
{
    color: bisque;
    text-align: left;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

pre 
{
    color: bisque;
    text-align: left;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.row
{
    margin: auto;
    text-align: center;
}

footer 
{
    text-align: center;
    padding: 30px;
    background-color: #F8F9FA;
    color: gray;
    border-top-style: solid;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

a:link
{
    color: gray;
}
a:hover
{
    color: gray;
	opacity: 0.50;
    filter: alpha(opacity=70);
}

a:visited
{
    color: gray;
}

th, td, tr
{
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}

#znaczenie
{
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
}

.center 
{
    margin: auto;
    width: 60%;
    padding: 10px;
}

.centerMT
{
    margin: auto;
    width: 85%;
    padding: 10px;
}

.boxbutton {
    margin-top: 40px;
    margin-bottom: 40px;
    margin-right: 5px;
    margin-left: 5px;
}
