
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	/* IE10+ CSS styles go here */
	.cite {
		display: none;
	}

	.list-placeholder {
		min-width: 370px;
		height: auto;
		overflow-y: auto;
		min-height: 400px;
		margin-right: 10px;
	}

	.list {
		flex: 0 0 27rem;
		display: block;
		flex-direction: column;
		background-color: #e2e4e6;
		max-height: calc(100vh - 11.8rem);
		border-radius: 0rem;
		margin-right: 1rem;
		min-height: 445px;
	}

	.list > .add-card-btn {
		border-radius: 0;
		margin: 0 15px;
		padding: 3px 8px;
	}

	.add-list-btn {
		display: inline-block;
		height: 40px;
		margin: 0px;
		padding: 6px 10px !important;
	}

	.button-page .btn{
		font-size: 13px;
	}

}

@media all and (min-width:640px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.sidebar {
		width: 270px !important;
	}
	.sidebar .nav-item .nav-link {
		width: 280px;
	}

	.node-header a.collapse-handle{
		top: 15px;
	}

}

