* {
    text-rendering: optimizeLegibility;
}

body {
    font-size: 14px;
    line-height: 1.4em;
    font-family: 'Roboto', sans-serif;
    background-color: #f0f0f0;
    color: #555;
}

.content {
    margin: 0 auto;
    margin-top: 100px;
    max-width: 1100px;
    text-align: justify;
}

.content.scene-content {
    margin-top: 40px;
    max-width: 1152px;
}


.title {
    font-weight: 600;
    font-size: 24px;
    text-align: left;
    margin-bottom: 5px;
    line-height: 1.4em;
    color: black;
}

.subtitle {
    font-weight: 600;
    margin: 1em 0;
    margin-bottom: 3em;
}

h2 {
    font-size: 1.2em;
    line-height: 1.4em;
    margin: 0;
    margin-top: 1.2em;
    color: black;
}

.authors {
    color: #555;
    margin-top: 0;
    font-size: .8em;
    margin-bottom: 4em;
}

.report-preview {
    display: inline-block;
    margin: 6px 3px;
    text-align: center;
    font-weight: 600;
    color: #555;
    font-size: .9em;
    width: 355px;
    line-height: 1.3em;
    border: 1px solid #eee;
    padding: 0.5em;
    box-sizing: border-box;
    position: relative;
    background-color: #fff;
    border-radius: 3px;
}

.report-preview:hover {
    background-color: #5333ED;
    color: white;
}

.report-thumb {
    width: 100%;
    height: 192px;
}

div.help {
    /*margin-top: 40px;*/
    margin-bottom: 1em;
}

img.training-dataset {
    margin-top: 1em;
    width: 50%;
}

a:link, a:visited {
    color: #5333ED;
    text-decoration: none;
}

a:hover {
    color: #003D96;
    text-decoration: underline;
}

a:active {
    color: black;
}


div.copyright {
    margin-bottom: 40px;
    text-align: right;
    font-weight: 600;
    font-size: .8em;
}

div.image-box {
    overflow: hidden;
    max-width: 100%;
    padding-bottom: 0px;
}

div.image-box {
    overflow: hidden;
    max-width: 100%;
    padding-bottom: 20px;
}

div.chart-box {
    padding-bottom: 20px;
}

div.plot-box {
    padding-bottom: 20px;
}

div.table-box {
    padding-bottom: 20px;
}

img{
    border: 0px solid black;
}

img.image-display {
    display: block;
    /*max-width: 100%;*/
    height: auto;
    line-height: 0;
    margin-top: 0;
    /*margin-left: auto;*/
    /*margin-right: auto;*/
    background: #222;
}

img.inset {
    border: 0px solid #000;
    background-color: #222;
    margin: 0px;
    padding: 0px;
}

.pixelated {
    image-rendering:optimizeSpeed;             /* Legal fallback */
    image-rendering:-moz-crisp-edges;          /* Firefox        */
    image-rendering:-o-crisp-edges;            /* Opera          */
    image-rendering:-webkit-optimize-contrast; /* Safari         */
    image-rendering:optimize-contrast;         /* CSS3 Proposed  */
    image-rendering:pixelated;                 /* CSS4 Proposed  */
    -ms-interpolation-mode:nearest-neighbor;   /* IE8+           */
}

table.insets {
    border: 0px solid #000;
    border-spacing: 0;
    margin: 0px;
    padding: 0px;
    background-color: #333;
}

td.insets {
    color: #AAA;
    font-weight: normal;
    border: 0px solid #000;
    margin: 0px;
    padding: 0px;
    text-align: center;
    vertical-align: bottom;
}

tr.insets {
    border: 0px solid #000;
    margin: 0px;
    padding: 0px;
}

.selector {
    padding: 8px 15px;
    font-weight: normal;
    line-height: 1.4;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}
/*.selector-primary {
    color: #fff;
    background-color: #BDC3C7;
}
.selector-primary.active {
    color: #fff;
    background-color: #7F8C8D;
}
.selector-group>.selector {
    position: relative;
}*/
.selector-primary {
    color: #AAA;
    background-color: #333;
}
.selector-primary.active {
    color: #FFF;
    background-color: #5333ED;
}

.selector-group {
    padding: 0px;
    background-color: #333;
}

.selector-group>.selector {
    position: relative;
}

/*.selector-group>.selector:first-child {
    margin-left: 0;
}
.selector-group>.selector:first-child:not(:last-child) {
    border-top-right-radius: 0;
}
.selector-group>.selector:last-child:not(:first-child) {
    border-top-left-radius: 0;
}
.selector-group>.selector:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}
*/

.jeri {
    max-width: 1152px;
    padding-bottom: 62.25%;
    position: relative;
}

table.stats {
    border-collapse: separate;
    border-spacing: 0;
    font-weight: normal;
    margin-left: auto;
    margin-right: auto;
    min-width: 1152px;
    padding-bottom: 0px;
}

td.stats {
    background-color: white;
}

td.best-stat {
    font-weight: 600;
    color: #5333ED;
}

caption.stats {
    text-align: left;
    font-weight: normal;
    margin-bottom: 10px;
    font-weight: 600;
}

thead.stats {
    background-color: #f5f5f5;
    color: #000;
    text-align: center;
}

th.stats {
    font-weight: normal;
    padding: 0.5em 1em;
    border-top: 1px solid #CCC;
}

th.stats:first-child { border-left: 1px solid #CCC; border-top-left-radius: 5px; width: 150px; }
th.stats:last-child { border-right: 1px solid #CCC; border-top-right-radius: 5px; }
td.stats:last-child { border-right: 1px solid #CCC; }
tr.stats:last-child>td { border-bottom: 1px solid #CCC; }
tr.stats:last-child>td:first-child { border-bottom-left-radius: 5px; }
tr.stats:last-child>td:last-child  { border-bottom-right-radius: 5px; }

td.stats {
    text-align: right;
    padding: 0.5em 1em;
    border-left: 1px solid #CCC;
    border-width: 0 0 0 1px;
}

canvas.chart-canvas {
    border: 1px solid #CCC;
    border-top: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
    background-color: #FFF;
}

#metric-plot {
    border-collapse: separate;
    border-spacing: 0;
    font-weight: normal;
    margin-left: auto;
    margin-right: auto;
    min-width: 1152px;
    padding-bottom: 20px;
    border-radius: 5px;
}

.main-svg {
    border: 1px solid #CCC;
    border-top: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}


