p.solr{
    border: 0px dashed #FFF;
    width: 20%;
    float: right;
    margin-top: 1px;
    margin-right: 20px;
}



/*#articleList h3 a {
	background: #fff;
	color: #000 !important;
	text-decoration: underlined;
}

#articleList h3 a:hover,#articleList h3 a:active, #articleList h3 a:focus {
	background-color: #a81815;
	color: #eee !important;
	text-decoration: none;
}


#articleList .artImage {
	float: left;
	margin: 5px 10px 0px 0px;
	border: 0px;
}

#articleList .artImage img {
	display: block;
}

#articleList {
	width: 100%;
}

#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 {
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: 14px;
	padding: 10px 0 0 0 ;
}

#articleList .artImage {
	float: left;
	margin-right: 30px;
	border: 0px;
}

#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;
}
*/
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  
  border: none;
  outline: none;
  background-color: #a81815;
  color: #fff;
  cursor: pointer;
  padding: 10px;
	padding-bottom:5px;
  border-radius: 0px;
}


button#myBtn::before {
    content: "\f01b" !important;
    font-family: FontAwesome;
    font-size: 2rem;
}


#myBtn:any-link{
	background-color: #a81815;
	color: #fff;
outline: none;}


@media all and (min-width:768px){
#myBtn:hover {
  background-color: #fff;
	color:#a81815;
	outline: 1px solid #a81815;
}
}
