/*
$Id: cs_ja_header.css 754 2024-11-30 21:04:18Z pechkin $
$URL: svn://localhost/www/trunk/x/smp/xlat/Smart.C/JubilateAgno/cs_ja_header.css $
*/
header {
    display: flex;
    flex-direction: column;
    border: 3px black solid;
    padding-bottom: 5px;
    background-color: silver;
}
header #header{
    flex: 1 1;
    display: flex;
    align-items: center;
    width: 100%;
    height: 60px;
    overflow: visible;
    margin-bottom: 12px;
    background-image: url(../../../../../pics/bg/granite.gif);
    flow
}
header img {
    flex: 0 0 40px;
    margin-right: 3px;
}
#text {
    flex: 1;
    font-size: small;
}
.toggle {
    flex: 0 1 auto;
    font-family: system-ui;
    font-size: medium;
    margin-right: 7px;
    background: silver;
    cursor: grab;
    background-image: url(../../../../../pics/bg/fancybg.gif);
    border-width: 5px;
    border-color: darkgray;
    padding: 5px;
}
.imgShow {
    border-style: outset;
}
.imgHide {
    border-style: inset;
}

#toc-search {
    flex: 1 1;
}