﻿/* owerride */
h4 { font: bold 13px Arial!important; }
div.spoilerlink { margin:5px 0 15px!important; }

textarea
{
    display:block;
    width:100%;
    box-sizing: border-box;
    outline:none;
    resize:none;
    padding:5px 3px;
    overflow:hidden;
    min-height:88px
}

    textarea.example
    {
        border: 1px solid #ddd!important;
        background: whitesmoke;
        font-weight: bold;
        font-family: consolas, Arial, Tahoma;
        min-height: 9em;
    }


fieldset
{
    border:1px solid #ddd;
    margin:10px 0 10px 0;
    padding:10px 15px;
    border-radius:6px;
}

fieldset legend
{
    font-size:14px;
    margin-left:10px;
}

div.spoilercontainer
{
    border-top:1px solid whitesmoke;
    margin-top:20px;
}

    div.spoilercontainer .spoiler
    {
        padding:10px
    }

        div.spoilercontainer .spoiler textarea
        {
            width:100%;
            box-sizing: border-box;
            outline:none;
            resize:none;
            padding:5px 3px;
            overflow:hidden;
            min-height:168px
        }
