﻿body {
    background-color: #fafafa;
}

/*Cards*/
.card-square.mdl-card {
    width: 320px;
    height: 452px;
    margin: 30px;
}

.card-square > .mdl-card__title {
    color: #fff;
    text-shadow: -1px 0 #757575, 0 1px #757575, 1px 0 #757575, 0 -1px #757575;
    background: center / cover;
    position: relative;
}

.card-square > .mdl-card__actions {
    height: 52px;
    padding: 14px;
    color: grey;
}

.card-square > .mdl-card__actions i {
    vertical-align: middle;
}

/*Date*/
.date-button {
    font-size: 16px;
    color: #222222 !important;
    position: absolute;
    right: 15px;
    bottom: -32px;
    background-color: lightgray !important;
}

/*Player list*/
.player-list {
    list-style-type: none;
    color: #222222 !important;
    margin: 0;
}

.player-list li{
    height: 24px;
}
        
.player-list i{
    vertical-align: middle;
    color: grey;
}
        
.player-list .win {
    font-weight: bold;
}

.player-list .win i {
    color: #222222;
}

/*Tooltips*/
.card-square .mdl-tooltip {
    max-width: 300px;
}

.mdl-card { /*Stop tooltips from being clipped by other cards*/
    z-index: auto;
}

/*Grid*/
.mdl-grid {
	max-width: 1140px;
}

/*Table*/
.mdl-data-table {
    margin: 30px auto;
}

.mdl-data-table td, .mdl-data-table th {
    text-align: center;
}

.mdl-data-table td.restaurant, .mdl-data-table th.restaurant {
    text-align: right;
}

.mdl-data-table th.member {
    width: 86px;
}

.mdl-data-table td{
    padding-top: 0;
    vertical-align: middle;
}

.mdl-data-table i{
    vertical-align: middle;
}

.mdl-data-table img{
    width: 24px;
    height: auto;
}

.mdl-data-table .total td{
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
}

/*Map*/
#mapcontainer{
    height: 600px;
    width: 918px;
    margin: 30px auto;
}