/* tt_news - list item */

.news-list-container {
    border: none;
    background: none;
}
.news-list-item {
    border: none;
    background: none;
    margin: 0 0 10px 0;
}
.news-list-item h3 {
    background: none;
    color: #000;
}
.news-list-data {
    font-size: 12px;
    font-weight: bold;
    position: relative;
    top: 2px;
}
.news-list-item .tytul {
    width: auto;
    float: left;
    font-weight: bold;
}
.news-list-morelink a {
    font-weight: bold;
    font-size: 12px;
    float: right;
}
p.bodytext {
    padding: 0;
}

/* tt_news - single item */

.news-single-item {
    border: none;
    background: none;
    margin: 0 0 20px 0;
    padding: 0;
}
.news-single-author {
    font-size: 12px;
}
.news-single-timedata {
    float: left;
    font-size: 12px;
}
.news-single-item h3 {
    font-weight: normal;
    font-size: 12px;
}
.news-single-item .tytul {
    font-size: 12px;
    margin: 0;
    padding: 0;
    width: 100%;
    font-weight: bold;
    text-align: left;
}
.news-single-author {
    font-size: 10px;
    margin-bottom: 10px;
}
.news-single-item ul {
    list-style-type: circle;
    margin: 20px;
}

.news-latest-container {
    background: none;
    border: none;
}
.news-latest-container h3 {
    background: none;
    border: none;
    font-size: 13px;
    color: #351808;
    margin: 0;
    padding: 0;
}
.news-latest-item {
    background: none;
    border: none;
}
.news-latest-morelink {

}