#abbc3_buttons input,
#abbc3_buttons select{
    vertical-align:middle   
    }
.hidebox{
    position:relative;
    margin:5px 0;
    font-weight:400;
    padding:19px 0px 14px;
    }
.hidebox_title{position:absolute;
    top:-1px;
    left:0px;
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight:700;
    font-size:12px;
    color:#000;
    }
.hidebox_hidden{
    background-color:#ABC5E2;
    border-color:#ABC5E2;
    color:#000000;
    }
.hidebox_visible{
    color:#000
   }
.spoilbtn:hover{
    color:#d31141!important
    }
.fadeEffect{
    -webkit-animation:fade 2s infinite;
    -moz-animation:fade 2s infinite;
    animation:fade 2s infinite
    }
    @-webkit-keyframes fade{
        50%{
            opacity:0
        }
    }
    @keyframes fade{
        50%{
            opacity:0
        }
    }
    #core-bbcode-buttons,
    #custom-bbcode-buttons,
    #format-buttons{display:none}
    #abbc3_buttons{margin:15px 0 2px}
    #abbc3_buttons select{
    margin:4px;
    padding:0;
    height:22px;
    background-color:#fff!important;
    border:1px solid #b4bac0;
    color:#000!important
    }
.abbc3_button{
    margin:4px 0;
    padding:0;
    min-width:22px;
    height:22px;
    background:center no-repeat;
    border:1px solid transparent;
    font-size:11px
    }
.abbc3_button:hover{
    background-color:#ffffdf
    ;border:1px solid #bc2a4d
    ;cursor:pointer
    }
.abbc3_buttons_row{
    margin:0!important;
    min-height:30px;
    width:80%;
    padding:0 2px;
    border:1px solid #b4bac0;
    display:block;
    background:url(images/abbc3_bg.gif)
    }form td 
    .abbc3_buttons_row{width:98%}
    #main #abbc3_buttons{margin-left:96px}
    #main #abbc3_buttons 
    .abbc3_buttons_row{width:95%}
    #bbcode_wizard{
        font-size:.9em;
        display:none;
        background:#fff;
        box-shadow:2px 2px 4px #555;
        border-radius:11px;
        border:5px solid #12A3EB;
        padding:5px;
        position:absolute;
        width:500px;
        margin:0 auto;
        left:0;
        right:0;
        z-index:500
    }
    @media only screen and (max-width:500px),only screen and (max-device-width:500px){
        #bbcode_wizard{
            width:300px!important
        }
    }