body {
    min-width: 300px;
    font-family: 'Mukta';
    font-size: 20px;
    overflow-y: scroll;
    color: #222;
}

h1, h2, h3, h4, h5, h6 {
    margin: .5em 0;
    line-height: 1.2em;
}

h1 {
    font-size: 2.2em;
}

h2 {
    font-size: 1.8em;
}

h3 {
    font-size: 1.6em;
}

h4 {
    font-size: 1.4em;
}

h5 {
    font-size: 1.3em;
}

h6 {
    font-size: 1.2em;
}

sup {
    vertical-align: super;
    font-size: 0.7em;
}

p {
    display: block;
    margin: 0.2em 0;
    line-height: 1.4em;
}

abbr {
    cursor: help;
}

.table-wrapper {
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
}

td, th {
    padding: .3em;
    text-align: center;
    white-space: nowrap;
}

table[data-go-results] {
    min-width: 100%;
}

table[data-go-results] td:nth-child(2) {
    text-align: left;
}

th {
    font-weight: bold;
    vertical-align: middle;
}

a {
    color: #5287ae;
}

.header {
    background: #222;
}

.header__svg {
    max-height: 170px;
}

.container {
    display: block;
    min-width: 300px;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}

.content-container {
    display: flex;
}

.content {
    flex: 1;
    box-sizing: border-box;
    padding: 0 1em;
    overflow: hidden;
    margin-bottom: 2em;
}

article ul,
article ol {
    margin: 0.2em 0 0.2em 1.2em;
}

article ul > li {
    list-style-type: circle;
    line-height: 1.2em;
}

article ul > li:nth-child(2n+1) {
    list-style-type: disc;
}

article > section {
    margin-bottom: 2em;
}

.content-svg {
    display: block;
    overflow: hidden;
    min-width: 300px;
    min-height: 0;
    width: 100%;
}

.top-links {
    background: #222;
}

.top-links__container {
    box-sizing: border-box;
    width: 100%;
    padding: .5em 1em 0 1em;
    display: flex;
    align-items: center;
}

.top-link__lang {
    margin-left: .5em;
}

.top-link__lang:nth-child(2) {
    margin-left: auto;
}

.top-link__lang > a {
    text-indent: 9999px;
    overflow: hidden;
}

.footer {
    overflow: hidden;
    color: #fff;
    background: #999;
    padding: 1em 0;
}

.author {
    text-align: center;
    margin-top: 1em;
    font-size: 0.8em;
}

dl:after {
    content: "";
    display: table;
    clear: both;
}

dd {
    padding: .5em 0;
}

dl {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    width: 100%;
}

dt, dd {
    display: inline-block;
    box-sizing: border-box;
    width: 20%;
}

dt {
    flex-basis: 20%;
    width: 20%;
    text-align: right;
    font-weight: bold;
}

dd {
    flex-basis: calc(80% - 1em);
    width: 80%;
    margin-left: 1em;
}

dt:first-child {
    padding-top: .5em;
}

dd + dt {
    padding-top: .5em;
}

dt + dt {
    width: 100%;
    padding: 0 80% 0 0;
}

dd > p {
    margin: 0;
}

dd > p:first-line {
    line-height: 1em;
}

dd > ul:first-child {
    margin-top: 0;
}

@media (max-width: 600px) {
    dl {
        display: block;
    }

    dd, dt {
        width: 100%;
    }

    dt {
        text-align: left;
    }
}

.address {
    display: flex;
    margin: 1em 0;
    padding: 1em;
    background: #ddd;
    line-height: 1.2em;
    flex-wrap: wrap-reverse;
}

.address > iframe,
.address > address {
    box-sizing: border-box;
    margin: 1em;
    flex: 1;
    min-width: 250px;
}

.address > address {
    text-align: right;
}

