*{
    box-sizing: border-box;
}

.FarrisEditorButtons{
    display: block;
    width: 100%;
    min-height: 50px;
    overflow: auto;
    padding: 10px;
    padding-bottom: 5px;
    background-color: #eee;
    border: 1px solid #ddd;
    border-radius: 5px 5px 0px 0px;
}

.FarrisHTML{
    display: block;
    width: 100%;
    min-height: 400px;
    overflow: auto;
    padding: 25px;
    background-color: #eee;
    border: 1px solid #ddd;
    border-top: none;
    outline: none;
}

/* default list items styling */
.RenderHTML ul,
.FarrisHTML ul{
    list-style: initial;
    margin: initial;
    padding: 0 0 0 40px;
}

.RenderHTML ol,
.FarrisHTML ol{
    list-style: decimal-leading-zero;
    margin: initial;
    padding: 0 0 0 40px;
}

.RenderHTML li,
.FarrisHTML li{
    display: list-item;
}

.RenderHTML h1,
.FarrisHTML h1{
    display: block;
    font-size: 40px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 25px;
}

.RenderHTML h2,
.FarrisHTML h2{
    display: block;
    font-size: 30px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 25px;
}

.RenderHTML h3,
.FarrisHTML h3{
    display: block;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 25px;
}

.RenderHTML p,
.FarrisHTML p{
    display: block;
    font-size: 20px;
    font-weight: 200;
    line-height: normal;
    margin-bottom: 25px;
}
/* end */

.FarrisButton{
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    padding: 10px;
    background-color: #eee;
    border: 1px outset #ccc;
    border-radius: 5px;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

.FarrisButton:hover{
    cursor: pointer;
    border: 1px outset #aaa;
}

.FarrisButton:active{
    border: 1px inset #ccc;
}

.FarrisButton .Small{
    position: absolute;
    display: block;
    right: 3px;
    bottom: 3px;
    width: 11px;
    height: 11px;
    color: #000;
    font-size: 11px;
}