@font-face {font-display: swap;font-family: AdorBold;src: url(AdorBold.woff2) format('woff2');}

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    padding-bottom: 75px;
    padding-top: 45px;
    background-color: #f4f4f4;
    color: #333;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    width: calc(94% - 0px);
    float: left;
    margin-left: 3%;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: AdorBold;
    font-weight: bold;
    font-size: 20px;
    background-color: #4b4b4b;
    color: white;
    padding: 10px 0;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.upTable table {
    font-family: AdorBold;
    width: 90%;
    max-width: 600px;
    margin: 20px auto;
    border-collapse: collapse;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.upTable th, .upTable td {
    padding: 15px;
    text-align: center;
    border: 1px solid #ddd;
}
.upTable th {
    background-color: #747474;
    color: white;
}

.resultTable table {
    font-family: AdorBold;
    width: 90%;
    max-width: 600px;
    margin: 20px auto;
    border-collapse: collapse;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.resultTable th, .resultTable td {
    padding: 4px;
    text-align: center;
    border: 1px solid #ddd;
}
.resultTable th {
    height: 30px;
    background-color: #555555;
    color: white;
}

.resultTable hr {
    margin: 0;
    padding: 0;
    border: 0;
    border-top: 1px solid #b9b9b9;
}
.resultTable tr:nth-child(odd) {
    background-color: #f2f2f2;
}   
.firstTh { font-size: large;
    background-color: #4b4b4b;
}

a:hover {
    text-decoration: underline;
}
footer {
    text-align: center;
    font-size: 12px;
    padding: 10px;
    background-color: #757575;
    color: rgb(214, 214, 214);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}
.mainBtn {
    font-size: 15px;
    font-weight: bold;
    background-color: #0dac77;
    color: white;
    border: none;
    padding: 20px 20px;
    border-radius: 5px;
    cursor: pointer;
}
.mainBtn:hover {
    background-color: #0b9667;
}
.mainBtn a {
    color: white;
    text-decoration: none;
}
.homeBtns {
    text-align: center;
    width: 100%;
    max-width: 600px;
    margin: 0 auto 10px auto;
}

.homeBtn {
    background-color: #31455a;
    font-family: AdorBold;
    font-size: 18px;
    min-width: 120px;
    color: white;
    border: none;
    height: 60px;
    border-radius: 5px;
    cursor: pointer;
}
.homeBtn:hover {
    background-color: #2a3a4d;
}
.tableImg {
    border-radius: 5px; width: 100%; box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.iconImg {width: 50px;}
.group {
    background-color: #007BFF;
    font-family: AdorBold;
    font-size: 18px;
    font-weight: bold;
    width: 30%;
    color: white;
    border: none;
    padding: 10px 0px;
    border-radius: 5px;
    cursor: pointer;
}
.group:hover {
    background-color: #0056b3;
}
.group a {
    color: white;
    text-decoration: none;
}
.refreshBtn {
    background-color: #168368;
    font-family: AdorBold;
    font-size: 18px;
    font-weight: bold;
    color: white;
    border: none;
    padding: 10px 10px;
    border-radius: 5px;
    cursor: pointer;
    position: fixed;
    bottom: 50px;
    right: 10px;
    
}
.refreshBtn a {
    color: white;
    text-decoration: none;
}
.left {
    right: 100px;
}
