﻿.matches {
    font-size: 14px;
    border: 1px solid #cccccc;
    margin: 10px 0px;
}

.date, .round {
    padding: 6px 10px;
    background-color: #aaaaaa;
    color: white;
}

.match {
    padding: 2px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    background-color: white;
    font-size: small;
}

.match-left {
    text-align: left;
    display: inline-block;
    width: 40%;
}

.match-right {
    display: inline-block;
    text-align: right;
    width: 40%;
}

.match-center {
    display: inline-block;
    text-align: center;
    width: 20%;
}

.rank {
    float: right;
}

.match:hover {
    background-color: #eeeeee;
}
