.navbar {
	border-bottom: 1px solid #D4DFEB;
	margin-bottom: 20px;
}

.toast-container {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1055;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.toast {
    min-width: 300px;
    margin-bottom: 10px;
}

.toast-header {
    display: flex;
    align-items: center;
}

.toast-icon {
    margin-right: 8px;
    font-size: 1.1em;
}

.tool-item a {text-decoration: none;}
.tool-item h2 {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
.tool-item:hover h2 {color: #FFA500}
.tool-item img {padding: 5px;}
.btn.language-selector {border: none;}
.btn.language-selector.show {color: #FFA200;}
.language-selector-dropdown {
	max-height: 300px;
	overflow: hidden;
	overflow-y: auto;
}

#howAccordion .accordion-button {
	background: #fff;
	box-shadow: none;
	border: none;
    border-radius: 5px;
}
