#topbar {
    background-color: #1D2731;
    width: 100%;
    height: 60px;
    box-shadow: rgba(0, 0, 0, 0.3) 0 4px 6px 0;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 4px 6px 0;
    -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 4px 6px 0;
    display: block;
    z-index: 100;
    user-select:none;
    -moz-user-select:none;
    -webkit-user-select:none;
}
#topbar .tbba {
    z-index: 101;
    font-size: 1.3em;
    line-height: 3.4em;
    background-color: #1D2731;
    text-align: center;
    height: 100%;
    width: 5.5em;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    text-decoration: none;
    color: white;
}
.tbbd {
    margin-left:20px;
    width: 6.4em;
    height: 100%;
    padding-left: 4px;
    padding-right: 4px;
}

#topbar .tbba:hover {
    text-decoration: none;
    color: white;

}
#topbar .tbbd:hover {
    background-color: rgba(65, 95, 125, 0.4);

}
#idparser {
    width: 600px;
    height: 800px;
    background: -webkit-linear-gradient(bottom, rgba(45,34,20,.6), rgba(70,70,69,1)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(top, rgba(45,34,20,.6), rgba(70,70,69,1)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(top, rgba(45,34,20,.6), rgba(70,70,69,1)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to top, rgba(45,34,20,.6), rgba(70,70,69,1)); /* Standard syntax (must be last) */
    border: 2px solid black;
    border-radius: 4px;	
}
#idparser_window {
    border-bottom: 1px solid black;
    width: 596px;
    height: 699px;
    overflow-y: scroll;
    -webkit-overflow-y: scroll;
    -moz-overflow-y: scroll;
}

.sthd {
    display:none;
}

a {
    color: white;
}
a:hover, a:focus, a:active {
    color: white;
    text-decoration: none;
}

.idpt {
    cursor: pointer;
}
.idpt:hover {
    text-decoration: underline;
}








::-webkit-scrollbar {
    width: 2px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}