.progress-block {
    margin-bottom: 5px;
    padding-right: 20px;
}

.queue-title {
    text-transform: uppercase;
    border-bottom: solid 1px #ccc;
    margin-bottom: 4px;
    padding-bottom: 2px;
    font-size: 13px;
}

.queue-list li {
    list-style-type: none;
    margin-bottom: 3px;
    margin-right: 3px;
    float: left;
}

#keywordExplorerProgress {
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 400px;
    z-index: 4;
}

#keywordExplorerProgress .panel {
    margin-bottom: 0;
}

#keywordExplorerProgress h4 {
    margin: 0;
}

.keyword-block {
    position: relative;
    padding-right: 0px;
    display: inline-block;
}

.keyword-block:hover .btn-group {
    opacity: 1;
}

.keyword-block .btn-group {
    position: absolute;
    top: -5px;
    right: -30px;
    opacity: 0.2;
    transition: opacity 0.3s ease;
}

#keywordExplorerProgress.opened .show-kep {
    display: none;
}

#keywordExplorerProgress:not(.opened) .hide-kep {
    display: none;
}

#keywordExplorerProgress:not(.opened) .panel-body {
    display: none;
}
