.list-control {  }
.fixtures-wrap { text-align: center; }
.fixtures {  }
.fixtures h3 { font-weight: bold; }
.fixture { margin-bottom: 40px; }
.fixture .result { font-weight: bold; }
#forthcoming-games { position: relative; min-height: 300px; }
#forthcoming-games .fixture { margin-bottom: 20px; text-align: center; }
#forthcoming-games .clubs { font-size: 1.2em; }
/*
#forthcoming-games-loader { position: absolute; left: 50%; top: 50%; width: 54px; height: 55px; margin-left: -25px; margin-top: -25px; background-image: url(css/images/ajax-loader-big.gif); }
#forthcoming-games .fixtures { opacity: 0; transition: opacity 1s; background-color: #EFEFEF; }
#forthcoming-games .fixtures.on {  opacity: 1; }
*/

.club-row { margin-bottom: 10px; }
.club-row > img { width: 20px; float: left; padding-right: 10px; position: relative; top: 3px; }

.player { float: left; box-sizing: border-box; width: 25%; text-align: center; margin-bottom: 20px; }
.player img { width: 30px; }

h1.fixtures { text-align: center; }



.table12 {
    display:table;
    width:100%;
    height:100%;
    border:1px solid #000;
}
.row12 {
    display:table-row;
    height:100%;
}
.cell12, .cell21, .cell31 {
    display:table-cell;
    width:33%;
    height:100%;
    border:1px solid #CCC;
}
.cell21 > img {
    width:100%;
    height:auto;
}


.list-control #filter-form { background: #7F8487; padding: 8px 8px 0px 8px; }
.list-control #filter-form:after { display: block; clear: both; content: '';}
.list-control .fields { float: left; margin-bottom: 8px; }
.list-control select { float: left; margin-right: 10px; }
.list-control select:last-child { margin-right: 0; }
.list-control .filter-buttons { float: right; margin-bottom: 8px; }
.list-control .button { float: right; padding: 1px 20px; margin-right: 10px; background: #FFF; font-size: 12px; cursor: pointer;}
.list-control .button:first-child { margin-right: 0; }
.list-control .ajax-loader { height: 32px; padding: 10px 0; background: url(images/ajax-loader-green.gif) center center no-repeat; opacity: 0; transition: opacity 1s;}
.list-control .ajax-loader.show { opacity: 1; }
