<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.category-subtitle
{
	color: #555;
	display: flex;
	text-align: left;
}

.darkmode .category-subtitle
{
	color: #ddd;
}

.category-subtitle &gt; div + div
{
	margin-left: 5px;
}

.darkmode .related-container
{
	border-bottom: 1px solid #555;
}

.related-container
{
	border-bottom: 1px solid #eee;
    margin-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
    align-items: center;
}


.related-container &gt; div + div
{
	padding: 10px;
}

.related-container a[data-alg-filter],
.related-container a[data-filter]
{
	transition: all 0.5s;
    text-align: center;
    font-size: 12px;
    width: 85px;
}

.youtubefingertricksvideo
{
    border-radius: 10px;
    width: 100%;
}




.setup-case
{
	margin-left: auto;
	border: 1px solid #ddd;
    padding: 0px 11px;
}

.singlealgorithm + .singlealgorithm
{
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid #eee;
}

.alg-details
{
	padding: 10px;
	margin-top: 10px;
	border-top: 1px solid #eee;
	display: flex;
    flex-flow: wrap;
}

.fa-star-yellow
{
	color: #ff3;
}

.fa-star-gray
{
	color: #ccc;
}

.selectbox-learnt
{
	position: relative; 
	margin-left: auto;
	font-size: 16;
}

.stats-title
{
	font-size: 18px;
    font-weight: 200;
}

.darkmode .list-group-item
{
    background-color: #333;
	color: white;
}

.darkmode .more-algs
{
	color: white;
}

.alglist-dropdown
{
	position: relative;
	cursor: pointer;
	margin-left: 10px;
}

.learnt-style-0
{
	opacity: 0.15
}

.learnt-style-1
{
	opacity: 0.5
}


.learnt-style-2
{
	opacity: 1
}

@media print {
	.singlealgorithm
	{
		margin-top: 25px !important;
		break-inside: avoid;
		color: black !important;
	}
	.darkmode .category-subtitle
	{
		color: #555 !important;
	}
	
	.darkmode .list-group-item
	{
		color: black !important;
	}
	.darkmode i
	{
		color: black;
	}
}

.nav-tabs .nav-link.active
{
	background-color: #ddd;
}

.acknowledgments
{
	border-top: 1px solid #eee;
	margin-top: 10px;
	padding-top: 10px;
}

.acknowledgments a
{
	color: #55f;
}


.acknowledgments a.hover
{
	color: #ccf;
}


.puzzle-container div
{
	position: relative;
}

.singlealgorithm[style*="display: none"] + .recommendation-container
{
	display: none !important;
}

.recommendation-container
{
    border: 1px solid #eee;
    padding: 20px;
    margin: 20px 0px;
}

.recommendation-container
{
	display: flex;
    align-items: center;
    justify-content: space-around;
	color: inherit;
	
}

.recommendation-container .recommendation-description
{
	font-size: 22px;
    font-weight: 200;
	text-align: center;
}

.formatted-alg
{
	display: inline-block;
}

.formatted-alg .current-move
{
	position: relative;
}

.formatted-alg .current-move:before
{
	content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-bottom: solid 4px #aaa;
}</pre></body></html>