/* default styles for extension "tt_news" */
  /* example styles for the pagebrowser */
    .tx-ttnews-browsebox TD { font-size: 10px; }
    .tx-ttnews-browsebox-strong, .tx-ttnews-browsebox-SCell { font-weight: bold; }
    .tx-ttnews-browsebox-SCell { background-color: #EEE; }


.news-latest-item{
 border: solid 1px #638EC6;
 padding: 5px;
 margin-bottom: 0.5em;
}

.news-latest-item p {
 font-size: 1em;
}

.news-latest-item a:link, .news-latest-item a:visited, .news-latest-item a:hover {
 font-weight: bold;
 color: #525552;
 text-decoration: none;
}

.news-latest-morelink a:link, .news-latest-morelink a:visited {
 color: #638EC6;
 font-weight: bold;
}

.news-latest-morelink a:hover {
 color: #638EC6;
 font-weight: bold;
 text-decoration: underline;
}

.news-spacer{
 height:10px;
 margin: 0;
 padding: 0;
}

.news-single-timedata {
 padding: 0.5em 0;
 float: right;
}
