.rssbtn{
	background-color: #3aaae2;
    font-size: 1.75vh !important;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 5px;
    position: fixed;
    width: 88%;
    bottom: 10px;
    border-radius: 10px;
    color: #FFF;		
}
#articleList {
	width: 100%;
	border-bottom: 1px solid #3aaae1;
}

.applist a{
	font-family: 'Roboto Condensed', sans-serif;
    text-decoration: none;
    color: #3aaae1;
}

.applist p{
    line-height: 2;
    margin: 0;
    padding-left: 15px;
    transition: all 0.3s;
    background-color: #1b1d1e;
    font-size: 90%;
    background-image: url(../images/btns/click.png);
    background-repeat: no-repeat;
    background-position-x: right;
    background-size: contain;
	font-weight: 400 !important;
	padding-right: 5vh;
    white-space: nowrap;
    text-overflow: ellipsis; 
    overflow: hidden;
	text-align: left !important;
}

.applist p:hover{
	padding-left: 25px;
}

#articleList h1 {
	font-size: 18px;
	text-transform: normal;
}

#articleList .newsPagination a {
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	margin-right: 10px;
	border: 1px solid gray;
}

#articleList .newsPagination a:hover {
	background: #cccccc;
}

#articleList .newsPagination a.active {
	background: black;
	color: white;
}

#articleList .newsArticle {
	width: 100%;
}

#articleList p.artDate {
	font-style: italic;
	float: left;
}

#articleList p.artAuthor {
	float: right;
}

#articleList h2 {
    border-top: 1px solid #616161;
    padding: 0;
    margin: 0;
	width: 100%;
}

#articleList .artImage {
	float: left;
	margin-right: 30px;
	border: 1px solid black;
}

#articleList .artImage img {
	display: block;
}

#articleList p.linkMore {
	clear: both:
}

#articleList p.linkOverview {
	padding: 10px 0;
	margin-top: 20px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
