/* Font */
@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Oswald);

h1 { font-size: 36px; font-weight: 500; line-height: 39.6px;}
h2 { font-size: 30px; font-weight: 500; line-height: 33px;}
h3 { font-size: 24px; font-weight: 500; line-height: 26.4px;}
h4 { font-size: 18px; font-weight: 500; line-height: 19.8px;}
h5 { font-size: 15px; font-weight: 500; line-height: 16.5px;margin-bottom: 10px;}
h6 { font-size: 13px; font-weight: 500; line-height: 14.3px;}
a { color: blue;text-decoration: none;}
a:hover { text-decoration: underline;} 
strong {font-weight: 700;}
ul {padding: 0 0 0 20px;}
ul li { list-style-type: disc;}
ol {padding: 0 0 0 20px;}
ol li { list-style-type: decimal;}
dl {padding: 0 0 0 20px;}
dd {padding: 0 0 0 10px;}
blockquote { border-left: 3px solid #ccc; margin: 10px 0 10px 50px; padding: 0 0 0 15px;}

p {color: rgb( 39, 39, 40 ); font-family: "PT Sans", sans-serif; font-size: 12px;line-height: 16px; text-align: justify;}

/* style */
.cl {clear:left;}
.cb {clear:both;float:none;}
.fl {float:left;}
.fr {float:right;}
hr {border: 1px dotted #DEDAD9;margin-bottom: 20px;}

.backgreen {background-color: green;}
.backred {background-color: red;}

.uppercase {text-transform: uppercase;}
.capitalize {text-transform: capitalize;}
.justify {text-align: justify;}

#edodatki_widget .counter {margin: 0 !important;}

body { 
    background: #FFF; 
    font-family: "Helvetica Neue",​Helvetica,​Arial,​sans-serif; 
    font-size: 13px;
    line-height: 13px;
    margin: 0 20px; 
    min-height: 990px; 
    min-width: 1180px;
}
