
@import url("bizstyle.css");

div.header {
    background-color: white;
    color: #336699;
    padding: 0 8px 0 0;
    font-size: 0.8em;
    text-align: right;

    -moz-box-shadow: 2px 2px 5px #000;
    -webkit-box-shadow: 2px 2px 5px #000;
}

input.my_input {
    font-size: 1.2em;
}

p.logo {
    border: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    max-width: 100%;
    font-weight: bold;
    font-size: 2em;
}

h4 {
    font-size: 1.16em;
}

h5 {
    font-size: 1.09em;
}

h6 {
    font-size: 1.04em;
    margin-block-end: 1.5em;
}

h7 {
    display: block;
    font-size: 1.04em;
    margin-block-start: 2em;
    margin-block-end: 1.2em;
}

div.sphinxsidebar .caption span.caption-text {
    margin: 1em 0 0.5em 0;
    font-size: 0.8em;
    padding: 0.1em 0 0.1em 0.5em;
    color: white;
    border: 1px solid #336699;
    background-color: #336699;
}

