a{
    color: blue;
    text-decoration: none;
}
body{
    background-color: black!important;
    max-width:none;
    overflow-x: hidden;
}

.container{
    width: 1080px;
}
body{
    font-size: 100px;
    text-align: center;
}

.table th {
    font-weight: 400!important;
    border: 0;
}
.table tr{
    font-weight: 600!important;
    border: 0;
}
.table td{
    border: 0;
}
.table thead th{
    border: 0;
}
table th{
    vertical-align: middle!important;
}
.row{
    margin: 0!important;
    
}
.col-6{
    padding-left: 0!important;
}
.PanelUP{
    color: green!important;
}
.PanelDN{
    color: red!important;
}
.PanelNN{
    color: blue;
}