.docs-list a {
	color: #0575bc;
    border-color: rgba(11, 117, 186, 0.4);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    text-decoration: none;
    transition: border .2s linear;
	display: table;
	margin: 20px 0;
}

.docs-list a:hover {
	border-color: transparent !important;
}