.taskbar {
    min-height: 28px;
    color: #c0c0c0;
    background-color: #c0c0c0;
    box-shadow: inset 0px 1px #dfdfdf, inset 0px 2px #fff;
    position: fixed;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 9pt;
    ;
}

.taskbar button,
.taskbar button:active {
    border: none;
    height: 22px;
    min-height: 22px;
    min-width: 0px;
    position: relative;
    top: 1px;
    left: 2px;
    font-weight: bold;
    vertical-align: middle;
    padding-left: 4px;
    padding-right: 4px;
}

.taskbar button .label {
    position: relative;
    top: -1px;
}

.taskbar button img {
    display: inline;
    margin-top: -16px;
    max-width: 16px;
    max-height: 16px;
    position: relative;
    top: 3px;
}

.tray {
    color: #222222;
    box-shadow: inset 1px 1px #808080, inset -1px -1px white;
    margin-right: 2px;
    margin-top: 4px;
    margin-bottom: 3px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 2px 9px 2px 9px;
    display: flex;
    justify-content: center;
    align-content: center;
    line-height: 16px;
}