﻿body {
    font-family: Verdana;
    font-size: 8pt;
    font-weight: normal;
    font-style: normal;
    margin: 0;
    width: 750px;
}

input {
    padding: 0 0 0 3px;
}

hr, hr.vertical {
    color: #CCC;
    background-color: #CCC;
}

hr {
    width: 100%;
    height: 1px;
}

hr.vertical {
    display: inline;
    width: 1px;
    height: 100%;
    margin: 0 4px;
}

.print-only {
    display: none;
}

.header {
    display: initial;
    border: none;
}

.header .title {
    font-size: 10pt;
    font-weight: normal;
    text-align: center;
}

.header .subtitle {
    font-size: 8pt;
    font-weight: normal;
    text-align: center;
}

@media print {
    .no-print {
        display: none;
    }

    .print-only {
        display: initial;
    }

    .ui {
        display: none;
    }

    .sheet select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .footer {
        text-align: center;
        position: absolute;
        bottom: 0px;
        border: none;
    }

    .pagebreak {
        clear: both;
        page-break-after: always;
    }
}

.ui {
    background: #FFF;
    overflow: hidden;
    position: fixed;
    top: 0px;
    padding: 4px 0 4px 6px;
    border-bottom: 1px solid #CCC;
    width: 100%;
}

.ui h5 {
    margin: 0;
    display: inline;
}

.sheet {
    padding: 0 0 0 6px;
    float: left;
    clear: both;
    width: 100%;
}

.sheet h3 {
    margin-top: 10px;
    font-size: 8pt;
}

.sheet h4 {
    text-align: center;
}

.sheet .sheet-row {
    float: left;
    clear: both;
    width: 100%;
}

.sheet .sheet-col {
    float: left;
}

.sheet .skill-row {
    margin-bottom: 5px;
}

.sheet .fieldset {
    float: left;
}

.sheet .fieldset .label {
    float: left;
}

.sheet .fieldset .inputset {
    float: left;
    margin: 0 4px 0 4px;
}

.sheet input, .sheet select {
    float: left;
    border: none;
    border-bottom: 1px solid black;
}

.sheet input:focus {
    outline: none;
}

.sheet th {
    padding: 0 0 9px 0;
    font-weight: normal;
}

.sheet .sublabel {
    float: left;
    clear: both;
    text-align: center;
    width: 100%;
    font-size: 6pt;
    font-style: italic;
}

.sheet .sublabel.left {
    text-align: left;
}

.sheet .sublabel.editor {
    font-size: 1em;
    text-align: left;
}

.sheet .measure {
    width: 50px;
    text-align: center;
}
