.gwt-Label {
    background-color: darkgray;
    color: white;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    border-bottom: 1px black solid;
    margin-top: 20px
}

.gwt-TabPanel {
    margin-top: 4px;
}

.gwt-TabPanelBottom {
    background-color: #E8EEF7;
}

.gwt-TabBar {
    padding-top: 2px;
    border-bottom: 4px solid #87B3FF;
    background-color: #fff;
}

.gwt-TabBar .gwt-TabBarFirst {
}

.gwt-TabBar .gwt-TabBarRest {
}

.gwt-TabBar .gwt-TabBarItem {
    padding: 4px;
    cursor: pointer;
    cursor: hand;

    background-color: #e8eef7;
    border-bottom: 2px solid white;
    margin-right: 2px;
}

.gwt-TabBar .gwt-TabBarItem-selected {
    padding: 4px;
    font-weight: bold;
    cursor: default;

    background-color: #87b3ff;
    border-bottom: 2px solid #87b3ff;
    margin-right: 2px;
}

bar {

    width: 10px;
}
