.customTable {
    border-color: #959595;
    border-style: solid;
    border-width: 1pt;
    /* border-left-style: solid;
     border-left-width: 1pt;
     border-left-color: black;*/
}
header {
    align-content: center;
    align-items: center;
}
body {
    overflow: hidden;
    background-image: url("pictures/dark_grey.jpg") fixed;

}
a:link {
    color: black;
    text-decoration: none;
}
a:hover {
    color: #828282;
}
a:visited {
    color: black;
}
a:active {
    color: white;
}
th {
    font-weight: bold;
    font-size: 14pt;
    cursor:pointer;
    border-radius:5px;
    color:#959595;
}
.cimsor {
    color:#eaeaea;
    text-shadow:1px 1px 2px #cfcfcf;
}
.ttOver {
    background:rgba(122,122,122,0.2);
    color:#eaeaea;
    text-shadow:1px 1px 2px #cfcfcf;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    border-color:#cfcfcf;
}
.ttOut {
    color:#959595;
    background-color:rgba(0,0,0,0);
    text-shadow:0 0;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    border-color:#959595;
}