body {
    background-color: #f9f9f9;
    background-image: url("/static/images/bg_white.jpg");
    background-position: center center;
    background-attachment: fixed;
    background-size: 50% auto;
    background-size: cover;
    // font-family: "futura-pt";
}

h1 {
    background-color: #E1051B;
    // font-family: "futura-pt-condensed";
    color: #fff;
    padding: 10px 10px 10px 20px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
    display: block;
}

.table {
    width: 100%;
    background-color: #fff;
    text-transform: uppercase;
}

.table thead {
    background-color: #f9b800;
}
.table thead th {
    border: 0 !important;
}

.table thead > tr:nth-child(1) {
    font-weight: bold;
    font-size: 1.2em;
}

.table td {
    padding: 0.5rem !important;
}

.table tbody td {
    // border: 2px solid #dee2e6;
}

.table tbody tr:first-child td {
    // border-top: 0px solid;
}

.table .cell-logo {
    height: 20px;
    margin-bottom: 3px;
}

#matches td:nth-child(2) {
    text-align: center;
}

.highlight-team {
    background: #e1051b;
    color: #fff;
}

.well {
    text-align: center;
}

.score {
    text-transform: none;
}

.updated {
    background: #E1051B;
    color: #fff;
}

.width {
    width: 100%;
}
.container-row {
    display: flex;
    width: 100%;
}

.container-left,
.container-center,
.container-right {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.container-left {
    flex: 0 0 16.666667%;
}
.container-center {
    flex: 0 0 66.666667%;
}
.container-right {
    flex: 0 0 16.666667%;
}