/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */
.sharebox_container.sharebox_content{
	display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 5px;
}
.sharebox_container.sharebox_content svg{
    height: 16px;
    width: 16px;
    fill: #494949;
}
.sharebox_container.sharebox_content svg:hover{
	fill: inherit;
}

.sharebox_container.sharebox_content a:not(:last-child){
    margin-right: 9px;
}
.sharebox_container.sharebox_content a{
	display: flex;
    align-items: center;
}
.sharebox_container.sharebox_content span{
	margin-right: 5px;
    font-size: 14px;
}
