.headerTableContainer {
    background: #1b1b1b;
    width: 100%;
    height: 320px;
}

.headerTableBox {
    /* background: #242d34; */
    height: 140px;
    width: 29.4%;
    float: left;
    margin: 7px 7px;
    padding: 15px;
    background: rgb(0 0 0 / 15%);
    /* display: flex; */
    /* justify-content: center; */
    text-align: justify;
    overflow: auto;
    color: #525252;
    -ms-overflow-style: none;
    scrollbar-width: none;
    border: 1px solid rgb(139 125 67 / 50%);
}

.headerTableLinksContainer {
    background: #1b1b1b;
    width: 100%;
    height: 56px;
    /* margin: 0px 144px; */
    display: flex;
    justify-content: center;
    align-items: center;
    /* border-top: 7px #121212 solid; */
    /* border-left: 7px #121212 solid; */
    /* border-right: 7px #121212 solid; */
}

.headerTableLinks {
    background: rgba(22, 22, 22, 0.8);
    background-image: linear-gradient(135deg, rgba(0, 255, 255, 0.05) 0%, transparent 50%);
    clip-path: polygon(0% 0%, 85% 0%, 100% 30%, 100% 100%, 15% 100%, 0% 70%);
    border: 1px solid rgba(0, 255, 255, 0.3);
    box-shadow: inset 0 0 10px rgba(0, 255, 255, 0.1);
    color: #00ffff;
    text-shadow: 0 0 5px rgba(0, 255, 255, 0.5);
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 13px;
    font-family: 'Blender Pro';
    display: inline-block;
    width: auto;
    min-width: 120px;
    padding: 10px 20px;
    margin: 5px;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
}


.header-intro {
    background: #171717;
    border: 1px solid #514a2d;
    width: 95.3%;
    margin: auto;
    padding: 20px;
    color: #586068;
    font-family: 'Blender Pro';
    font-size: 16px;
    line-height: 15px;
    text-align: justify;
}


img.logoIMG {
    opacity: 0.3;
}

img.headerTeamIMG {
    margin: 0px 23px;
    border: 1px #4c4d16 solid;
    padding: 4px;
    /* margin: auto; */
    opacity: 0.5;
}

img.headerTeamIMG:hover {
    transition: all 0.3s ease-in-out 0s;
    transform: scale(1.0) rotate(5deg);
    opacity: 1;
}

.teamonline_cont {
    /* background: #181f25; */
    width: 362px;
    margin: 0px 0px 0px 3px;
    /* float: left; */
    height: 106px;
    /* padding: 5px; */
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 11px;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.teamonline_frame {
    /* background: #fff; */
    width: 328px;
    margin: 5px;
    display: flex;
    align-items: center;
}

.teamonline_name {
    font-size: 11px;
    padding: 2px 23px;
    text-align: left;
    font-family: 'genosthin';
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 20px;
    color: #6b6b6b;
}

span.teamonline_visit {
    font-size: 10px;
    color: #5d5d5d;
    font-family: monospace;
}	
		