/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2014-12-22, 13:40:32
    Author     : jparys
*/


#instrukcja {
    width: 980px;
    margin: 0 auto;
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-size: 21px;
}

#menu-pomoc {
    font-family: Lato, sans-serif;
    font-size: 24px;
    padding: 20px 20px 5px 20px;
    color: #fff;
    background: #0771b8;
}
#menu-pomoc li {
    list-style-type:disc;
    margin-bottom: 10px;
}
#menu-pomoc a {
    text-decoration: none;
    color: #fff;
    font-size: 21px;
    width:470px;
    height: 30px;
    padding: 0px 10px;
    line-height: 30px;
    display: block;
}
#menu-pomoc a:hover {
    text-decoration: none;
    color: #ffff66;
    background: #003366;
}

.instrukcja {
    background-color: #eeeeee;
    margin: 5px 0;
    padding: 1px 0;
}

.instrukcja > .tytul {
    font-size: 24px;
    font-weight: 700;
    margin: 10px 20px 20px 110px;
    color: #285e8e;
}
.instrukcja > p {
    margin: 10px 20px;

}
.krok-opis > img {
/*    box-shadow: 1px 1px 2px;*/
    border: solid 1px #aaa;
    padding: 5px;
    background: #fff;
    margin-bottom: 5px;
}

.krok {
    width: 60px;
    height: 60px;
    font-size: 20px;
    text-align: center;
    margin-left: 50px;
    float: left;
    color: #555;

}

.krok div {
    font-size: 40px;
}

.krok-opis {
    float: left;
    width: 820px;
    margin-bottom: 40px;

}

.clear {
    clear: both;
}

.krok-opis a {
    font-size: 21px;
    color: blue;
}