﻿:root {
    --color-text: #fff;
    --color-background: rgb(0, 109, 140);
    --color-evenrow: rgba(0, 109, 140, 0.25);
}

#viewer {
    position: absolute;
    left: 300px;
    width: -webkit-calc(100% - 300px); /* Safari */
    width: calc(100% - 300px);
    height: 100%;
    border: 0px;
    background-color: black;
}

#sourceButton {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 8px;
    color: #fff;
    background-color: #02550b;
    alpha: 0.7;
}

    #sourceButton:hover {
        cursor: pointer;
        opacity: 1;
    }


#logos {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 200000;
}

#info {
    position: absolute;
    top: 0px;
    z-index: 200000;
    /*font-weight: 600;*/
    float: left;
    left: 0px;
    padding: 10px;
    /*border-radius: 0 0 4px 0;*/
    /*border-radius:6px;*/
    height: auto;
    text-align: left;
    /*border: solid 1px #bdbcbc;*/
    pointer-events: none;
}

#info-website {
    position: absolute;
    bottom: 0;
    z-index: 200000;
    right: 16px;
    padding: 10px;
    height: auto;
    text-align: left;
    font-size: 20px;
    color: black;
}



#info a {
    z-index: 200000;
    /*text-decoration: none;*/
    color: #ffffff;
    pointer-events: all;
}

    #info a:hover {
        color: #ffffff;
        /*text-decoration: underline;*/
    }

#info p {
    padding: 0px;
    margin: 0px;
}

#info ul {
    margin: 0px;
    padding: 0;
    margin-left: 1em;
}

    #info ul:first-child {
        margin-top: 0;
    }

#info li {
    margin: 5px;
    padding: 0px;
}


#info-bottom {
    position: absolute;
    bottom: 0;
    z-index: 200000;
    /*font-weight: 600;*/
    float: left;
    left: 0px;
    padding: 10px;
    /*border-radius: 0 0 4px 0;*/
    /*border-radius:6px;*/
    height: auto;
    text-align: left;
    /*border: solid 1px #bdbcbc;*/
}


    #info-bottom a {
        z-index: 200000;
        /*text-decoration: none;*/
        color: #ffffff;
    }

        #info-bottom a:hover {
            color: #ffffff;
            /*text-decoration: underline;*/
        }

    #info-bottom p {
        padding: 0;
        margin: 0;
    }

.dark {
    background: black;
    opacity: 0.6;
}


#log {
    color: #9aee93;
    font-size: 16px;
}

    #log p {
    }

#dat-gui-container {
    position: absolute;
    /*top: 120px;*/
    top: 0;
    right: 0;
    z-index: 100001;
    float: right;
    width: 320px;
    margin-right: 60px !important;
}

#dat-gui-container-website {
    position: absolute;
    bottom: 100px;
    /*bottom:130px;*/
    right: 50px;
    z-index: 100001;
    float: right;
    width: 320px;
    margin-right: 60px !important;
}

#header {
    background: white;
    width: 100%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    padding-top: 50px;
    padding-bottom: 50px;
}

#image {
    background: white;
    width: 100%;
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}

#container {
    background: white;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    padding-top: 10px;
    padding-bottom: 40px;
    overflow: auto;
}

a:visited {
    color: var(--color-background);
}

a:hover {
    color: var(--color-background);
}

span {
    line-height: 190%;
}

p:first-child {
    margin-top: 0;
}

h1, h2, h3 {
    font-weight: normal;
    -webkit-transform-origin: 0% 100%;
}

h1 {
    color: #fffbf2;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 15px;
    font-size: 18px;
    font-weight: normal;
}

    h1 a {
        color: #fffbfb;
    }

h2 {
    font-size: 18px;
    line-height: 1.2;
    padding-top: 30px;
    padding-left: 0px;
    font-weight: bold;
    margin-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0;
    letter-spacing: 0px;
    /*border-bottom: 2px solid #d4d4d4;*/
    color: #4E7A4A;
}

h3 {
    font-size: 14px;
    line-height: 1.2;
    font-weight: bold;
    color: #8F3434;
    padding: 0;
    margin: 0;
    padding-left: 0px;
    padding-right: 40px;
    padding-top: 14px;
    padding-bottom: 6px;
}

p.sectionTip {
    padding-left: 10px;
}

p.subSectionTip {
    padding-left: 10px;
}

