/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type="button"], [type="reset"], [type="submit"], button {
    -webkit-appearance: button
}

[type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

/* APPIZY */
* {-webkit-font-smoothing: antialiased;}

.appizy * {
   /*box-sizing: border-box;*/
}

.appizy {
    box-sizing: border-box;
    font-family: "Arial", sans-serif;
    font-size: 14px;
    padding: 0px;
    width: 100%;
    text-align:center;
    margin-bottom: 50px;
}

.appizy.loading {
    cursor: wait;
}

.application-align-center {
    margin: auto;
}

.application-align-right {
    margin-left: auto;
    margin-right: 0;
}

.application-layout-fixed .tabs {
    overflow-x: auto;
    text-align:center;
}

.application-layout-fit-parent {
    width: 100%;
}

.application-layout-fit-parent table {
    table-layout: auto;
    width: 100%;
}

.draw-frame {
    padding: 0;
    position: relative;
    z-index: 1;
}

.draw-frame-layout-fixed {
    margin: 0;
    position: absolute;
}

.draw-frame-layout-fluid,
.draw-frame-layout-fit-parent {
    margin: 10px 0;
    width: 100%;
}

.chart {
    border: 1px solid #ebebeb;
    border-radius: 4px;
    padding: 4px;
}

table {
    /*table-layout: fixed;*/
    border: none;
    border-collapse: separate;
    border-spacing: 0 0;
}

tbody {
    border: none;
}

tr {
    min-height: 10px;
}

td {
    padding: 2px;
    line-height: normal;
 position: relative;
}

td.out > div {
    padding: 4px 4px;
}

td.text {
    padding: 4px;
}

input,
select {
    background: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: inherit;
    padding: 4px;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    text-align: inherit;
    width: 100%;
}

input {
    vertical-align: text-bottom;
    width:100%;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 4px center;
    background-size: 16px 12px;
    appearance: none;
    outline: 0;
    padding-right: 24px;
}

p {
    margin: 0;
}

.in {
    text-align: right;
}
.in select {
    text-align-last: right;
}

.in--text {
    text-align: left;
}

.in--text select {
    text-align-last: left;
}

.out {
    text-align: right;
}

.out--text {
    text-align: left;
}

.help-text {
    color: #6c757d;
    font-size: 0.7rem;
    margin-top: .25rem;
    padding: 0;
    text-align: left;
}

.hidden-cell {
    display: none;
}

.hidden-row {
    display: none;
}

textarea {
    background: #ffffff;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    resize: none;
    width: 100%;
}

.btn {
    background-color: white;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    color: black;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    font-family: inherit;
}

.action-bar {
    border-top: 1px solid #d4d4d1;
    margin-top: 10px;
    padding-top: 10px;
}

.tabs {
    margin-bottom: 10px;
    padding: 0px 0;
    position: relative;
}

.tab-content {
    padding: 0 10px;
    position: relative;
}

@media print {
    .action-bar {
        display: none;
    }
}





@media print {
        canvas {
        min-height: 100%;
        max-width: 100%;
        max-height: 100%;
        height: auto !important;
        width: auto !important;
    }

    .row {
        display: flex;
        justify-content: center;
    }

    .col-6 {
        width: 50%;
    }

    h2 {
        page-break-before: always;
    }

    .tooltip {
        display: none;
    }
    
    }

.co1 {
    width: 68px;
}
.co2 {
    width: 6px;
}
.co3 {
    width: 85px;
}
.co4 {
    width: 24px;
}
.co5 {
    width: 264px;
}
.co6 {
    width: 227px;
}
.co7 {
    width: 4px;
}
.co8 {
    width: 183px;
}
.co9 {
    width: 91px;
}
.co10 {
    width: 198px;
}
.co11 {
    width: 205px;
}
.co12 {
    width: 67px;
}
.co13 {
    width: 131px;
}
.co14 {
    width: 84px;
}
.co15 {
    width: 52px;
}
.co16 {
    width: 13px;
}
.co17 {
    width: 5px;
}
.co18 {
    width: 25px;
}
.co19 {
    width: 41px;
}
.co20 {
    width: 3px;
}
.co21 {
    width: 169px;
}
.co22 {
    width: 129px;
}
.co23 {
    width: 27px;
}
.co24 {
    width: 11px;
}
.co25 {
    width: 8px;
}
.co26 {
    width: 186px;
}
.co27 {
    width: 7px;
}
.co28 {
    width: 10px;
}
.co29 {
    width: 116px;
}
.co30 {
    width: 47px;
}
.co31 {
    width: 12px;
}
.co32 {
    width: 280px;
}
.co33 {
    width: 64px;
}
.co34 {
    width: 142px;
}
.co35 {
    width: 107px;
}
.co36 {
    width: 32px;
}
.co37 {
    width: 326px;
}
.co38 {
    width: 140px;
}
.co39 {
    width: 130px;
}
.co40 {
    width: 164px;
}
.co41 {
    width: 119px;
}
.co42 {
    width: 242px;
}
.co43 {
    width: 338px;
}
.co44 {
    width: 95px;
}
.co45 {
    width: 180px;
}
.co46 {
    width: 155px;
}
.co47 {
    width: 153px;
}
.co48 {
    width: 117px;
}
.co49 {
    width: 189px;
}
.co50 {
    width: 232px;
}
.co51 {
    width: 103px;
}
.co52 {
    width: 219px;
}
.ro1 {
    height: 20px;
}
.ro2 {
    height: 38px;
}
.ro3 {
    height: 56px;
}
.ro4 {
    height: 21px;
}
.ro5 {
    height: 17px;
}
.ro6 {
    height: 19px;
}
.ro7 {
    height: 14px;
}
.ro8 {
    height: 23px;
}
.ro9 {
    height: 26px;
}
.ro10 {
    height: 40px;
}
.ro11 {
    height: 20px;
}
.ro12 {
    height: 26px;
}
.ro13 {
    height: 5px;
}
.ro14 {
    height: 6px;
}
.ro15 {
    height: 7px;
}
.ro16 {
    height: 4px;
}
.ro17 {
    height: 60px;
}
.ta5 {
    display: none;
}
.ta7 {
    display: none;
}
.ta8 {
    display: none;
}
.ta9 {
    display: none;
}
.ta10 {
    display: none;
}
.ce1 {
    font-size: 15px;
    border-bottom: none;
    border-left: 1.76pt solid #000000;
    border-right: none;
    border-top: 1.76pt solid #000000;
}
.ce2 {
    font-size: 15px;
    border-bottom: none;
    border-left: 1.76pt solid #000000;
    border-right: none;
    border-top: none;
}
.ce3 {
    font-size: 15px;
    border-bottom: 1.76pt solid #000000;
    border-left: 1.76pt solid #000000;
    border-right: none;
    border-top: none;
}
.ce4 {
    font-size: 15px;
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-top: 1.76pt solid #000000;
}
.ce5 {
    font-size: 15px;
}
.ce6 {
    font-size: 15px;
    border-bottom: 1.76pt solid #000000;
    border-left: none;
    border-right: none;
    border-top: none;
}
.ce7 {
    color: #404040;
    font-size: 29px;
    text-align: center;
    text-decoration: underline;
    font-weight: bold;
}
.ce8 {
    color: #f58220;
    font-size: 43px;
    text-align: center;
    font-weight: bold;
}
.ce9 {
    color: #0563c1;
    font-size: 15px;
    text-decoration: underline;
    background-color: transparent;
    border: none;
    text-align: center;
}
.ce10 {
    color: #444444;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
}
.ce11 {
    font-size: 15px;
    text-align: center;
}
.ce12 {
    color: #444444;
    font-size: 12px;
    text-align: center;
}
.ce13 {
    font-size: 15px;
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-top: 1.76pt solid #000000;
}
.ce14 {
    font-size: 15px;
    border-bottom: 1.76pt solid #000000;
    border-left: none;
    border-right: none;
    border-top: none;
}
.ce15 {
    font-size: 15px;
    border-bottom: none;
    border-left: none;
    border-right: 1.76pt solid #000000;
    border-top: 1.76pt solid #000000;
}
.ce16 {
    font-size: 15px;
    border-bottom: none;
    border-left: none;
    border-right: 1.76pt solid #000000;
    border-top: none;
}
.ce17 {
    font-size: 15px;
    border-bottom: 1.76pt solid #000000;
    border-left: none;
    border-right: 1.76pt solid #000000;
    border-top: none;
}
.ce18 {
    color: #ffffff;
    font-size: 16px;
    background-color: #f58220;
    border: 1.76pt solid #000000;
    text-align: center;
    font-weight: bold;
    border: none;
}
.ce19 {
    color: #ffffff;
    font-size: 16px;
    border-bottom: 1.76pt solid #000000;
    background-color: #70ad47;
    border-left: 1.76pt solid #000000;
    border-right: none;
    border-top: none;
    text-align: center;
    font-weight: bold;
}
.ce20 {
    font-size: 15px;
    background-color: #ffffff;
    /*border: 0.74pt solid #000000;*/
    border-top: 0.74pt solid #d9d9d9;
    border-left: 0.74pt solid #d9d9d9;
}
table .ce20:last-of-type{
    border-bottom: 0.74pt solid #d9d9d9;
}
.ce21 {
    font-size: 19px;
    border-bottom: 1.76pt solid #000000;
    background-color: #ecb412;
    border-left: 1.76pt solid #000000;
    border-right: none;
    border-top: 1.76pt solid #000000;
    font-weight: bold;
    border:none;
}
.ce22 {
    color: #ffffff;
    font-size: 16px;
    border-bottom: none;
    background-color: #70ad47;
    border-left: none;
    border-right: 1.76pt solid #000000;
    border-top: 1.76pt solid #000000;
    text-align: center;
    font-weight: bold;
}
.ce23 {
    color: #ffffff;
    font-size: 16px;
    border-bottom: 1.76pt solid #000000;
    background-color: #70ad47;
    border-left: none;
    border-right: 1.76pt solid #000000;
    border-top: none;
    text-align: center;
    font-weight: bold;
}
.ce24 {
    font-size: 15px;
    background-color: #ffffff;
    text-align: end;
    border: none;
    border-top: 0.74pt solid #d9d9d9;
    border-right: 0.74pt solid #d9d9d9;
}
.ce25 {
    background-color: #ffffff;
    text-align: end;
    font-size: 15px;
    border-top: 0.74pt solid #d9d9d9;
    border-right: 0.74pt solid #d9d9d9;
}
.ce26 {
    color: #ffffff;
    font-size: 19px;
    border-bottom: 1.76pt solid #000000;
    background-color: #2d818a;
    border-left: none;
    border-right: 1.76pt solid #000000;
    border-top: 1.76pt solid #000000;
    font-weight: bold;
    border: none;
}
.ce27 {
    font-size: 15px;
}
.ce28 {
    font-size: 12px;
    background-color: #9dc3e6;
    border: 0.74pt solid #000000;
    font-weight: bold;
}
.ce29 {
    font-size: 12px;
    border: 0.74pt solid #000000;
}
.ce30 {
    font-size: 12px;
}
.ce31 {
    font-size: 12px;
    border: 0.74pt solid #000000;
    font-weight: bold;
}
.ce32 {
    font-size: 12px;
    border: 0.74pt solid #000000;
    text-align: center;
}
.ce33 {
    font-size: 12px;
    background-color: #e7e6e6;
    border: 0.74pt solid #000000;
    text-align: center;
    font-weight: bold;
}
.ce34 {
    font-size: 12px;
    border-bottom: 0.74pt solid #000000;
    background-color: #e7e6e6;
    border-left: none;
    border-right: none;
    border-top: 0.74pt solid #000000;
    text-align: center;
    font-weight: bold;
}
.ce35 {
    font-size: 12px;
    border-bottom: 0.74pt solid #000000;
    background-color: #e7e6e6;
    border-left: none;
    border-right: 0.74pt solid #000000;
    border-top: 0.74pt solid #000000;
    text-align: center;
    font-weight: bold;
}
.ce36 {
    font-size: 17px;
    background-color: #4472c4;
    border: none;
    text-align: center;
    font-weight: bold;
}
.ce37 {
    font-size: 15px;
    font-weight: bold;
}
.ce38 {
    font-size: 17px;
    background-color: #4472c4;
    text-align: center;
    font-weight: bold;
}
.ce39 {
    color: #ffffff;
    font-size: 16px;
    background-color: #f58220;
    border: 1.76pt solid #000000;
    text-align: center;
    font-weight: bold;
    border: none;
}
.ce40 {
    color: #ffffff;
    font-size: 16px;
    border-bottom: 1.76pt solid #000000;
    background-color: #70ad47;
    border-left: 1.76pt solid #000000;
    border-right: none;
    border-top: none;
    text-align: center;
    font-weight: bold;
}
.ce41 {
    font-size: 15px;
    background-color: #ffffff;
    /*border: 0.74pt solid #000000;*/
    border: none;
    border-top: 0.74pt solid #d9d9d9;
    border-left: 0.74pt solid #d9d9d9;
}
.ce42 {
    font-size: 15px;
    background-color: #ffffff;
    /*border: 0.74pt solid #000000;*/
    border:none;
    border-top: 0.74pt solid #d9d9d9;
    border-left: 0.74pt solid #d9d9d9;
}
.ce43 {
    font-size: 15px;
    text-align: center;
}
.ce44 {
    color: #ffffff;
    font-size: 16px;
    border-bottom: none;
    background-color: #70ad47;
    border-left: none;
    border-right: 1.76pt solid #000000;
    border-top: 1.76pt solid #000000;
    text-align: center;
    font-weight: bold;
}
.ce45 {
    color: #ffffff;
    font-size: 16px;
    border-bottom: 1.76pt solid #000000;
    background-color: #70ad47;
    border-left: none;
    border-right: 1.76pt solid #000000;
    border-top: none;
    text-align: center;
    font-weight: bold;
}
.ce46 {
    font-size: 15px;
    background-color: #ffffff;
    border: 0.74pt solid #000000;
    text-align: end;
    border:none;
    border-top: 0.74pt solid #d9d9d9;
    border-right: 0.74pt solid #d9d9d9;
}
.ce47 {
    font-size: 15px;
    background-color: #ffffff;
    border: 0.74pt solid #000000;
    text-align: end;
    border:none;
    border-right: 0.74pt solid #d9d9d9;
    border-top: 0.74pt solid #d9d9d9;
}
.ce48 {
    font-size: 15px;
    background-color: #4472c4;
}
.ce49 {
    font-size: 15px;
    text-align: end;
    text-decoration: underline;
    font-weight: bold;
}
.ce50 {
    font-size: 15px;
}
.ce51 {
    font-size: 15px;
    border-bottom: 0.74pt solid #000000;
    background-color: #ffffff;
    border-left: 1.76pt solid #000000;
    border-right: 0.74pt solid #000000;
    border-top: 0.74pt solid #000000;
    border:none;
    border-left: 0.74pt solid #d9d9d9;
    border-top: 0.74pt solid #d9d9d9;
}
.ce52 {
    font-size: 15px;
    border-bottom: 0.74pt solid #000000;
    background-color: #d9d9d9;
    border-left: none;
    border-right: none;
    border-top: none;
    text-align: center;
    border: none;
}
.ce53 {
    font-size: 15px;
    border-bottom: 0.74pt solid #000000;
    background-color: #ffffff;
    border-left: 1.76pt solid #000000;
    border-right: 0.74pt solid #000000;
    border-top: 0.74pt solid #000000;
    border: none;
    border-left: 0.74pt solid #d9d9d9;
    border-top: 0.74pt solid #d9d9d9;
}
.ce54 {
    font-size: 19px;
    border-bottom: 1.76pt solid #000000;
    background-color: #ecb412;
    border-left: 1.76pt solid #000000;
    border-right: none;
    border-top: 1.76pt solid #000000;
    font-weight: bold;
    border: none;

}
.ce55 {
    font-size: 15px;
    background-color: #ffffff;
    border: 0.74pt solid #000000;
    border:none;
    border-right: 0.74pt solid #d9d9d9;
    border-top: 0.74pt solid #d9d9d9;
}
.ce56 {
    background-color: #ffffff;
    border: 0.74pt solid #000000;
    text-align: end;
    font-size: 15px;
    border: none;
    border-right: 0.74pt solid #d9d9d9;
    border-top: 0.74pt solid #d9d9d9;
}
.ce57 {
    color: #ffffff;
    font-size: 19px;
    border-bottom: 1.76pt solid #000000;
    background-color: #2d818a;
    border-left: none;
    border-right: 1.76pt solid #000000;
    border-top: 1.76pt solid #000000;
    font-weight: bold;
    border: none;
}
.ce58 {
    font-size: 15px;
    font-weight: bold;
}
.ce59 {
    font-size: 15px;
    background-color: #ffff00;
    border: 0.74pt solid #000000;
    font-weight: bold;
}
.ce60 {
    font-size: 15px;
    border: 0.74pt solid #000000;
}
.ce61 {
    font-size: 15px;
    background-color: #ffff00;
    border: 0.74pt solid #000000;
    font-weight: bold;
}
.ce62 {
    font-size: 15px;
    border: 0.74pt solid #000000;
}
.ce63 {
    font-size: 15px;
    border: 0.74pt solid #000000;
    text-align: start;
}
.ce64 {
    font-size: 15px;
    border: 0.74pt solid #000000;
    text-align: start;
}
.ce65 {
    font-size: 17px;
    background-color: #4472c4;
    border: none;
    text-align: center;
    font-weight: bold;
}
.ce66 {
    font-size: 17px;
    background-color: #4472c4;
    text-align: center;
    font-weight: bold;
}
.ce67 {
    font-size: 15px;
}
.ce68 {
    font-size: 15px;
    text-align: end;
}
.ce69 {
    font-size: 15px;
    text-align: end;
}
.ce70 {
    font-size: 15px;
}
.gr1 {
    text-align: start;
    font-size: 24px;
}
.P1 {
    text-align: start;
    font-size: 24px;
}
.T1 {
    color: #333333;
    font-size: 12px;
}
.Default {
    font-size: 15px;
}
.Heading {
    font-size: 32px;
    font-weight: bold;
}
.Heading_20_1 {
    font-size: 24px;
    font-weight: bold;
}
.Heading_20_2 {
    font-size: 16px;
    font-weight: bold;
}
.Text {
    font-size: 15px;
}
.Note {
    color: #333333;
    font-size: 15px;
    background-color: #ffffcc;
    border: 0.74pt solid #808080;
}
.Footnote {
    color: #808080;
    font-size: 15px;
    font-style: italic;
}
.Hyperlink {
    color: #0000ee;
    font-size: 15px;
    text-decoration: underline;
}
.Status {
    font-size: 15px;
}
.Good {
    color: #006600;
    font-size: 15px;
    background-color: #ccffcc;
}
.Neutral {
    color: #996600;
    font-size: 15px;
    background-color: #ffffcc;
}
.Bad {
    color: #cc0000;
    font-size: 15px;
    background-color: #ffcccc;
}
.Warning {
    color: #cc0000;
    font-size: 15px;
}
.Error {
    color: #ffffff;
    font-size: 15px;
    background-color: #cc0000;
    font-weight: bold;
}
.Accent {
    font-size: 15px;
    font-weight: bold;
}
.Accent_20_1 {
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
}
.Accent_20_2 {
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    background-color: #808080;
}
.Accent_20_3 {
    font-size: 15px;
    font-weight: bold;
    background-color: #dddddd;
}
.Result {
    font-size: 15px;
    font-style: italic;
    text-decoration: underline;
    font-weight: bold;
}
.Comma_20_2 {
    font-size: 15px;
}
.Excel_20_Built-in_20_Hyperlink {
    color: #0563c1;
    font-size: 15px;
    text-decoration: underline;
}
.Excel_20_Built-in_20_Percent {
    font-size: 15px;
}


.application .nav {
    border-bottom: 1px solid #d4d4d1;
    padding: 0;
    margin: 0 0 0 0;
    padding: 0px 0;
    padding-bottom:7px;
}

.application .nav li {
    /* height: 30px;
    line-height: 30px; */
    list-style: none;
    background-color: #cccccc45;
    border-top: 1px solid #d4d4d1;
    border-right: 1px solid #d4d4d1;
    border-left: 1px solid #d4d4d1;
    border-radius: 5px 5px 0 0;
    border-radius: 5px;
    display: inline-block;
    margin-right: 0px;
    margin-bottom:7px;
    width:90%;
}

.application .nav>li>a:focus, .application .nav>li>a:hover{background-color:#f58220; color: #ffffff;}

.application .nav li.active {
    position: relative;
    background-color: #f58220;
    border-bottom: 1px solid #f58220;
    z-index: 5;
    border: 1px solid #f58220;
}

.application .nav li.active a{
    color:#ffffff;
}

.application .nav li a {
    padding: 10px;
    color: #595959;
    text-decoration: none;
}

.application .nav .active a {
    color: #000;
}

.tab-content {
    padding: 0 10px;
}

.tab-content.active {
}

.show {
    display: block;
    animation: fadeIn 0.5s;
    display: inline-block !important;
    background-color: white;
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2), 0 0px 20px 0 rgba(0, 0, 0, 0.19);
    padding:20px;
    margin-top:0px;
    width:670px;
}

.tab-plate{width:670px;}

.hide {
    display: none;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


@media print {
    .nav li.active {
        font-weight: bold;
    }
}
