.borderedEdit {
    padding-left:6px;
    height:24px;
    border:1px solid #bfac97;
    border-radius:4px;
}

.botLineEdit {
    font-size:12px;
    border:none;
    border-bottom:1px solid silver;
    height:20px;
    padding-left:6px;
    margin-left:6px;
}

.darkLabel {
    color:#5d6d7e;
    font-weight:bold;
}

.dynBarText {
    font-weight:normal;
}

.dynBarText:hover {
    font-weight:bold;
    color:#707dec;
}

.hExpandText {
    cursor:pointer;
    color:#e59866;
    font-weight:bold;
}

.miniLabelBtn {
    color:#5dade2;
    cursor:pointer;
    user-select:none;
}

.miniLabelBtn:hover {
    color:#f15441;
}

.miniLabelBtnDel {
    color:#5dade2;
    cursor:pointer;
}

.miniLabelBtnDel:hover {
    font-weight:bold;
    color:#e74c3c;
}

.hoverBold {
    font-weight:normal;
}

.hoverBold:hover {
    font-weight:bold;
}

.hoverOrange:hover {
    color:#eb984e;
}

.urlLabel:hover {
    cursor:pointer;
    color:blue;
    text-decoration:underline;
}

.hoverOrange:hover {
    color:#eb984e;
}

.tinySeq {
    display:inline-block;
    width:16px;
    height:16px;
    line-height:16px;
    text-align:center;
    font-size:12px;
    color:white;
}

.newsTinyTitle {
    color:#17202a;
    cursor:pointer;
    text-decoration:none;
}

.urlLabel:hover {
    cursor:pointer;
    color:blue;
    text-decoration:underline;
}
