/* LEFT PANE WIDGETS */
.sidebar-block .heading > div {
    height: 20px;
    width: 10px;
    margin-right: 3px;
    float: right;
}
.sidebar-block .heading > div div:first-child {
    width: 0;
    height: 0;
    border-left: 6px solid rgba(0, 0, 0, 0);
    border-right: 6px solid rgba(0, 0, 0, 0);
    border-bottom: 7px solid #D92626;
    cursor: pointer;
    opacity: 0.2;
}
.sidebar-block .heading > div div:last-child {
    width: 0;
    height: 0;
    border-left: 6px solid rgba(0, 0, 0, 0);
    border-right: 6px solid rgba(0, 0, 0, 0);
    border-top: 7px solid #D92626;
    margin-top: 5px;
    cursor: pointer;
}
.sidebar-block .plot {
    max-height: 205px;
    position: relative;
    overflow: hidden;
}
.sidebar-block .no-tags-found {
    margin: 10px 0;
    padding: 10px;
    color: #999;
    border: 1px dotted #ccc;
    text-align: center;
    display: block;
}
/* Tags widget */
.sidebar-block.pane-tags input {
    width: 100%;
    margin-bottom: 3px;
    box-sizing: border-box;
}
.sidebar-block.pane-tags .paneTag {
    margin: 0 0 3px 3px;
    padding: 3px 5px;
    background-color: #EAEAEA;
    text-decoration: inherit;
    display: inline-block;
    cursor: pointer;
    color: #000;
}
.sidebar-block.pane-tags .paneTag:hover, .sidebar-block.pane-tags .paneTag.selected {
    color: #fff;
    background-color: #151515;
}
.sidebar-block.pane-tags .paneTag > b {
    margin-left: 5px;
    font-size: 11px;
    border-radius: 2px;
    color: #d92626;
    /*padding: 0 2px;
    color: #fff;
    font-weight: normal;
    background-color: #d92626;*/
}