
/* Element Title */
.td-post-list-1-wrap .title,
.td-block-title-wrap .title {
    background: #073763;
    float: left;
    width: 100%;
    height: 35px;
    line-height: 34px;
}

.td-post-list-1-wrap .title a.title-text,
.td-block-title-wrap .title a.title-text {
    color: #fff;
    float: left;
    font-weight: bold;
    line-height: 35px;
    border-left: 5px solid #0bcfff;
    margin-left: 0;
    padding-left: 10px;
    text-transform: uppercase;
    vertical-align: middle;
    font-size: 14px;
}

div.title > a.read-more {
    float: right;
    color: #fff;
    font-weight: normal;
    font-style: italic;
    text-transform: none;
    margin-right: 10px;
}

/* Fix first-news and first-headers */
.td-post-list-1-wrap .first-news {
    float: left;
    width: 100%;
    margin-top: 10px;
}
.td-post-list-1-wrap .first-news h3 {
    text-align: justify;
}
.td-post-list-1-wrap .first-news a {
    font-weight: bold;
    font-size: 13px;
}
.td-post-list-1-wrap .first-news img {
    float: left;
    margin-right: 10px;
    margin-bottom: 3px;
}
.td-post-list-1-wrap ul.other-post {
    float: left;
    list-style-type: none;
    padding: 0;
}
.td-post-list-1-wrap table {
	width: 100%;
}
.td-post-list-1-wrap table td {
	width: 50%;
}
.td-post-list-1-wrap table tr td:first-child div {
	margin-right: 5px;
}
.td-post-list-1-wrap table tr td:last-child div {
	margin-left: 5px;
}