#czytelnia .post {
    margin: 1em 0 2em 0;
    box-shadow: 0 2px 2px rgb(200,200,200);
    border-radius: 0 0 5px 5px ;
} 

#czytelnia .image {
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover; 
    padding: 15px;
    padding-left: 30px;
    border-radius: 5px 5px 0 0 ;
}

#czytelnia .title {
    font-weight: 700;
    font-size: 1.4em;
    background-color: rgba(20, 20, 20, 0.6);
    padding: 4px 15px 2px 15px;
    color: white;
    transition: 0.3s;
} 

#czytelnia .title:hover {
    text-decoration: none;
    color: #ee2e24;
  }

#czytelnia .credentials {
    font-size: 1.0em;
    font-style: italic; 
    font-family: 'Times New Roman', Times, serif;
    color: white;
    background-color: rgba(20, 20, 20, 0.6);
    padding: 1px 15px 2px 15px;
} 

#czytelnia .abreviation {
    padding: 15px;
    margin: 15px;
}

#czytelnia .tag {
    font-size: 75%;
    font-weight: 700;
    padding: 3px 0.6em;
    border-radius: 10rem;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    transition: 0.1s;
    margin: 0 5px;
    text-transform: uppercase;
}
  
#czytelnia .tag:hover {
    text-decoration: none;
    opacity: 0.7;
}

#czytelnia .zdjecie-top {
    position: absolute;
    z-index: -1;
    width: 100%;
}

.post-content {
    margin-bottom: 3rem;
}

.post-content p.intro {
    text-align: justify;
    font-size: 1.2rem;
    font-weight: 700;
}

.post-content p {
    text-align: justify;
}

.post-content h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    margin-top: 2rem;
}

.post-content ol > li {
    list-style: decimal;
}

.post-content li {
    font-size: 15px;
    line-height: 26px;
}

.post-content .lista2 {
    margin-bottom: 15px;
}

.post-content .lista2 li {
	position: relative;
	font-size: 14px;
	line-height: 26px;
	font-weight: 400;
	padding-left: 20px;
	margin-bottom: 4px
}
.post-content .lista2 li:before {
	content: '\f105';
	display: block;
	position: absolute;
	top: 7px;
	left: 0;
	font-size: inherit;
	-webkit-font-smoothing: antialiased;
	font-family: FontAwesome;
	line-height: 1;
	color: #ee2e24
}