
﻿body
{
}

div.panel-scores
{
    padding: 3px;
    background-color: #6699FF;
    color: white;
    border-color: darkblue;
}

table.scoretable
{
    width: 100%;
}

div > td > table.scoretable
{    
    
    
}

td.playername
{        
    width: 68%;
    padding: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100px;
}

td.playernameplanned
{        
    width: 100%;
    padding: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;    
}

td.playerpoint
{
    width: 8%;
    padding: 2px;
}

div.playername
{
    padding-left: 2px;
    padding-right: 2px;
    overflow: hidden;
    vertical-align: middle;
    white-space: nowrap;
    background-color: #225d98; /* CUSTOM  COL 1*/
    color: white; /* CUSTOM  COL 2 */

}

div.playerbig
{
    font-size: 144px; /* CUSTOM */
}

div.playerpoint
{
    padding-right: 1px;
    text-align: center;
    background-color: #225d98; /* CUSTOM  COL 1 */
    color: white; /* CUSTOM  COL 2*/
}

div.server
{
    color: yellow; /* CUSTOM  COL 3 */
}

div.winner
{
    background-color: #00CC99;
    color: white; /* CUSTOM  COL 3 */
}



.sponsor-image-wrapper img
{
    max-width: 100% !important;
    height: auto;
    display: block;
    align-content: center;
}

div.ttreload
{
    opacity: 0.3;
    width: 100px;
    position: fixed;
    top: 10px;
    right: 2px;    
}

div.ttlogo{
    opacity: 0.60;
    width: 100px;
    position: fixed;
    bottom: 10px;
    right: 2px;
    cursor: pointer;
}

div.ttconfig
{
    opacity: 0.15;
    width: 100px;
    position: fixed;
    bottom: 10px;
    right: 80px;
    cursor: pointer;
}

div.ttradio
{
    opacity: 0.15;
    width: 100px;
    position: fixed;
    bottom: 10px;
    right: 160px;
    cursor: pointer;
}

/* BS overwrites */

.panel-primary
{
    border-color: #1a4672; /* CUSTOM COL 4*/
}

.panel-primary > .panel-heading
{
    color: #ffffff;
    background-color: #1a4672; /* CUSTOM COL 4*/
    border-color: #1a4672; /* CUSTOM COL 4*/
}


.panel-primary > .panel-footer
{
    color: #ffffff; /* CUSTOM COL 5 */
    background-color: #1a4672; /* CUSTOM COL 4*/
    border-color: #1a4672; /* CUSTOM COL 4*/
}

.panel-footer, .panel-heading, .sponsor-image-wrapper
{
    padding: 5px 5px 5px 5px;
}
.panel-scores-heading
{
    background-color:darkblue;
    margin-top: -3px;
    margin-left: -3px;
    margin-right: -3px;
}
.panel-scores-footing
{
    background-color: #598FFF; 
    /*
        background-color: #225d98;

    margin-bottom: -1px;
    margin-left: -1px;
    margin-right: -1px;
        */
}