.players {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.player__card {
    position: relative;
    border: 2px solid #222;
    margin: .5em;
    width: 200px;
}

.player__photo {
    display: block;
    width: 200px;
    height: 250px;
}

.player__name {
    position: absolute;
    box-sizing: border-box;;
    bottom: 0;
    display: block;
    font-size: 1.3em;
    padding: .2em .3em;
    color: #fff;
    background: rgba(34, 34, 34, 0.61);
    width: 100%;
}

.player__rank {
    display: block;
    box-sizing: border-box;
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 0.2em;
    background: rgba(34, 34, 34, 0.61);
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.player__bio {
    font-size: 0.8em;
}

.content .shortcut,
.content .rounds-shortcut {
    display: flex;
    align-items: center;
}

.content .rounds-shortcut {
    margin-left: .5em;
}

.round-shortcut {
    list-style-type: none !important;
    width: 20px;
}

.round__about {
    display: flex;
    align-items: center;
}

.round__name {
    flex: 1;
}

.round__games {
    margin: 0 -0.5em;
    display: flex;
    flex-wrap: wrap;
}

.game {
    flex: 1;
    min-width: 350px;
    box-sizing: border-box;
    background: #ddd;
    padding: 1em;
    margin: 0.5em;
}

.game__pairing {
    display: flex;
}

.game__players {
    flex: 1;
}

.game__result {
    min-width: 1em;
    align-self: center;
}

.game__player,
.game__result,
.game__links {
    line-height: 1.5em;
}

.game__player {
    white-space: nowrap;
    position: relative;
    padding-left: 1.3em;
}

.game__player > .winner {
    font-weight: bold;
}

.game__result {
    padding-left: 1.2em;
    position: relative;
    font-size: 1.3em;
    font-weight: bold;
    text-align: right;
}

.game__result::before,
.game__player::before {
    position: absolute;
    left: 0;
    top: 0.25em;
    content: '';
    width: 1em;
    height: 1em;
    border-radius: 0.5em;
}

.game__result--black::before,
.game__player--black::before {
    background: #000;
}

.game__result--white::before,
.game__player--white::before {
    width: 0.8em;
    height: 0.8em;
    border: 0.1em solid #000;
    background: #fff;
}

.game__links {
    text-align: left;
    width: 100%;
}

.game__winner {
    display: none;
}

.home-images {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1em;
}

.home-image {
    width: 30%;
}

.home-image > .responsive-image {
    padding: 33.3% 0;
}

.home-banner {
    width: 100%;
}

.responsive-image {
    width: 100%;
    height: 0;
    position: relative;
    overflow: hidden;
}

.responsive-image > img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
}

.content-image > img {
    width: 100%;
    height: auto;
}

.events {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.event__entry {
    flex: 1;
    min-width: 350px;
    display: flex;
    align-items: center;
    list-style-type: none !important;
    margin-bottom: 1em;
}

.event__icon {
    margin-right: 1em;
}

.flash, #authMessage {
    margin: 1em 0;
    padding: .5em;
    text-align: center;
}

.flash--success {
    background: #B9FD9C;
    color: #37562A;
}

.flash--error, #authMessage {
    background: #FE9DAE;
    color: #5E2E36;
}

.support {
    margin: 0 1em;
    display: flex;
    justify-content: space-evenly;
}

.supporters {
    margin-right: 1em;
}

.supporters__list {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    justify-items: center;
    justify-content: center;
    align-content: center;
    margin-bottom: 1em;
}

.supporters__organizers {
    flex-shrink: 0;
}

.supporters__entry {
    display: flex;
    align-items: center;
    justify-items: center;
}

.supporters__entry:not(:first-child) {
    margin-left: 1em;
}

.supporters__entry > p,
.supporters__entry > a {
    font-size: 1.7em;
}

.supporters__entry > a {
    text-decoration: none;
    color: inherit;
}

.supporters__entry img {
    object-fit: contain;
    max-width: 200px;
    height: 90px;
}

.supporters__title {
    text-align: center;
    margin-top: 0;
    color: #eee;
}


