.headerbar {
	margin-bottom: 1.5px;
	border-radius: 7px;
}

.forabg.dropdownmenus-wrap {
	border-radius: 7px;
	padding: 0;
	margin-top: 4px;
}

.dropdownmenus {
	list-style: none;
	display: flex;
    flex-flow: row;
    align-items: flex-start;
	align-items: center;
    justify-content: center;
	margin: 0 0 1px 5px;
	padding-bottom: 4px;
}

.dropdown-toggle.postlink.dropdownmenu {
	box-sizing: border-box;
    font-size: 0.8rem;
	display: inline-block;
    padding: 2px 4px;
	user-select: none;
    border-bottom-color: transparent;
	margin-left: 3px;
	margin-top: 5px;
}

.dropdown-toggle.postlink.dropdownmenu span, .dropdown-toggle.postlink.dropdownmenu svg {
	display: inline-block !important;
	vertical-align: middle;
	user-select: none;
	pointer-events: none;
}

.dropdown-toggle.postlink.dropdownmenu svg {
	height: 16px;
}

.dropdown-toggle.postlink.dropdownmenu svg path {
	fill: #ccdbe9;
}

.dropdown-toggle.postlink.dropdownmenu:hover svg path {
	fill: #D31141;
}

.dropdown-toggle.postlink.dropdownmenu:first-child {
	border-radius: 7px;
}

.dropdown-toggle.postlink.dropdownmenu:first-child:hover {
	border-radius: 7px;
}

.dropdown-toggle.postlink.dropdownmenu:last-child {
	border-radius: 7px;
}

.dropdown-toggle.postlink.dropdownmenu.dropdownmenu-hover, .forabg .header a.dropdownmenu:hover {
	cursor: pointer;
	text-decoration: none !important;
        border-radius: 7px;
	color: #d33a11;
        text-decoration: none;
	background-color: transparent;
}

.dropdowmenu-body {
	min-width: 50px;
	background-color: #E1EBF2;
	background-color: rgba(225,235,242,0.9);
	color: black;
	padding-bottom: 2px;
	border: 1px solid #A8D8FF;
	border-radius: 7px;
	z-index: 2;
}

.dropdownmenu-item {
	display: flex;
	flex-direction: column;
	padding-left: 5px;
	padding-right: 5px;
}

.dropdownmenu-item a {
	color: #105289;
	padding: 4px;
	font-size: 0.8rem;
	margin-top: 2px;
	border-radius: 7px;
}

.dropdownmenu-item:last-child a {
	border-radius: 7px;
}

.dropdownmenu-item a:hover {
	color: #D31141;
	background-color: #D3E0EB;
    text-decoration: none;
	font-size: 0.8;
}

/**
* For mobile displays
* Depending on how many titles are shown this number needs adjusting. 
* 11 Titles is margin-top: -48px !important;
*  4 Titles is margin-top: -1px !important;
*/
@media all and (min-width : 350px) and (max-width : 700px) {
	.dropdowmenu-body {
	 margin-top: -1px !important;
}
}

/* ALL! */
