img.small-logo{
    height:75px;
}

img.small_photo{
    height:75px;
}

img.large-foto{
    width:150px;
}

img.pl-list-photo {
    height:120px;
    border:0px solid #000000;
}

div.basket_champ_sel{
    margin: 20px 10px 10px 0px;
}

div.stat_type_sel{
    margin: 30px 10px 10px 0px;
}

div.game-header {
    margin:10px;
    display: table;
}

div.game-header-logo{
    display: table-cell;
    width: 100px;
}

div.game-header-logo img{
    width:100px;
    height:100px;
}

div.game-header-main{
    height:100px;
    width: 100%;
    display:table-cell;
    vertical-align: middle;
    padding: 0px 20px 10px 20px;
}

div.game-header-team{
    display: table-cell;
    font-size: 120%;
    width: 50%;
    padding: 20px;
    color: black;
    text-align: center;
}

div.game-header-score{
    display: table-cell;
    width: 50px;
    font-size: 140%;
    font-weight: bold;
    padding-left: 20px;
    padding-right: 20px;
}

div.game-header-score span{
    background: green;
    padding:10px;
}

div.game-header-main-upper{
    text-align: center;
}

div.game-header-main-middle{
    text-align: center;
    width: 100%;
}

div.game-header-main-low{
    text-align: center;
}


.score-win{
    
    color:  white;
}

.score-loose{
    color: white;
}


.game-zone {
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

table th{
    border: 0.5px solid green;
} 

table td {
    padding: 10px;
    border: 0.5px solid green;
}

table.pl-list td {
    padding: 10px;
    border: 0px;
}

table.game-stat td{
    padding: 5px;
}

table.game_list a{
    text-decoration: none;
}

tr.headers1 th{
    height: 25px;
    background: #caeff7;
    font-weight:  bold;
    padding: 5px;
}

tr.odd {
    background:  #FFFFCC;
}

div.game-stat {
    width:100%;
    margin-top: 5px;
}

div.player-stat {
    margin-top: 15px;
}


tr.game-stat-team-row {
    padding: 5px;
}

tr.game-stat-team-row th{
    color: white;
    background-color:  #3399FF;
    font-size: 100%;
    height: 30px;
}

td.stat-type{
    color: white;
    background-color:  #3399FF;
    font-size: 100%;
}

td.stat_param {
    font-size: 90%;
    text-align: center;
}

div.player_name {
    font-size: 120%;
    color: blue;
    font-weight: bold;
}

div.team_name {
    font-size: 120%;
    color: blue;
    font-weight: bold;
}

div.player_position {
    font-size: 90%;
    color:  black;
}

td.player_position {
    font-size: 70%;
}

.pl-stat-gcount {
    font-size: 120%;
}

.pl-stat-points {
    font-weight: bold;
}

.pl-percents {
    font-weight: bold;
}

.game-stat {
    margin-top: 10px;
}

.player-link {
    text-decoration: none;
}

.team_link {
    text-decoration: none;
}
