.single-new-title{
	font-family: 'Lucida Sans', sans-serif;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	font-size: 52px;
	margin-top: 20px;
	margin-bottom: 15px;
	color: #31393C;
}

.single-new-subtitle{
	font-family: 'Lucida Sans', sans-serif;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	font-size: 24px;
	color: #31393C;
	margin-bottom:30px
}

.single-new-photo-container{
    height: 300px;
    border-radius: 4px;
    margin-bottom: 30px;
}

.single-new-photo{
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
	width:100%;
	height:100%;
}

.single-new-body{
	font-family: 'Lucida Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 28px;
	font-size: 20px;
	color: #696E70;
	text-align: justify;
	padding-bottom: 30px;
	border-bottom: 1px solid #ddd;
	min-height: 200px;
}

.single-new-body p{
	overflow: auto;
}

.arrow-left-container{
	font-size: 35px;
	color: #31393C;
    display: inline-block;
    vertical-align: middle;
    padding-right: 20px;
}

.arrow-left-text-container{
	font-family: 'Lucida Sans', sans-serif;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	font-size: 24px;
	color: #31393C;
	display: inline-block;
    vertical-align: middle;
}

.arrow-right-container{
	font-size: 35px;
	color: #31393C;
	display: inline-block;
    vertical-align: middle;
    padding-left: 20px;
}

.arrow-right-text-container{
	font-family: 'Lucida Sans', sans-serif;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	font-size: 24px;
	color: #31393C;
	display: inline-block;
    vertical-align: middle;
}

.title-next-previous-news{
	font-family: 'Lucida Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	font-size: 24px;
	color: #ED0722;
	margin-bottom: 12px;
}

.date-next-previous-news{
	font-family: 'Lucida Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	font-size: 16px;
	color: #696E70;
}

.title-next-previous-null{
	font-size: 24px;
    margin-top: 50px;
    font-family: 'Lucida Sans', sans-serif;
}

.first-outstanding-news-image{
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	width:100%;
	height:100%;
}

.change-hover-link a, a:hover, a:active, a:visited, a:focus{
    text-decoration: none !important;
}

.hands-up-voted{
	display:inline-block;
	color:#ED0722;
}

.hands-up-unvoted{
	display:inline-block;
	transition: .3s all;
	cursor: pointer;
}

.hands-up-unvoted:hover{
	color:#ED0722;
	transition: .3s all;
}

.hands-down-voted{
	display:inline-block;
	color:#ED0722;
}

.hands-down-unvoted{
	display: inline-block;
	transition: .3s all;
	cursor: pointer;
}

.hands-down-unvoted:hover{
	color:#ED0722;
	transition: .3s all;
}

.hands-down-nothing{
	display: inline-block;
}

.hands-up-nothing{
	display: inline-block;
}