a.subSubSection {
    padding-left: 22px;
    background: url("../images/bullet-point.png") no-repeat 8px 2px !important;
}

#pageMenuContainer {
    width: 380px;
    /*height: 10000px;*/
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 5px;
    margin-top: 5px;
}

p.containerTitle {
    margin-top: -15px;
    background: #f5f5f5;
    border: 1px solid lightGrey;
    width: 120px;
    padding-left: 10px;
    border-radius: 2px;
    padding-bottom: 0px;
    padding-top: 0px;
    font-size: 10px;
    border-bottom: 2px solid darkgrey;
    border-right: 2px solid darkgrey;
}

/*hr {*/
/*margin-top: 10px;*/
/*margin-bottom: 10px;*/
/*color: lightgray;*/
/*background-color: lightgray;*/
/*height: 1px;*/
/*}*/

article.fill h3 {
    background: rgba(255, 255, 255, .75);
    padding-top: .2em;
    padding-bottom: .3em;
    margin-top: -.2em;
    margin-left: -60px;
    padding-left: 60px;
    margin-right: -60px;
    padding-right: 60px;
}

ul {
    /*list-style: none;*/
    margin: 0;
    padding: 0;
    margin-top: 0;
    margin-left: .75em;
}

    ul:first-child {
        margin-top: 0;
    }

    ul ul {
        margin-top: 0;
    }


#contents {
    position: absolute;
    width: 300px;
    height: calc(100% - 50px);
    /*overflow-Y: scroll;*/
    /*overflow-x: hidden;*/
    background: black;
    overflow: auto;
}

    #contents a {
        text-decoration: none;
    }

    #contents h1 {
        color: #78ce73;
        margin-top: 30px;
        margin-bottom: 40px;
        font-size: 25px;
        font-weight: normal;
        text-decoration: none !important;
    }

        #contents h1 a {
            color: #78ce73;
        }

    #contents h2 {
        color: #78ce73;
        font-size: 20px;
        font-weight: normal;
        padding-top: 20px;
        padding-bottom: 10px;
        text-decoration: none;
    }

    #contents #list {
        padding: 0px 20px;
        line-height: 18px;
        overflow-x: hidden;
    }

        #contents #list .link {
            margin-left: 0 !important;
            padding-left: 0 !important;
            padding-top: 1px;
            text-decoration: none;
            font-weight: normal;
            background: black;
            cursor: pointer;
            line-height: 1.5em;
        }

        #contents #list .selected {
            margin-left: -5px !important;
            padding-left: 5px !important;
            padding-top: 0;
            padding-bottom: 0;
            color: #000000;
            border: 1px solid #676767;
            background: #FFFF44;
        }

        #contents #list .link:hover {
            text-decoration: underline;
        }

        #contents #list .info {
            color: #78ce73;
            text-decoration: none;
            font-style: italic;
            font-size: 14px;
            background-color: black;
            padding-top: 4px;
            padding-bottom: 4px;
            margin-top: 15px;
            margin-bottom: 4px;
        }

        #contents #list .infoFirst {
            color: #78ce73;
            text-decoration: none;
            font-style: italic;
            font-size: 14px;
            background-color: black;
            padding-top: 4px;
            padding-bottom: 4px;
            margin-top: 0;
            margin-bottom: 4px;
        }

@media print {
    .noprint {
        display: none;
    }
}

