body {
    background-color: white;
    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;
}

#tytulstronycldata
{
    text-align: left;
    padding-top: 60px;
    padding-left: 120px;
    background-color: #3A6FB2;
}

#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;
}

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: rgb(107, 105, 105);
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

h5
{
    text-align: center;
    color: yellowgreen;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

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

p
{
    color: bisque;
    text-align: center;
    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;
}

img
{
    float: center;
}

table
{
    text-align: center;
    font-size: 14px;
}

.wzor
{
   border-style: none none solid none; 
   border-width: 2px;
   padding-bottom: 10px;
}

input.inputbox
{
    background-color: rgb(255, 255, 255);
    margin-left: 10px;
}

p.inputtext
{
    border-left: 10px solid red;
    color: rgb(56, 39, 39);
    text-align: left;
}

#emptyresult_vc 
{
    float: left;
}

#result_vc {
    float: left;
}

#emptyresult_f {
    float: left;
}

#result_f {
    float: left;
}

#emptyresult_Tc {
    float: left;
}

#result_Tc {
    float: left;
}

#emptyresult_h {
    float: left;
}

#result_h {
    float: left;
}

#emptyresult_Pc {
    float: left;
}

#result_Pc {
    float: left;
}

#emptyresult_fz {
    float: left;
}

#result_fz {
    float: left;
}

#emptyresult_vf {
    float: left;
}

#result_vf {
    float: left;
}

#emptyresult_q {
    float: left;
}

#result_q {
    float: left;
}