
/* the more button */
.is-admin-box h4.is-more-switch
{
	font-size: 14px;
	line-height: 17px;
	padding: 0;
	border-radius: 0;
	border: none;
	margin: 5px 0 10px 0;
	width: auto;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center;
	height: 28px;
}
.is-admin-box aside h4.is-more-switch
{
	margin: -5px 0 10px 0;
}
.is-admin-box h4.is-more-switch.is-arrow-down
{
	background-image: url('./image/arrow-down.png');
}
.is-admin-box h4.is-more-switch.is-arrow-up
{
	background-image: url('./image/arrow-up.png');
}
.is-admin-box h4.is-more-switch:hover
{
	background-color: #f0f0f0;
}
.is-admin-box h4.is-more-switch:before,
.is-admin-box h4.is-more-switch:after
{
	content: none;
	background-image: none;
}


/* the more section */
.is-more-section,
.is-past-section
{
	display: none;
}



.is-redesigned button.is-more-switch
{
	margin: 0 0 30px 0;
	/*content: 'weitere Einträge';*/
}
/*.is-redesigned button.is-more-switch:before*/
/*{*/
	/*content: '0 ';*/
/*}*/
.is-redesigned button.is-more-switch:after
{
	content: ' zeigen';
}
.is-redesigned button.is-more-switch.is-expanded:after
{
	content: ' verbergen';
}
