/*DESKTOP-BAR*/
.desktop-bar {
    background-color: rgba(0, 0, 0, 0.02);
    height: 13px;
    border-bottom: 1px solid #e1e8ed;
    padding: 0 5px;
}
.desktop-bar span:first-child {
    background-color: #f36c59;
}
.desktop-bar span:last-child {
    background-color: #80d151;
}
.desktop-bar span {
    float: left;
    width: 5px;
    height: 5px;
    background-color: #fec254;
    margin: 4px 0 0 4px;
    border-radius: 5px;
}
/*DESKTOP-BAR*/


