#thenews {
	width: 80%; 
	margin: auto;
	margin-top: 1.0em; '2.5em;
}

#thenews-container {
	text-align: center;
}

#thenews-container i {
	font-size: 36px;
	margin: 0px;
	cursor: pointer;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

#thenews-container i:hover {
	'color: #333;
}

#thenews li {
	color: #fff; '#3E3E3E
	'background: #CAD5E2
	overflow: hidden;
	height: 50px;
	padding: 10px;
	line-height: 30px;
	list-style: none;
	font-size: 18px; '24px
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#thenews li:hover {
	'background: #000; 
}

@media only screen and (max-width: 1024px) {
   /* Styles applied to screens with a width of 400px or less */
   #thenews li {
      font-size: 18px; '18px
   }
}

@media only screen and (max-width: 855px) {
   /* Styles applied to screens with a width of 400px or less */
   #thenews {
      margin-top: 0;
   }
}

@media only screen and (max-width: 480px) {
   /* Styles applied to screens with a width of 400px or less */
   #thenews {
      display: none;
   }
}
