#connecting {
    font-size: 19px;
    text-align: center;
    margin-top: 26px;
    font-weight: bold;
    color: #ccc;
}

#serror {
    font-size: 13px;
    color: red;
}

#nickprompt {
    font-size: 19px;
    text-align: center;
    font-weight: bold;
    color: #222;
    display: none;
    position: absolute;
    padding: 10px;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #eee;
}

#tabs {
    text-align: left;
    padding-top: 2px;
    height: 20px;
    overflow: hidden;
}


