
.bold{
    font-weight: bold!important;    
    text-shadow: 0 0 1px;
}
.italic{
    font-style:italic!important;
}
.strike{
    text-decoration: line-through!important;
}
.underline{
    text-decoration: underline!important;
}

.red{color:red;}
.green{color:green;}
.blue{color:blue;}
.orange{color:orange;}
.violet{color:violet;}
.brown{color:brown;}
.grey{color:grey;}

.markdown_bar{
opacity: 0.6;
transition:opacity 300ms;
}
.markdown_bar:hover{
opacity: 1
}
.markdown_bar *{
vertical-align: middle
}
.md_button{
    width: 2.5em;
    height: 2.5em;
    padding: 0.5em;
    display: inline-block;
    
    
    text-align: center;
    cursor: pointer;
    background: rgba(0,0,0,0.1);
    border-radius: 2px;
    margin:0.1em;
    
    font-size:1em;
}
.md_icon{
    height:48px;
    width:auto;
    display: none;
}

.md_button.corps-distraction-free-button{
    width: 10.6em;
}
.md_button.media-manager
{
    width: 5.2em;
}
.md_button.spoiler
{
    width: 5.2em;
}
.md_button:empty
{
    display: none;
}
.red{color:red;}
.green{color:green;}
.blue{color:blue;}
.orange{color:orange;}
.violet{color:violet;}
.brown{color:brown;}
.grey{color:grey;}
.op25{opacity:0.25;}
.op50{opacity:0.5;}
.op75{opacity:0.75;}
.xs{font-size:0.3em;}
.sm{font-size:0.5em;}
.bold{
	font-weight: bold!important;
}
.italic{
	font-style:italic!important;
}
.strike{
	text-decoration: line-through!important;
}
.underline{
	text-decoration: underline!important;
}
.ArtContent p:before{
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
.bubble::after {
    content: "";
    position: absolute;
    top: 20px;
    left: -15px;
    border-style: solid;
    border-width: 10px 15px 10px 0;
    border-color: transparent black;
    display: block;
    width: 0;
    z-index: 1;
}
.chapo-distraction-free-button{display:none;}
#toggle_chapo .corps-distraction-free-button{display:none;}
#toggle_chapo .chapo-distraction-free-button{display:initial;}
.distraction-free{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:white;
    z-index: 10000;
}
.bubble {
    position: relative;
    display: inline-block;
    min-height:48px;
    vertical-align: top;
    padding: 3px 10px;
    color: black;
    margin-bottom: 15px;
    margin-top: 20px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 2px solid black;
    width: 512px;
}
.rightbubble::after {
    content: "";
    position: absolute;
    top: 10px;
    right: -15px;
    border-style: solid;
    border-width: 15px 0 15px 15px;
    border-color: transparent rgba(0,0,0,0.3);
    display: block;
    width: 0;
    z-index: 1;
}

.rightbubble {
    position: relative;
    display: inline-block;
    min-height:48px;
    width:66%;
    vertical-align: top;
    padding: 3px 10px;
    background-color: rgba(0,0,0,0.3);
    color:white;
    font-style: italic;
    margin-bottom: 15px;
    box-sizing: border-box;
    border-radius: 5px;
}
.voiceoff{
    text-align:right;
    
}
.voiceoff *{vertical-align:text-top;}
.voiceoff .image{
	font-size:3em;
	color:rgba(0,0,0,0.3);
	font-weight: bold;
	vertical-align:middle;
}
[class^="face"]{
    display: grid;
    grid-template-columns: 150px auto;
    margin: 0;
    padding: 0;    
    
    min-height: 128px;
}

[class^="face"]:before{
    display: block;
	background-size: 128px 128px;
    background-repeat: no-repeat;
    background-position: left top;
    content:" ";
    width:128px;
    height:128px;
    background-color: black;
    border-radius:50%;
}

.face1:before{
	background-image: url(img/1.png)
}
.face2:before{
	background-image: url(img/2.png)
}
.face3:before{
	background-image: url(img/3.png)
}
.face4:before{
	background-image: url(img/4.png)
}
.face5:before{
	background-image: url(img/5.png)
}
.face6:before{
	background-image: url(img/6.png)
}

