.main-banner {
    background-image: url(/static/images/banners/matcheslist.jpg);
    background-position-y: 80%;
}

.main-banner::before {
    height: 100%;
}

.match-info {
    line-height: 1.4;
}

.match-title{
    color: #111 !important;
    font-weight: 600;
    font-size: 105%;
}
.main-block{
    box-shadow: 0 1px 0 0 #dce1e6, 0 0 0 1px #e7e8ec;
}
.match-block {
    background-color: #f7f7f7;
    color: #333;
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
}

.match-block:first-child{
    margin-top: 0px;
}

.match-date {
    font-size: 12px;
    font-weight: 500;
}
.match-actions {
    display: flex;
    justify-content: center;
    align-items: center;
}

.match-btn {
	border: 1px solid #ddd;
	background-color: #e7e7e7;
    border-radius: 4px;
    display: flex;
    align-items: center;
    height: 34px;
    padding: 8px;
}

.match-info-block {
    display: flex;
}

.creator-avatar {
    width: 42px;
    height: 42px;
    margin-right: 8px;
    background-image: url(http://a.gatari.pw/1000?41676);
    background-size: 100%;
    border: 1px solid #ececec;
    border-radius: 6px;
    background-color: #fff;
}