#submenu {
    display: none;
}

.widget.widget-steps .ui.steps {
    border-width: 2px;
}

.widget.widget-steps .ui.steps .step {
    border-width: 2px !important;
}

.widget.widget-steps .ui.steps .step:after {
    border-width: 0 2px 2px 0;
}

.widget.widget-explanation table td,
.widget.widget-explanation table th {
    padding: 0.7em 0.7em;
}

#wsDataSavingStatus {
    display: none;
    margin-left: auto;
    width: 12px;
    height: 12px;
    border: 1px solid rgba(0, 0, 0, .2);
}

#wsDataSavingStatus.green {
    background: #00ff00;
}

#wsDataSavingStatus.blue {
    background: #13b4ff;
}

#wsDataSavingStatus.wine {
    background: #ae163e;
}

.button.icon > .icon {
    background: rgba(255,255,255,0.1) !important;
}
