#post-body-content .menu-item .style-option { display: none; }
#post-body-content .menu-item .sign-up-item { display: none; }
#post-body-content .menu-item .subtitle-item { display: block; margin: 10px 2px 0; }
#post-body-content .menu-item.menu-item-depth-0 .style-option { display: block; margin: 10px 2px 0; }
#post-body-content .menu-item.menu-item-depth-0 .sign-up-item { display: block; margin: 10px 2px 0; }
#post-body-content .menu-item.menu-item-depth-1 .subtitle-item,
#post-body-content .menu-item.menu-item-depth-2 .subtitle-item { display: none; }
#post-body-content .upload-logo {
	display: block;
    background-color: #d3d3d3;
    background-position: center;
    background-size: cover;
    cursor: pointer;
    height: 70px;
    width: 50%;
    margin-right: 5px;
    margin-top: 5px;
    border-radius: 3px;
    box-shadow: 0 0 1px #222;
}