@media (max-width: 800px) {
    .support {
        display: block;
    }

    .supporters {
        width: 100%;
        margin: 0;
    }

    .supporters__title {
        text-align: center;
    }

    .supporters__list {
        width: 100%;
        justify-content: space-around;
    }

    .game {
        min-width: auto;
    }

    .round__about {
        display: block;
    }
}

.timeline__day,
.timeline__event,
.timeline__time {
    display: inline-block;
}

.timeline__events {
    margin-left: 0;
}

.timeline__day {
    margin-bottom: .2em;
}

.timeline__day-schedule {
    margin-bottom: 1em;
}

.timeline__day-event {
    line-height: 1em;
    position: relative;
    list-style-type: none;
    margin-left: 6em;
    padding: 0.3em 0 0.3em 1em;
    border-left: 2px solid #222;
}

.timeline__day-event::before {
    position: absolute;
    width: 0.5em;
    height: 0.5em;
    display: block;
    top: 0.4em;
    left: -.4em;
    border-radius: 0.5em;
    content: '';
    border: 2px solid #222;
    background: #fff;
}

.timeline__day-event:nth-child(2n+1)::before {
    background: #222;
}

.timeline__day-event:nth-child(2n+1) {
    list-style-type: none;
}

.timeline__time {
    position: absolute;
    text-align: right;
    left: -6em;
    width: 5em
}

.image-list-entry {
    margin: 3em 0;
    display: flex;
    align-items: center;
}

.image-list-entry__image {
    align-items: center;
    margin-right: 2em;
    width: 30%;
}

.image-list-entry__image--short > img {
    max-height: 5em;
}

.image-list-entry__image > img {
    width: 100%;
}

.image-list-entry__content {
    flex: 1;
}

.external-link {
    display: inline-block;
    line-height: 24px;
    padding-left: 30px;
}

.external-link.fb {
    background: url('../img/fb.png') no-repeat;
}

.external-link.rb {
    background: url('../img/rb.png') no-repeat;
}

.external-link.site {
    background: url('../img/site.png') no-repeat;
}

.external-link.twitch {
    background: url('../img/twitch.png') no-repeat;
}

.external-link.instagram {
    background: url('../img/instagram.png') no-repeat;
}

.about-sponsor__content {
    display: flex;
    margin-bottom: 2em;
}

.about-sponsor__logo {
    margin: 1em 1em 0 0;
}

.about-sponsor__logo > img {
    object-fit: contain;
    width: 250px;
    max-height: 200px;
}

.about-sponsor__logo > h3 {
    text-align: center;
    width: 250px;
}

.about-sponsor__logo-text {
    display: flex;
    box-sizing: border-box;
    width: 250px;
    align-items: center;
    justify-content: center;
    font-size: 2.5em;
    font-weight: bold;
}

.about-sponsor__description {
    text-align: justify;
}

@media (max-width: 600px) {
    h1, h2, h3, h4, h5, h6 {
        word-break: break-word;
    }

    .about-sponsor__logo > img {
        width: 150px;
        max-height: 130px;
    }

    .about-sponsor__logo-text {
        width: 150px;
    }
}

@media (max-width: 500px) {
    .about-sponsor__content {
        display: block;
    }

    .about-sponsor__logo {
        margin: 0;
    }

    .about-sponsor__logo > img {
        width: 100%;
        max-height: 130px;
    }

    .about-sponsor__logo-text {
        width: 100%;
        height: auto;
    }
}

.winners {
    display: flex;
    margin: 1em 0 4em;
    align-items: center;
    justify-items: center;
    justify-content: space-around;
}

.winners h4,
.winners h5 {
    text-align: center;
}

.winners .player__card {
    margin: 2em auto;
    text-align: center;
}

.winners__first {
    z-index: 1;
    order: 2;
}

.winners__second {
    order: 1
}

.winners__third {
    order: 3;
}

.winners__first > .player__card {
    transform: translate(0, -0.5em) scale(1.1);
}

@media (max-width: 800px) {
    .winners {
        display: block;
    }

    .winners .player__card {
        margin: 0 auto 2em;
    }

    .winners__first > .player__card {
        transform: translate(0, 0);
    }
}