/* viewtopic - Gefällt mir und Zitat etc. */
.epb_topic_button_container {
	display: flex;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-around;
    min-height: 30px;
}

a.epb_topic_button {
	width: 100%;
    text-align: center;
    padding: 7px;
    font-size: 1.42em;
    cursor: pointer;
    background-color: rgb(12 67 105 / 30%);
    border: none;
    border-radius: 5px;
    margin: 2px;
	color: #fed729;
}

a.epb_topic_button i {
	margin-right: -2px;
}

a.epb_topic_button_small {
	width: auto;
}

a.epb_topic_button:hover, a.epb_topic_button:visited, a.epb_topic_button:focus {
	text-decoration: none;
	background-color: rgb(12 67 105 / 40%);
}

a.epb_topic_button:active, a.epb_topic_button_simActive {
	color: white;
	text-decoration: none;
}

/* viewtopic - Gefällt mir Useranzeige Popup-Fenster */
.epblike_users {
	border: none;
	border-bottom: white 1px dotted;
	width: 100%;
}

.epblike_users img.avatar {
	height: 40px;
	width: auto;
	border: 2px solid white;
	border-radius: 1px;
	margin: 4px 6px;
}

/* viewtopic - Veränderte Anzeige der notice-postbody-box ohne Rahmen und Abstand */
div.epb_notice_postbody {
	border-top: none !important;
	margin: 0px;
}

/* BEGINN EPB_BEKA */
.epb_new_button, .epb_new_button_lock {
	display: inline-block;
    font-size: 16px;
    border-radius: 20px;
    border: none;
    padding: 9px 15px;
    margin: 8px 2px;
    transition: background-color 0.2s ease-in-out;
}

.epb_new_button {
	background-color: #FED729;
    color: #000000;
	cursor: pointer;
}

.epb_new_button_lock {
	background-color: #AAAAAA;
	color: #000000;
	cursor: not-allowed;
}

.epb_new_button:hover {
	background-color: #F5AE29;
}
/* ENDE EPB_BEKA */