	a {
		text-decoration: none;
		color: inherit;
	}
	.container {

	}

	.dml-list-title {
		padding: 5px 0 5px 0;
		overflow: hidden;
		display: -WEBkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		height: 30px;
	}

	.dml-list-title a {
		text-decoration: none;
		color: inherit;
	}

	.dml-page {
		text-decoration: none;
		background: gray;
		padding: 5px 10px;
		border-radius: 15px;
		color: inherit;
	}

