﻿.ACCtracker-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}


.welcome-container {
    height: 200px;
    position: relative;
}

.welcome-text {
    font-size: 3rem;
    font-weight: 300;
    line-height: 1.2;
}

.welcome-button-text {
    font-size: 2rem;
    font-weight: 300;
    line-height: 1;
}

.welcome-center {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


.thead-sticky tr th {
    position: sticky;
    top: var(--top);
    z-index: 10;
}

.clickable-row {
    cursor: pointer;    
}

.clickable-cell {
    cursor: pointer;
}

.gold {
    background-color: rgba(212,175, 55, 0.5)
    /*    background-color: #D4AF37; */
}

.silver {
    background-color:  rgba(192,192,192,0.5)
    /*    background-color: #C0C0C0;*/
}

.bronze {
    background-color: rgba(205, 127, 50, 0.5)
    /*    background-color: #cd7f32;*/
}
