	.result-title { background-color: #54c8e8; font-weight: bold; }
	h6 a svg { color: #1b4c82; }
	h6 a svg.bi-toggle-on {display:inline;}
	h6 a svg.bi-toggle-off {display:none;}
	h6 a.collapsed svg.bi-toggle-on { display: none; }
	h6 a.collapsed svg.bi-toggle-off { display: inline; }
	h3 { font-weight: bold; }
	ul.pagination {
		border-bottom: thin solid #1b4c82;
		margin-bottom: 1rem;
		border-top: thin solid #1b4c82;
		margin-top: 1rem;
		padding-top: 1rem;
		padding-bottom: 1rem;
	}

	.video_title{
		font-size: 15px;
	}

	.layout-button{
		border: 2px;
	    border-color: #dee2e6;
	    border-style: outset;
	}

	.alternative_listoption{
		background: #007bff;
		color: white;
		padding-top: 15px;
	}
	.alternative_listoption h4{
		color: white;
	}
	.even_listoption{
		padding-top: 15px;
	}