.clr-view {
    background: hsla(0, 0%, 80%, 0.8);
    border: 1px solid #ccc;
    border-radius: 2px;
    box-shadow: 0 0 5px hsla(0, 0%, 80%, 0.25), 0 0 1px #fff;
    color: #d84800;
    display: none;
    font-family: sans-serif;
    margin-top: 18px;
    position: absolute;
    top: 0;
    z-index: 1000;
}
.clr-view .clr-header {
    border-bottom: 1px solid #eaeff1;
    color: #6f8092;
    cursor: pointer;
    font-size: 11px;
    font-weight: 700;
    margin: 5px;
    padding: 5px;
}
.clr-view .clr-header .small {
    color: #6f8092;
    float: right;
    font-size: 12px;
    font-weight: 400;
    margin-right: -5px;
    padding-top: 2px;
}
.clr-view .clr-header:hover {
    cursor: default;
}
.clr-view .cur {
    background: #36f;
    color: #fff;
}
.clr-view .cur small {
    color: #fff;
}
.clr-view strong {
    color: #36f;
}
.clr-view .cur strong {
    color: #fff;
    font: 700;
}
.clr-view ul {
    background: #fff;
    list-style: none;
    margin: auto;
    padding: 0;
}
.clr-view ul li {
    border-bottom: 1px solid #efefef;
    box-sizing: content-box;
    cursor: pointer;
    display: block;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    margin: 0;
    overflow: hidden;
    padding: 5px 10px;
}
.clr-view small {
    color: #777;
    font-size: smaller;
    font-weight: 400;
}
.clr-view img {
    border-radius: 2px;
    float: right;
    height: 20px;
    margin-top: 0;
    padding-left: 10px;
    width: 20px;
}
