﻿/*----------------------------------------------------
    Site.css contains the user defined CSS styles
    
-------------------------------------------------------*/

.container-logo
{
    margin-top:10px;
    margin-bottom:10px;
    width:100%;
}

.container-logo-image
{
    vertical-align:top;
    text-align:left;
}

.container-logo-title
{
    vertical-align:bottom;
    text-align:left;
    padding-left:5px;
    width:100%;
}


.container-match-buttons
{
    float:right;
}

.logo-title-text
{
    font-size:30px;
    font-family:inherit;
    font-weight:500;
    line-height:1.1;
    color:inherit;
}

.logo-note-text
{
    font-size:14px;
    font-family:inherit;
    font-weight:500;
    line-height:1.1;
    color:inherit;
    margin-top:5px;
}

.lsFooter
{
    font-size: 12px;
    text-align:center;
    margin-top:40px;
    padding-top:5px;
    border-top:1px solid #e5e5e5;
}

.results-team-cell
{
    text-align:center;
    width:35%;
}

.results-value
{
    font-size: 20px; 
    font-weight: bold;
}

.player-left-cell
{
    text-align:left;
    width:35%;
}

.player-right-cell
{
    text-align:right;
    width:35%;
}

.scorerstable-player-cell
{
    text-align:left;
    width:40%;
}

.scorerstable-team-cell
{
    text-align:left;
    width:30%;
}

.scorerstable-summary-cell
{
    text-align:right;
    width:70%;
}

/* overridden bootstrap CSS*/
.table {width:100%;max-width:100%;margin-bottom:0px}

.center-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.statistics-column{
    background-color:lightgoldenrodyellow;
}

.statistics-host {
    /*background-color:green;
    color:white;*/
    color:green;
}

.statistics-guest {
    /*background-color:red;
    color:white;*/
    color:red;
}

.download-button {
    margin: 12px 6px 12px 6px
}