@page {
    size: landscape;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    *:before, *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

body {
    font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    color: white;
    background-color: black;
    /*user-select: none; /* standard syntax */
    /*-webkit-user-select: none; /* webkit (safari, chrome) browsers */
    /*-moz-user-select: none; /* mozilla browsers */
    /*-khtml-user-select: none; /* webkit (konqueror) browsers */
    /*-ms-user-select: none; /* IE10+ */
}

a {
    color: var(--color-background);
}

    a:hover, a:focus {
        color: var(--color-background);
    }

.container {
    margin: 5% 3%;
}

@media (min-width: 48em) {
    .container {
        margin: 2%;
    }
}

@media (min-width: 85em) {
    .container {
        margin: 2em auto;
        max-width: 85em;
    }
}

.responsive-table {
    width: 100%;
    margin-bottom: 1.5em;
    border-spacing: 0;
    padding-top: 10px;
}

@media (min-width: 48em) {
    .responsive-table {
        font-size: .9em;
    }
}

@media (min-width: 62em) {
    .responsive-table {
        font-size: 1em;
    }
}

.responsive-table thead {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

@media (min-width: 48em) {
    .responsive-table thead {
        position: relative;
        clip: auto;
        height: auto;
        width: auto;
        overflow: auto;
    }
}

.responsive-table thead th {
    background-color: var(--color-background);
    border: 1px solid var(--color-background);
    font-weight: normal;
    text-align: center;
    color: white;
}

    .responsive-table thead th:first-of-type {
        text-align: left;
    }

.responsive-table tbody,
.responsive-table tr,
.responsive-table th,
.responsive-table td {
    display: block;
    padding: 0;
    text-align: left;
    white-space: normal;
}

@media (min-width: 48em) {
    .responsive-table tr {
        display: table-row;
    }
}

.responsive-table th,
.responsive-table td {
    padding: .5em;
    vertical-align: middle;
}

@media (min-width: 30em) {
    .responsive-table th,
    .responsive-table td {
        padding: .75em .5em;
    }
}

@media (min-width: 48em) {
    .responsive-table th,
    .responsive-table td {
        display: table-cell;
        padding: .5em;
    }
}

@media (min-width: 62em) {
    .responsive-table th,
    .responsive-table td {
        padding: .75em .5em;
    }
}

@media (min-width: 75em) {
    .responsive-table th,
    .responsive-table td {
        padding: .75em;
    }
}

.responsive-table caption {
    margin-bottom: 1em;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
}

@media (min-width: 48em) {
    .responsive-table caption {
        font-size: 1.5em;
    }
}

.responsive-table tfoot {
    font-size: .8em;
    font-style: italic;
}

@media (min-width: 62em) {
    .responsive-table tfoot {
        font-size: .9em;
    }
}

@media (min-width: 48em) {
    .responsive-table tbody {
        display: table-row-group;
    }
}

.responsive-table tbody tr {
    margin-bottom: 1em;
}

@media (min-width: 48em) {
    .responsive-table tbody tr {
        display: table-row;
        border-width: 1px;
    }
}

.responsive-table tbody tr:last-of-type {
    margin-bottom: 0;
}

@media (min-width: 48em) {
    .responsive-table tbody tr:nth-of-type(even) {
        background-color: var(--color-evenrow);
    }
}

.responsive-table tbody th[scope="row"] {
    background-color: var(--color-background);
    color: white;
}

@media (min-width: 30em) {
    .responsive-table tbody th[scope="row"] {
        border-left: 1px solid var(--color-background);
        border-bottom: 1px solid var(--color-background);
    }
}

@media (min-width: 48em) {
    .responsive-table tbody th[scope="row"] {
        background-color: transparent;
        color: #5e5d52;
        text-align: left;
    }
}

.responsive-table tbody td {
    text-align: right;
}

@media (min-width: 48em) {
    .responsive-table tbody td {
        border-left: 1px solid var(--color-background);
        border-bottom: 1px solid var(--color-background);
        text-align: center;
    }
}

@media (min-width: 48em) {
    .responsive-table tbody td:last-of-type {
        border-right: 1px solid var(--color-background);
    }
}

.responsive-table tbody td[data-type=numeric] {
    text-align: right;
}

.responsive-table tbody td[data-title]:before {
    content: attr(data-title);
    float: left;
    font-size: .8em;
    color: var(--color-evenrow);
}

@media (min-width: 30em) {
    .responsive-table tbody td[data-title]:before {
        font-size: .9em;
    }
}

@media (min-width: 48em) {
    .responsive-table tbody td[data-title]:before {
        content: none;
    }
}

/* The slider */

.switch {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 40px;
    float: right;
    cursor: pointer;
}

@media (max-width: 850px) {
    .switch {
        width: 80px;
        height: 30px;
    }
}

.switch input {
    display: none;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: dimgrey;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 40px;
    cursor: pointer;
}

@media (max-width: 850px) {
    .slider {
        border-radius: 30px;
    }
}

.slider:before {
    position: absolute;
    content: "";
    height: 30px;
    width: 30px;
    left: 5px;
    bottom: 5px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
}

@media (max-width: 850px) {
    .slider:before {
        height: 20px;
        width: 20px;
        left: 5px;
        bottom: 5px;
    }
}

input:checked + .slider {
    background-color: var(--color-background);
}

input:focus + .slider {
    box-shadow: 0 0 1px var(--color-background);
}

input:checked + .slider:before {
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(60px);
}

@media (max-width: 850px) {
    input:checked + .slider:before {
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(50px);
    }
}

.slider:after {
    content: 'SERVER';
    color: white;
    display: block;
    position: absolute;
    transform: translate(0,-50%);
    top: 50%;
    right: 10px;
    font-size: 11px;
    font-family: Verdana, sans-serif;
}

@media (max-width: 850px) {
    .slider:after {
        font-size: 9px;
    }
}

.slider_showhide:after {
    content: 'HIDE';
    color: white;
    display: block;
    position: absolute;
    transform: translate(0,-50%);
    top: 50%;
    right: 10px;
    font-size: 12px;
    font-family: Verdana, sans-serif;
}

@media (max-width: 850px) {
    .slider_showhide:after {
        font-size: 8px;
    }
}

input:checked + .slider:after {
    content: 'LOCAL';
    left: 10px;
    right: unset;
}

input.outofsync:checked + .slider:after {
    content: 'OUT\AOF SYNC';
    white-space: pre-wrap;
    line-height: 15px;
}

input.outofsync:checked + .slider {
    background-color: red;
}

input.partialsync:checked + .slider:after {
    content: 'PARTIAL';
    white-space: pre-wrap;
    line-height: 10px;
}

input.priority:checked + .slider:after {
    content: 'PRIORITY';
    white-space: pre-wrap;
    line-height: 10px;
}

input.priority + .slider:after {
    content: 'NORMAL';
}

    input .partialsync:checked + .slider {
    background-color: orange;
}

input.offline:checked + .slider:after {
    content: 'OFFLINE';
    white-space: pre-wrap;
    line-height: 10px;
}

input.offline:checked + .slider {
    background-color: grey;
}

input:checked + .slider_showhide:after {
    content: 'SHOW';
    left: 10px;
    right: unset;
}

/* The slider */


.button {
    min-width: 100px;
    vertical-align: middle;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0;
    color: ButtonText;
    background-color: ButtonFace;
    font-weight: bold;
    font-size: 16px;
    padding: 6px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px grey solid;
    border-radius: 20px;
    cursor: pointer;
    min-width: 80px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    justify-content: center;
}

select {
    height: 32px;
    min-width: 100px;
}

input[type="textbox"] {
    height: 32px;
    min-width: 100px;
}

a.button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    text-decoration: none;
    color: ButtonText;
}

a.disabled {
    color: darkgray;
    background-color: lightgray;
    pointer-events: none;
}

@media (max-width: 850px) {
    a.button {
        font-size: 12px;
        padding: 3px;
        padding-left: 6px;
        padding-right: 6px;
    }
}

._modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    padding-top: 10%; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.75); /* Black w/ opacity */
}

