.ml-document-seeker h3 {
    margin-top: 0;
}

/**
 * Labels list
 */
.ml-document-seeker .ds-list {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.ml-document-seeker .ds-l-letter {
	position: relative;
	display: block;
	margin-bottom: 1em;
	padding: 1em 1em 1.5em;
	list-style: none;
	vertical-align: top;
	background-color: #fff;
	background-color: rgba(0, 0, 0, 0.05);
	zoom: 1;
}

@media screen and (min-width: 600px) {
	.ml-document-seeker .ds-l-letter {
		display: inline-block;
		width: 48.5%;
        min-height: 12em;
        margin-right: 3%;
        margin-bottom: 3%;
	}

    .ml-document-seeker .ds-l-letter:nth-child(even) {
		margin-right: 0;
	}
}

@media screen and (min-width: 900px) {
	.ml-document-seeker .ds-l-letter {
		width: 31.3%;
	}

    .ml-document-seeker .ds-l-letter:nth-child(even) {
        margin-right: 3%;
    }

    .ml-document-seeker .ds-l-letter:nth-child(3n) {
        margin-right: 0;
    }
}

.ml-document-seeker .ds-list li ol {
	margin: 0;
	padding: 0 0 10px 0;
	list-style: none;
    font-size: 0.8em;
}

.ml-document-seeker .ds-list p {
	padding: 5px 10px;
}

.ml-document-seeker .ds-list a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ml-document-seeker .ds-list li li {
	float: none;
	width: auto;
	margin: 0;
}

.ml-document-seeker .ds-l-show-all {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 5px 10px 5px 5px;
	font-size: 10px;
	color: #919191;
}

.ml-document-seeker .ds-l-show-less {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 5px 10px 5px 5px;
	font-size: 10px;
	color: #919191;
	background-color: #f2f2f2;
}

.ml-document-seeker .ds-l-show-less--hidden,
.ml-document-seeker .ds-l-show-all--hidden {
	display: none;
}

.ml-document-seeker .ds-l-letter__label--hidden {
	display: none;
}