.alert{
	position: relative;
	.alert-link{
		color: #fff;
		&:hover{
			text-decoration: underline;
		}
	}
}