body {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
}
.mt70 {
    margin-top: 55px;
}
.sidebar {
    background-color: #F5F5F5;
    border-right: 1px solid #EEEEEE;
    bottom: 0;
    display: block;
    left: 0;
    padding: 70px 20px 20px;
    position: fixed;
    top: 0;
    z-index: 1000;
}
option.maincategory {
    background-color: #bbbbbb;
}
.mr5 {
    margin-right: 5px !important;
}
.modal-content {
    padding: 10px 20px;
}
.error-message {
    color: #c73e14;
}
#attrs-list-container ul {
    list-style-type: none;
}
#attrs-list-container ul li {
    display: block;
    margin: 0 0 5px 0;
}
#attrs-list-container ul li ul {
    margin: 3px 0 5px 0;
}
div.highlight {
    padding: 3px;
    margin-bottom: 14px;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
    border-radius: 4px;
}
.mt10 {
    margin-top: 10px;
}
.text-box {
    overflow-y: scroll;
    padding-right: 20px !important;
}
.fragment {
    position: relative;
    padding: 13px 5px;
    border-radius: 5px;
    border: 1px solid #eeeef0;
}
.fragment-active {
    background: #fcf8f2;
    border-color: #f0ad4e;
}
.fragment-num {
    position: absolute;
    top: 0;
    right: 2px;
    font-size: 10px;
    background: #fffcc8;
    display: none;
}
.fragment-active .fragment-num,
.fragment-active .add-comment {
    display: block;
}
.txt-author {
    font-size: 11px;
}
.txt-about-block {
    float: left;
    line-height: 1.2;
}
.func-box {
    margin: 5px 0 0 0;
}
.func-box form {
    padding-right: 10px;
    width: 200px;
}
.tar {
    text-align: right;
}
.btn-min {
    padding: 0 3px 0 3px;
    font-size: 11px;
}
.add-comment {
    position: absolute;
    bottom: 0;
    right: 0;
    display: none;
}
.modal-close {
    position: absolute;
    right: 5px;
    top: 0;
    z-index: 1;
}
#comments {
    height: 180px;
    overflow-y: scroll;
    padding-right: 20px;
}
#comments .fragment-num {
    display: block;
}
.one-comment-full {
    display: none;
}
.sform-line2 {
    margin-top: 10px;
}
.sform-line2 label {
    margin-bottom: 0;
}
#MyModal .modal-header {
    cursor: move;
    height: 20px;
    background: #eee;
    border-radius: 5px;
}
#MyModal .modal-header button {
    position: relative;
    top: -10px;
}
.ui-resizable-s {
    bottom: 0;
}
.ui-resizable-e {
    right: 0;
}
.modal {
    right: auto;
    left: auto;
    height: auto;
    top: 0;
    bottom: auto;
}
.selected-fragment {
    color: #428BCA;
    border-bottom: 1px dashed #428BCA;
    cursor: pointer;
}