#audentio-hoverbox {
	display: none;
	z-index: 999;
	min-width: 170px;
	position: absolute;
	padding-top: 15px;
	top: 5px;
}

#audentio-hoverbox::before {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	content: "";
	position: absolute;
	border-bottom: 5px solid var(--color_main);
	top: 9px;
	left: 5px;
}

#audentio-hoverbox-inner {
	background-color: var(--color_main);
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.31);
	border-bottom: 0;
	padding: 2px;
	border-radius: 2px;
	color: #333;
}

#audentio-hoverbox a {
    display: block;
    background: white;
    color: #333 !important;
    border-bottom: 1px solid var(--color_main);
    padding: 8px;
    font-size: 11px;
	z-index: 9999;
    text-align: left;
    text-shadow: none !important;
	font-weight: normal;
}

#audentio-hoverbox > a:last-child {
	border-bottom: 0;
}

#audentio-hoverbox a:hover {
    background: #fafafa;
    color: var(--color_main) !important;
}
/*
.mybb-link a, .audentio-link a {
    color: #5F5F5F;
    font-weight: bold;
}
*/