/* CSS for the user profile "Organized matches" section */

.matches-container {
	text-align: center;
}

.matches-container .create-match-button {
	font-size: 1em !important;
}


/* CSS for the matches directory page */

.matches-directory {
    margin-bottom: 100px;
}

.matches-directory .matches-list {
    margin: 0px;
}

.matches-directory .match {
    list-style: none;
    border-left: solid 5px #ddd;
    margin-bottom: 10px;
    padding-left: 10px;
}

.matches-directory .match .labels span {
    font-size: 0.8em;
    font-weight: bold;
    color: #767676;
    padding: 3px 5px;
    margin-right: 10px;
    border-radius: 5px;
    background-color: #dedede;
}

.matches-directory .match p.title {
    margin-bottom: 0px;
    font-size: 1.3em !important;
    line-height: 1.3em !important;
    font-weight: bold;
    color: inherit !important;
}

/* CSS For the single match template */
.partita .label {
    border-right: 1px solid #eaeaea;
    font-weight: 700;
    width: 25%;
}