html {
    overflow: hidden;
}

#app_title {
    display: none;
}

#top {
    margin-top: 4px;
    height: 25px;
}

#labels {
    float: left;
    width: 70%;
    text-align: left;
    margin-top: 2px;
    margin-left: 5px;
    border-bottom: 1px solid #64c9f4;
}

.label {
    border-left: 1px solid #cfcfcf;
    border-right: 1px solid #cfcfcf;
    border-top: 1px solid #cfcfcf;
    background-color: #f9f9f9;
    margin-left: -1px;
}

.label_selected {
    border-left: 1px solid #64c9f4;
    border-right: 1px solid #64c9f4;
    border-top: 1px solid #64c9f4;
    background-color: #d1effc;
    margin-left: -1px;
    margin-right: 1px;
}

#labels span.label {
    color: #646464;
    cursor: pointer;
}

#labels span.label_selected {
    color: #0c815b;
    cursor: pointer;
}

#labels span {
    float: left;
    line-height: 22px;
    padding-left: 4px;
    padding-right: 4px;
}

#frames {
    width: 100%;
    clear: both;
}

#frames iframe {
    border: 0;
    width: 100%;
    height: 100%;
}