@font-face {
    font-family: 'Bahnschrift';
    src: url('../res/bahnschrift.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: '7segments';
    src: url('../res/digits7s.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


* {
    box-sizing: border-box;
}

body {
    font-size: 100%;
    font-family: "Bahnschrift", "Arial", "Helvetica Neue", sans-serif;
    background-color: #CCDCE9;
}

h1 {
    position: absolute;
    top: 8px;
    font-size: 1.2em;
    color: blue;
    font-weight: bold;
    font-style: italic;
}

h2 {
    margin-top: 4px;
    margin-left: 4px;
    font-size: 1em;
    color: chocolate;
}

div {
    font-size: 1em;
    border: 0;
    margin: 0;
    padding: 0;
}

span {
    font-size: 1em;
}

.odometer {
    font-size: 2em;
}

r {
    color: red;
}

g {
    color: green;
}

input,
select {
    color: blue;
    font-family: "Bahnschrift", "Arial", "Helvetica Neue", sans-serif;
    font-weight: bold;
    font-size: 1em;
    background-color: aliceblue;
}

p,
hr,
table,
tr,
td {
    padding: 0;
    margin: 2px;
    min-width: 20px;
}

#tdLogo {
    max-width: 24px;
    max-height: 82px;
    color: blueviolet;
    font-weight: bold;
    font-style: italic;
    transform: translateX(-8px) translateY(12px) rotate(-60deg);
}

#condor {
    text-align: center;
    color: darkgray;
    font-size: 0.6em;
    font-style: italic;
}

#outlook {
    border: 1px solid blue;
    border-left: none;
    border-right: none;
    border-collapse: collapse;
    font-family: monospace;
    font-size: 1em;
}

#outlook td:nth-child(1) {
    width: 24px;
    text-align: center;
}

#outlook td:nth-child(2) {
    width: 64px;
    text-align: center;
}

#outlook td:nth-child(3) {
    width: 64px;
    text-align: right;
}

#outlook td:nth-child(4) {
    width: 78px;
    text-align: right;
}

#outlook td:nth-child(5) {
    width: 84px;
    text-align: right;
}

#dispAbf {
    height: 56px;
    background-image: url(../res/money.png);
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
}

#dispBer {
    height: 56px;
    background-image: url(../res/money.png);
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
}

#chart {
    width: 100%;
    max-width:100vw;
    height: 400px;
    max-width: 1160px;
    text-align: center;
    font-size: 12px;
}

.dlg {
    width: 80%;
    max-width: 800px;
    max-height: 80%;
    border-color: blue;
    border-radius: 24px;
}