._modal-content {
    background-color: black;
    margin: auto;
    padding: 20px;
    border: 2px solid #888;
    border-radius: 10px;
    width: 70%;
}

._modal-text {
    color: white;
}

._close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

._close:hover,
._close:focus {
    color: grey;
    text-decoration: none;
    cursor: pointer;
}

.showhide_rowheader {

}

.showhide_table {
    width: 100%;
}

.showhide_cell {
    width: 50%;
}

.showhide_subcell {
    text-indent: 20px;
}

.batch_row {
    cursor: pointer;
    font-size: 85%;
}

@media (max-width: 850px) {
    .batch_row {
        font-size: 75%;
    }
}

.batch_row:hover {
    cursor: pointer;
    background-color: var(--color-background);
    color: #000000;
}

.batch_row_cell {
    padding: 5px;
}

.name_cell {
}

.date_cell {
    text-align: right;
}

.menu {
    text-align: center;
    min-width: 300px;
    position: absolute;
    left: 0;
    background-color: black;
    pointer-events: all;
    padding: 10px;
    border: 2px white solid;
    display: none;
}

.sidebar {
    position: absolute;
    right: 0;
    background-color: black;
    pointer-events: all;
    display: none;
    text-wrap: nowrap;
}


@media (max-width: 850px) {
    .sidebar {
    }
}

@media (max-width: 850px) {
    .jobinfo {
        font-size: 75%;
    }
}

.collapsible {
    float: left;
    cursor: pointer;
    background-color: var(--color-background);
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 40px;
    margin: auto;
    color: white;
    border-radius: 6px;
}

