/* filter */
ojfilter[certainty="3"] { 
    color:transparent; 
    text-shadow: 0 0 13px rgba(0,0,0,0.4);
    text-shadow: 0 0 13px .04em rgba(0,0,0,0.4);
}

.ojfilter { color: red }
.ojfilter[certainty="1"] { color: blue }
admin.ojfilter { color: green;  text-decoration: line-through }
admin.ojfilter[type="admin_ok"] { text-decoration: none }

.del_wrapper { text-align: center; width: 100%; }
.del_wrapper a { display: block; }

.cbrow {
    overflow: hidden;
    text-align: left;
    font-size: .9em;
}

.cbrow input {
    margin-right: 3px;
}

.cbrow > :nth-child(2) {
    width: 85%;
    display: inline-block;
}

.filtered-texts {
    vertical-align: top;
}

.filtered-texts .filter-actions {
    padding: 0 5px 30px 5px;
}

.filtered-texts .filter-actions span {
    cursor: pointer;
    width: 48%;
    display: inline-block;
    text-align: center;
}

.filtered-texts .filter-actions span:hover {
    color: blue;
}
