@charset "utf-8";

/* CSS Resets */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
q,
small,
strong,
sub,
sup,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    border: 0;
    margin: 0;
    padding: 0
}

article,
aside,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
video,
object {
    display: block
}

a img {
    border: 0
}

figure {
    position: relative
}

figure img {
    width: 100%
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html {
    -webkit-font-smoothing: antialiased;
    font-family: Arial, Helvetica, sans-serif;
}

body {
    box-sizing: border-box;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html,
body,
div,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    border: 0;
    padding: 0;
}

span {
    font-size: 100%;
    margin: 0;
    padding: 0;
    border: 0;
}

.clear {
    margin: 0px;
    padding: 0px;
    clear: both;
    float: none;
    height: 0px;
    width: 0px;
    font-size: 0px;
    line-height: 0px;

}

a,
input,
a:active,
a:focus {
    outline: none;
}

input,
textarea {
    background-color: #fff;
}

.uppercase {
    text-transform: uppercase;
}

body,
input,
textarea {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: #2e303c;
}

.container {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 20px;
}

.header .colwrap {
    display: table;
    width: 100%;
}

.header .colwrap .col {
    display: table-cell;
    vertical-align: top;
    width: 50%;
}

.header .colwrap .col:last-child {
    text-align: right;
}

.trackerbuttonwrapper a {
    display: inline-block;
    font-size: 12px;
    color: #2e303c;
    margin-left: 20px;
}

.trackerbuttonwrapper a:first-child {
    margin-left: 0px;
}

.inlineform {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: flex-start;
    background: #f9f9f9;
    padding: 15px 20px;
    border-radius: 10px;
    border: 1px solid #ccc;
    max-width: 600px;
    margin-top: 20px;
}

.inlineform .form-group {
    display: flex;
    flex-direction: column;
    min-width: 150px;
}

.inlineform label {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 14px;
}

.inlineform select,
.inlineform input[type="number"] {
    padding: 8px 10px;
    font-size: 14px;
    border-radius: 6px;
    border: 1px solid #ccc;
    width: 100%;
    box-sizing: border-box;
}

.inlineform input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-top: 6px;
}

h2 {
    font-size: 16px;
    margin-bottom: 15px;
}

.pairtable.profittable {
    width: auto;
}

.pairtable.profittable td,
.pairtable.profittable th {
    width: 100px;
}

/* score-trend arrows */
.arrow.up {
    color: #0a0;
    font-weight: bold;
}

/* ▲ green  */
.arrow.down {
    color: #c00;
    font-weight: bold;
}

.movecount {
    font-size: 10px;
    margin-left: 2px;
    color: #555;
    user-select: none;
}