
#status-overlay {
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.50);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    overflow: hidden;
}

div.container_mention {
    font-size: 16px;

}

div.container_mention > p,
div.container_mention > li,
div.container_mention > ol {
    margin: 16px 0 16px 0;
    width: auto;
}

div.examples {
    width: auto;
}

.examples .mentions-input-box {
    margin-bottom: 10px;
    font-size: 14px;
}

.examples .mentions-input-box textarea {
    font-family: 'pt sans', arial, helvetica, sans-serif;
    font-size: 14px;
    height: 150px;
    max-height: 200px;
}



b.header {
    font-size: 18px;
}

span.alias {
    font-size: 14px;
    font-style: italic;
    margin-left: 20px;
}



td.definition {
    line-height: 18px;
    font-size: 14px;
}

