/* 
    Document   : news
    Created on : 2013-03-03, 22:10:39
    Author     : Rafał
    Description:
        Purpose of the stylesheet follows.
*/

.news-list {
    color: black
}

.news-list h2 {
    font-weight: bold;
    margin-bottom: 0
}

.news-date-container {
    margin-bottom: 10px;
}

.news-container {
    margin-bottom: 10px
}

.news-tag-container {
    font-style: italic;
    margin-bottom: 5px
}

.news-abtract {
    text-align: justify;
    min-height: 25px
}

.news-abtract p {
  padding-bottom: 0
}

.news-abtract img, .news-content img {
  vertical-align: middle;
  position: relative;
  float: left;
  padding-right: 10px;
}

