/* You can add custom styles here. */

@media (min-width: 48em) {
    html {
        font-size: 16px;
    }
}
@media (min-width: 58em) {
    html {
        font-size: 20px;
    }
}

body {
    font-family: "Roboto", sans-serif;
}

.container {
    padding:   0px !important;
    width:     100%;
    max-width: 100% !important;
}

.gdoc-header {
    max-height:  101px;
    min-height:  101px;
    line-height: 101px;
    font-family: inherit;
    font-weight: bold;
    background:  #3b71a6;
    background-image: url(img/bg-header.png);
    background-repeat: repeat-x repeat-y;
}

.gdoc-header .container {
    margin-top:  0rem;
}

.gdoc-brand {
    font-size: 3rem;
    font-family: "Roboto", sans-serif;
}

.gdoc-brand__title {
    height: 48px;
    padding-left: 2rem;
}

.gdoc-brand__img {
    width: auto;
    height: 64px;
    padding: 0;
    margin: 0;
    padding-right: 2rem;
}

.gdoc-menu-header__items {
    display: inline;
}

.gdoc-page .shadowimg {
    margin:             20px;
    width:              150px;
    box-shadow:         3px 3px 8px #555753;
}

.gdoc-nav {
    flex:  0 0 12rem;
    max-width:  14rem;
    background: #d3d7cf;
    font-size:  100%;
    padding-left:  2rem;
    margin-right:  2rem;
    box-shadow:    3px 0px 8px #555753;
}

.gdoc-nav h2 {
    display: none;
}

.gdoc-nav__entry.is-active {
    color:                 #981135;
    text-decoration-style: solid !important;
}

#gdoc-color-theme {
    display: none;
}

footer.gdoc-footer {
    padding-left: 1rem;
    padding-right: 1rem;
}

.gdoc-footer__link {
    color: #888a85 !important;
}

article {
    width: 80%;
}

.shadowbox   {
    max-width:           800px;
    margin:              10px 2em;
    padding:             10px 20px;
    border:              1px solid #babdb6;
    border-radius:       5px;
    background:          #eeeeec;
    box-shadow:          2px 2px 3px #555753;
    text-shadow:         #babdb6 1px 1px 3px;
}

table.download    {
    width:           75% !important;
    margin:          auto  1em;
    border-spacing:  0px;
    font-size:       90%;
}

table.download tbody tr:nth-child(odd) td {
    background-color: #f0f0f0;
}

table.download tr {
    padding: 0;
    margin:  0;
    height:  1.6em !important;
    line-height: 1.6em !important;
}

table.download tr th {
    background:    #d3d7cf;
    margin:        0;
    padding:       3px .25em !important;
    text-align:    center;
    font-weight:   bold;
    border-left:   1px solid #eeeeec;
}

table.download tr th:first-of-type {
    border-left:   none;
}

table.download tr td {
    padding:       2px .25em;
    margin:        0
    height:      1.3em !important;
    line-height: 1.3em !important;
}
table.download tr td.desc {
    font-size:  90%;
}

table.download tr.rule {
    border-top: 2px solid #d3d7cf;
}

table.download td.row-1 {
    width: 15%;
}

table.download td.row-2 {
    width: 35%;
}

table.download td.row-3 {
    width: 15%;
}

table.download td.row-4 {
    width: 45%;
}

table.download button.download {
    background:  white;
    border:      none;
    padding:     0;
    font-size:   100%;
    font-weight: bold;
    color:       rgb(0,88,123);
}

table.download button.download:hover {
    cursor: pointer;
}

#downloadbox {
    width:        100%;
    margin-left:  2em;
    margin-right: 0em;
    padding:      1em 1em;
    border:       1px solid rgb(0,88,123);
    border-radius: 5px;
    background:   #f0f0f0;
    box-shadow:          2px 2px 3px #555753;
}

#downloadbox div.descr {
    display:     inline-block;
    min-width:   200px;
    width:       200px !important;
    font-weight: bold;
    font-size:   larger;
    padding:     .5em 0;
}

#downloadbox button {
    color:      white;
    background: rgb(0,88,123);
    padding:    5px 10px;
    border:     1px solid black;
    margin:     3px;
}

#downloadbox a.downloadbutton {
    color:      white;
    background: rgb(0,88,123);
    padding:    5px 10px;
    border:     1px solid black;
    margin:     3px;
}

#downloadbox #instructions {
    background:  white;
    margin-top:  1em;
    padding:     .25em .5em;
    border:      1px solid #555753;
    border-radius: 5px;
}

blockquote.code {
    background: rgb(246,246,246);
}

#downloadbox .active {
    background: rgb(186,189,182) !important;
    color:      black !important;
}
