@CHARSET "UTF-8";
.news {
	background-color: white;
	border: 1px solid black;
	margin-bottom: 10px;
}

.newsTextPanel {
   overflow: auto;
   height: 100px;
}
.link-more {
    float: right;
}