.collapsed:after {
    content: '+'; /* Unicode character for "plus" sign (+) */
}

.expanded {
    line-height: 24px;
}

.expanded:after {
    content: "-";
}

/* Customize the label (the container) */
.checkmarkcontainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    float: right;
    margin-left: 6px;
}

    /* Hide the browser's default checkbox */
    .checkmarkcontainer input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 32px;
    width: 32px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkmarkcontainer:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkmarkcontainer input:checked ~ .checkmark {
    background-color: var(--color-background);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkmarkcontainer input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkmarkcontainer .checkmark:after {
    left: 10px;
    top: 4px;
    width: 12px;
    height: 20px;
    border: solid white;
    border-width: 0 5px 5px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.progressbar {
    float: left;
    width: 0;
    height: 100%;
    background-color: var(--color-background);
    border-radius: 6px;
}


div.flex {
    width: 100%;
    pointer-events: all;
    display: flex;
    background: black;
    padding: 3px;
}

div.flexcol {
    box-sizing: border-box;
}

div.flexcol_floatright {
    display: inline-block;
    float: right;
}



div.flexcol2_right {
    margin-left: auto;
}

    div.flexcol2_right > div {
        width: fit-content;
        float: right;
    }

div.flexcol2_left {
    
}

    div .flexcol2_left > div {
        width: fit-content;
        float: left;
    }


div.flexcol3_right {
    width: 35%;
    margin: auto;
}

div.flexcol3_left {
    width: 35%;
}

div.flexcol3_center {
    width: 30%;
}


div.flexcol3_inner {
    width: fit-content;
}

div.flexcol3_inner_right {
    float: right;
}

div.flexcol3_inner_center {
    margin: auto;
}


@media (max-width: 1350px) {

    div.flexcol {
        padding: 4px;
    }

    div.flex {
        flex-wrap: wrap;
    }

    div.flexcol3_right {
        width: 100%;
    }

    div.flexcol3_left {
        width: 55%;
    }

    div.flexcol3_center {
        width: 45%;
    }

    div.flexcol3_inner_left {
        float: none;
    }

    div.flexcol3_inner_center {
        float: right;
    }

    div.flexcol3_inner_right {
        float: none;
        margin: auto;
    }
}

@media (max-width: 1250px) {

    div.flexcol {
        padding: 4px;
    }

    div.flexcol_floatright {
        display: block;
        float: none;
        text-align: center;
    }

    div.flexcol2_right {
        width: -webkit-calc(100% - 60px); /* Safari */
        width: calc(100% - 60px);
        margin: auto;
    }

        div.flexcol2_right > div {
            float: none;
            margin: auto;
        }

    div.flexcol2_left {
        width: -webkit-calc(100% - 60px); /* Safari */
        width: calc(100% - 60px);
        margin: auto;
    }

        div.flexcol2_left > div {
            width: fit-content;
            float: none;
            margin: auto;
        }


    div.flexcol3_right {
        width: 100%;
    }

    div.flexcol3_left {
        width: 100%;
    }

    div.flexcol3_center {
        width: 100%;
    }

    div.flexcol3_inner_left {
        margin: auto;
    }

    div.flexcol3_inner_center {
        float: none;
        margin: auto;
    }

    div.flexcol3_inner_right {
        float: none;
        margin: auto;
    }
}

.modelButton {
    width: 40px;
    height: 40px;
    float: left;
    margin: auto;
    cursor: pointer;
    margin-right: 6px;
    margin-left: 6px;
}

.title {
    font-size: x-large;
    background-color: forestgreen;
    padding: 5px;
    font-weight: bold;
    text-align: center;
    border-radius: 10px;
}

.rev {
    font-size: medium;
}

/* === Fabrication Batch Table Styles === */

.fabbatch-scroll {
    max-height: 60vh;
    overflow: auto;
}

.fabbatch-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    font-size: 14px;
}

    .fabbatch-table th,
    .fabbatch-table td {
        padding: 6px 8px;
        border: 1px solid #d0d7de;
        vertical-align: top;
        background: #ffffff; /* all rows solid white */
        color: #000000; /* black text */
        text-align: center;
    }

    .fabbatch-table thead th {
        position: sticky;
        top: 0;
        background: #f0f0f0; /* header row gray */
        font-weight: bold;
        z-index: 2;
    }

    .fabbatch-table .num {
        text-align: center;
        font-variant-numeric: tabular-nums;
    }

