﻿		.demo3 {
			/*font-family: Arial, sans-serif;*/
			/*border: 1px solid #C20;*/
			margin: 0;
			font-style: italic;
			position: relative;
			padding: 0;
			/*box-shadow: 0 2px 5px -3px #000;
			border-radius: 3px;*/
		}
		.demo3:before {
			/*content: "Latest News";*/
			display: inline-block;
			/*font-style: normal;
			background: #C20;
			padding: 10px;
			color: #FFF;
			font-weight: bold;
			position: absolute;
			top: 0;
			left: 0;*/
		}
		.demo3:after {
			content: '';
			display: block;
			top: 0;
			/*left: 80px;
			background: linear-gradient(#FFF, rgba(255, 255, 255, 0));
			height: 20px;*/
		}
		.demo3 ul li {
			list-style: none;
			padding: 10px 10px;
		}
		.demo3 ul li a{
			color:#19232d;
		}
		
		.demo3 ul li a:hover{
			color:#d32f2f;
		}
