	.information{
		width: auto;
		margin: 0 auto;
		background: #ebebed;
		padding: 10px;
		max-height: 150px;
		overflow: auto;
	}
	.link-inform{
		background: #fff;
		display: block;
		margin-bottom: 1px;
		padding: 12px 20px;
	}
	.link-inform:hover{
		background: #003366;
		text-decoration: none;
		color: white;
	}
	.information .date{
		width: 15%;
	}
	.information .title{
		width: 85%;
	}
	@media (max-width:576px){
		.information .date{
			width: 100%;
			font-size: 12px;
		}
		.information .title{
			width: 100%;
		}
		.link-inform{
			padding: 5px 15px;
		}
	}
