/* 
    Created on : 14.07.2023, 08:20:05
    Author     : m4tt
*/
a:link {
    color: white;
    background-color: transparent;
    text-decoration: none;
}

a:visited {
    color: yellow;
    background-color: transparent;
    text-decoration: none;
}

a:hover {
    color: red;
    background-color: transparent;
    text-decoration: underline;
}

a:active {
    color: green;
    background-color: transparent;
    text-decoration: underline;
}

#main {
    border-style: double;
    font-family: monospace, fixed;
    font-weight: bold;
    font-size: 200%; 
    text-align: center; 
    margin-left: auto; 
    margin-right: auto;
}

#main_content {
    font-color: white;
}

#top_main {
    display:table;
    width: 98%;
    text-align: center;
    margin-left: 2px;
    margin-right: 2px;
}

#div_refresh {
    text-align: center;
    text-indent: 10px;
    border: ridge 2px;
    border-width: 3px;
    display: inline-block;
    border-radius: 100px 50%;
}
#head_left {
    float: left;
    text-align: left;
    border: bisque;
    
}
#head_right {
    float: right;
    text-align: right;
}
#th_info {
    margin-left: 2px;
    text-align: center;
    float: left;
    border: bisque;
}
#th_search {
    margin-right: 2px;
    max-width: 120px;
    min-width: 80px;
    float: right;
    border: bisque 2px dotted;
}
#th_pname {
    width: 350px;
}
#th_sname {
    min-width: 300px;
}
#th_track {
    width: 120px;
}
#th_cars {
    max-width: 120px;
}
#track {
    width: 185px;
}
#name {
    min-width: 100px;
}

#cars {
    max-width: 220px;
    max-height: fit-content;
}

#user {
    color: beige;
}
#searchbox,search {
    float:right;
    margin-right: 0px;
}

#table_header {
        border-style: hidden;
        height: 25px;
        align-items: center;
}
#table_info {
        border-style: dotted;
        height: 25px;
        align-items: center;
}
#table_search {
        border-style: dotted;
        height: 25px;
        align-items: center;
}

/*
#top_left {
    width: 55%;
    float: left;
    text-align: center;
    margin-top: 2px;
    margin-left: 2px;
    margin-right: auto;
}

#top_right {
    float: right;
    width: 30%;
    max-width: 180px;
    min-width: 120px;
    font-family: monospace, fixed;
    font-weight: bold;
    font-size: 25%;
    text-align: center;
    margin-top: 2px;
    margin-left: auto;
    margin-right: 2px;
}
don't works */


.Row {
    display: table;
    width: 98%; /*Optional*/
    border-spacing: 10px; /*Optional*/
}
.Column {
    display: table-cell;
}

.nav-button {
    font-size: 120%;
}
#th_count {
   margin: auto;
   width: 45px;
}
table {    
    border: 2px solid blue;
    border-collapse: collapse;
    width: 100%;
    table-layout:fixed;
    margin:auto;
}
th {
    width: auto;
    padding: 5px 10px;
    border: 1px solid white;
    border-collapse: collapse;
    border-color: green;
}
td {
    padding:5px 10px;
    border: 1px solid white;
    border-collapse: collapse;
    border-color: green;
}
thead, tfoot {
    display:table;
    width:100%;
}
tbody {
    overflow:auto;
    overflow-x:hidden;
    display:block;
}
.tt-div{
    float:left;
    margin:100px;
    border:1px solid black;
}
.tooltip{
    position:absolute;
    margin:5px;
    width:200px;
    height:100px;
    border:1px solid black;
    display:none;
}

body {
    background-color:black;
    color: #00FF00;
}
