.highscore-frame
{
    background-color: black; 
    position:absolute;
}

.highscore-picture
{
    position:absolute;
    opacity: 0.25;  
    border: thin solid blueviolet; 
}

.highscore-top-banner
{
    position:absolute;
    top:40px;
    left:5px;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    color:ghostwhite;
    padding-top: 2px;
}

.highscore-row
{
    position:absolute;
    height: 22px;
}

.highscore-col
{
    position:absolute;
    height: 22px;
    width: 197px;

    border: thin solid #feb300;
    border-radius: 3px;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    color:ghostwhite;
    padding-top: 1px;
}