.muzsmarte-container{	
	min-height: 300px;
	background: #fafafa;
	border: solid 1px transparent;
}
.muzsmarte-container:hover{
	border: solid 1px #0f0;
}
.muzsmarte-container section{
	border: solid 1px transparent;
}
.muzsmarte-container section:hover{		
	border: solid 1px #03a9f4;
}
.muzsmarte-container section.muzsmarte-block{
	position: relative;
	padding: 10px 0;
}
.muzsmarte-container section.muzsmarte-block:hover span.muzsmarte-top{
	display: block;
}
.muzsmarte-container section.muzsmarte-block:hover span.muzsmarte-bottom{
	display: block;
}
.muzsmarte-container section.muzsmarte-block span.muzsmarte-top{
	display: none;
    width: 20px;
    height: 20px;
    border: solid 1px #0380b8;
    text-align: center;
    line-height: 16px;
    position: absolute;
    left: 50%;
    top: -11px;
    background: #03a9f4;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    user-select:none;
}
.muzsmarte-container section.muzsmarte-block span.muzsmarte-bottom{
	display: none;
    width: 20px;
    height: 20px;
    border: solid 1px #0380b8;
    text-align: center;
    line-height: 16px;
    position: absolute;
    left: 50%;
    bottom: -11px;
    background: #03a9f4;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    user-select:none;
}
.muzsmarte-block-options{
    display: none;
    position: fixed;
    width: 400px;
    border: solid 1px #aaa;
    top: 30%;
    background: #fff;
    padding: 9px 10px;
    border-radius: 5px;
    right: 9px;
    z-index: 1000;
    box-sizing: border-box;
    box-shadow: 0 0 5px #0005;
}
.muzsmarte-block-options span.muzsmarte-item{
    display: inline-block;
    width: 175px;
    padding: 8px 3px;
    cursor: pointer;
    border-radius: 4px;
}
.muzsmarte-block-options span.muzsmarte-item i{
    margin-right: 10px;
}
.muzsmarte-block-options span.muzsmarte-item:hover{
    background: #eee;
}
	
