﻿@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400&display=swap');

body {
    font-family: Arial;
    font-size: 10pt;
}

tr.h {
    font: bold 9pt Arial;
    background-color: #CCCCCC;
    vertical-align: bottom;
    border-left: 1px black;
    border-right: 1px black;
    border-top: 0;
}

tr.h1 {
    font: bold 12pt Arial;
    background-color: #CCCCCC;
    vertical-align: bottom;
    border: 1px solid;
    border-bottom: 0;
    border-top: 1px black;
    border-left: 1px black;
    border-right: 1px black;
}

tr.d {
    font: 9pt Arial;
    vertical-align: top;
    border-left: 1px black;
    border-right: 1px black;
    border-top: 0;
}

tr.d2 {
    font: 9pt Arial;
    vertical-align: top;
    background-color: #EEEEEE;
    border-left: 1px black;
    border-right: 1px black;
    border-top: 0;
}

tr.d3 {
    font: 9pt Arial;
    border-left: 1px black;
    border-right: 1px black;
    border-top: 0;
}

.BottomPanel {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  
}

a {
    text-decoration: none;
}

    a:link, a:visited {
        color: blue;
    }

    a:hover {
        color: red;
    }

    .ui-widget-content {
    padding:0;
}