[class^=trn-] {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

.trn-page {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    background-color: black
}

#trn,
.trn-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {

    #trn,
    .trn-container {
        max-width: 540px
    }
}

@media (min-width:768px) {

    #trn,
    .trn-container {
        max-width: 720px
    }
}

@media (min-width:992px) {

    #trn,
    .trn-container {
        max-width: 960px
    }
}

@media (min-width:1200px) {

    #trn,
    .trn-container {
        max-width: 1140px
    }
}

.trn-text-center {
    text-align: center !important
}

.trn-text-muted {
    color: #6c757d !important
}

.trn-float-right {
    float: right !important
}

.trn-float-left {
    float: left !important
}

.trn-text-success {
    color: #28a745 !important
}

a.trn-text-success:focus,
a.trn-text-success:hover {
    color: #1e7e34 !important
}

.trn-text-info {
    color: #17a2b8 !important
}

a.trn-text-info:focus,
a.trn-text-info:hover {
    color: #117a8b !important
}

.trn-text-warning {
    color: #ffc107 !important
}

a.trn-text-warning:focus,
a.trn-text-warning:hover {
    color: #d39e00 !important
}

.trn-text-danger {
    color: #dc3545 !important
}

a.trn-text-danger:focus,
a.trn-text-danger:hover {
    color: #bd2130 !important
}

.trn-m-0 {
    margin: 0 !important
}

.trn-mt-0,
.trn-my-0 {
    margin-top: 0 !important
}

.trn-mr-0,
.trn-mx-0 {
    margin-right: 0 !important
}

.trn-mb-0,
.trn-my-0 {
    margin-bottom: 0 !important
}

.trn-ml-0,
.trn-mx-0 {
    margin-left: 0 !important
}

.trn-m-1 {
    margin: .25rem !important
}

.trn-mt-1,
.trn-my-1 {
    margin-top: .25rem !important
}

.trn-mr-1,
.trn-mx-1 {
    margin-right: .25rem !important
}

.trn-mb-1,
.trn-my-1 {
    margin-bottom: .25rem !important
}

.trn-ml-1,
.trn-mx-1 {
    margin-left: .25rem !important
}

.trn-m-2 {
    margin: .5rem !important
}

.trn-mt-2,
.trn-my-2 {
    margin-top: .5rem !important
}

.trn-mr-2,
.trn-mx-2 {
    margin-right: .5rem !important
}

.trn-mb-2,
.trn-my-2 {
    margin-bottom: .5rem !important
}

.trn-ml-2,
.trn-mx-2 {
    margin-left: .5rem !important
}

.trn-m-3 {
    margin: 1rem !important
}

.trn-mt-3,
.trn-my-3 {
    margin-top: 1rem !important
}

.trn-mr-3,
.trn-mx-3 {
    margin-right: 1rem !important
}

.trn-mb-3,
.trn-my-3 {
    margin-bottom: 1rem !important
}

.trn-ml-3,
.trn-mx-3 {
    margin-left: 1rem !important
}

.trn-m-4 {
    margin: 1.5rem !important
}

.trn-mt-4,
.trn-my-4 {
    margin-top: 1.5rem !important
}

.trn-mr-4,
.trn-mx-4 {
    margin-right: 1.5rem !important
}

.trn-mb-4,
.trn-my-4 {
    margin-bottom: 1.5rem !important
}

.trn-ml-4,
.trn-mx-4 {
    margin-left: 1.5rem !important
}

.trn-m-5 {
    margin: 3rem !important
}

.trn-mt-5,
.trn-my-5 {
    margin-top: 3rem !important
}

.trn-mr-5,
.trn-mx-5 {
    margin-right: 3rem !important
}

.trn-mb-5,
.trn-my-5 {
    margin-bottom: 3rem !important
}

.trn-ml-5,
.trn-mx-5 {
    margin-left: 3rem !important
}

.trn-p-0 {
    padding: 0 !important
}

.trn-pt-0,
.trn-py-0 {
    padding-top: 0 !important
}

.trn-pr-0,
.trn-px-0 {
    padding-right: 0 !important
}

.trn-pb-0,
.trn-py-0 {
    padding-bottom: 0 !important
}

.trn-pl-0,
.trn-px-0 {
    padding-left: 0 !important
}

.trn-p-1 {
    padding: .25rem !important
}

.trn-pt-1,
.trn-py-1 {
    padding-top: .25rem !important
}

.trn-pr-1,
.trn-px-1 {
    padding-right: .25rem !important
}

.trn-pb-1,
.trn-py-1 {
    padding-bottom: .25rem !important
}

.trn-pl-1,
.trn-px-1 {
    padding-left: .25rem !important
}

.trn-p-2 {
    padding: .5rem !important
}

.trn-pt-2,
.trn-py-2 {
    padding-top: .5rem !important
}

.trn-pr-2,
.trn-px-2 {
    padding-right: .5rem !important
}

.trn-pb-2,
.trn-py-2 {
    padding-bottom: .5rem !important
}

.trn-pl-2,
.trn-px-2 {
    padding-left: .5rem !important
}

.trn-p-3 {
    padding: 1rem !important
}

.trn-pt-3,
.trn-py-3 {
    padding-top: 1rem !important
}

.trn-pr-3,
.trn-px-3 {
    padding-right: 1rem !important
}

.trn-pb-3,
.trn-py-3 {
    padding-bottom: 1rem !important
}

.trn-pl-3,
.trn-px-3 {
    padding-left: 1rem !important
}

.trn-p-4 {
    padding: 1.5rem !important
}

.trn-pt-4,
.trn-py-4 {
    padding-top: 1.5rem !important
}

.trn-pr-4,
.trn-px-4 {
    padding-right: 1.5rem !important
}

.trn-pb-4,
.trn-py-4 {
    padding-bottom: 1.5rem !important
}

.trn-pl-4,
.trn-px-4 {
    padding-left: 1.5rem !important
}

.trn-p-5 {
    padding: 3rem !important
}

.trn-pt-5,
.trn-py-5 {
    padding-top: 3rem !important
}

.trn-pr-5,
.trn-px-5 {
    padding-right: 3rem !important
}

.trn-pb-5,
.trn-py-5 {
    padding-bottom: 3rem !important
}

.trn-pl-5,
.trn-px-5 {
    padding-left: 3rem !important
}

.trn-mb-xs {
    margin-bottom: 10px
}

.trn-mb-sm {
    margin-bottom: 20px
}

.trn-mb-md {
    margin-bottom: 40px
}

.trn-mb-lg {
    margin-bottom: 80px
}

.trn-mb-xl {
    margin-bottom: 160px
}

.trn-mt-xs {
    margin-top: 10px
}

.trn-mt-sm {
    margin-top: 20px
}

.trn-mt-md {
    margin-top: 40px
}

.trn-mt-lg {
    margin-top: 80px
}

.trn-mt-xl {
    margin-top: 160px
}

.trn-pull-right {
    float: right !important
}

.trn-pull-left {
    float: left !important
}

.trn-clearfix {
    clear: both
}

.d-none {
    display: none
}

.trn-item-wrapper {
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    background: #fff;
    display: flex;
    flex-direction: column
}

.trn-item-wrapper:hover {
    border: 1px solid rgba(0, 0, 0, .1875);
    background: rgba(0, 0, 0, .0625);
    cursor: pointer
}

.trn-item-group {
    display: block;
    width: 100%
}

.trn-item-thumbnail {
    float: left
}

.trn-item-thumbnail img {
    height: 100px;
    width: 100px
}

.trn-item-info {
    margin-left: 110px
}

.trn-item-info>ul {
    margin-top: 16px;
    margin-bottom: 0;
    text-align: center
}

.trn-item-title {
    font-size: 1.5em;
    display: block
}

.trn-item-meta {
    display: block
}

#tournaments .trn-item-info ul {
    margin-top: 0
}

@media screen and (max-width:500px) {
    .trn-item-thumbnail {
        width: 100%
    }

    .trn-item-thumbnail img {
        display: block;
        margin-left: auto;
        margin-right: auto
    }

    .trn-item-info {
        margin-left: 0;
        clear: both;
        width: 100%
    }
}

#games .trn-item-wrapper:hover {
    border: 1px solid rgba(0, 0, 0, .125);
    background: #fff;
    cursor: inherit
}

.trn-nav {
    all: unset;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 1rem;
    list-style: none
}

.trn-nav-item {
    all: unset;
    list-style: none
}

.trn-nav-item:not(:disabled):not(.trn-disabled) {
    cursor: pointer
}

.trn-nav-link {
    all: unset;
    display: block;
    padding: .5rem 1rem;
    border-radius: .25em
}

.trn-nav-link:focus,
.trn-nav-link:hover {
    text-decoration: none
}

.trn-nav-link.trn-nav-active {
    color: #fff;
    background-color: #5279bd
}

.trn-tab-pane {
    display: none
}

.trn-tab-pane.trn-tab-active {
    display: block
}

.trn-auto-complete {
    position: relative;
    display: inline-block
}

.trn-auto-complete-items {
    position: absolute;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    z-index: 99;
    top: 100%;
    left: 0;
    right: 0
}

.trn-auto-complete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff
}

.trn-auto-complete-items div:hover {
    background-color: #e9e9e9
}

.trn-auto-complete-active {
    background-color: #1e90ff !important;
    color: #fff
}

.trn a.trn-button,
.trn-button,
.trn-button[type=button],
.trn-button[type=submit] {
    all: unset;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: #5279bd;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    padding: .5rem 1.25rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    word-break: break-all;
    word-wrap: break-word;
    transition: all .1s ease-in-out;
    border: 1px solid transparent;
    border-radius: .25rem;
    cursor: default;
    line-height: 1.5rem;
    font-size: 1rem;
    display: inline-block
}

.trn-button:not(:disabled):not(.trn-disabled) {
    cursor: pointer
}

.trn-button:hover,
.trn-button[type=button]:hover,
.trn-button[type=submit]:hover {
    background-color: #496caa
}

.trn-button-danger,
.trn-button-danger[type=button],
.trn-button-danger[type=submit] {
    background-color: #dc3545
}

.trn-button-danger:hover,
.trn-button-danger[type=button]:hover,
.trn-button-danger[type=submit]:hover {
    background-color: #bb2d3b
}

.trn-button-success,
.trn-button-success[type=button],
.trn-button-success[type=submit] {
    background-color: #198754
}

.trn-button-success:hover,
.trn-button-success[type=button]:hover,
.trn-button-success[type=submit]:hover {
    background-color: #157347
}

.trn-button-secondary,
.trn-button-secondary[type=button],
.trn-button-secondary[type=submit] {
    background-color: initial;
    border: 1px solid #5279bd;
    color: #5279bd
}

.trn-button-secondary:hover,
.trn-button-secondary[type=button]:hover,
.trn-button-secondary[type=submit]:hover {
    background-color: #496caa;
    border-color: #496caa;
    color: #fff
}

.trn-button-sm,
.trn-button-sm[type=button],
.trn-button-sm[type=submit] {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

.trn-button-group {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

.trn-button-group>.trn-button-group:not(:first-child)>.trn-button,
.trn-button-group>.trn-button:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.trn-button-group>.trn-button-group:not(:last-child)>.trn-button,
.trn-button-group>.trn-button:not(:last-child):not(.trn-dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.trn-close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none
}

.trn-close:not(:disabled):not(.trn-disabled) {
    cursor: pointer
}

.trn-close:not(:disabled):not(.trn-disabled):focus,
.trn-close:not(:disabled):not(.trn-disabled):hover {
    color: #000;
    text-decoration: none;
    opacity: .75
}

.trn-dl {
    all: unset;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    margin-top: 0;
    margin-bottom: 1rem
}

.trn-dt {
    all: unset;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-weight: 700;
    display: block
}

.trn-dd {
    all: unset;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    margin-bottom: .5rem;
    margin-left: 0;
    display: block
}

ul.trn-list-inline li,
ul.trn-list-unstyled li {
    list-style: none
}

li.trn-list-inline-item {
    display: inline-block
}

.trn-card {
    all: unset;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

.trn-card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.trn-card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.trn-card-body {
    flex: 1 1 auto;
    padding: 1.25rem
}

.trn-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.trn-no-gutters {
    margin-right: 0;
    margin-left: 0
}

.trn-no-gutters>.trn-col,
.trn-no-gutters>[class*=trn-col-] {
    padding-right: 0;
    padding-left: 0
}

.trn-col,
.trn-col-1,
.trn-col-10,
.trn-col-11,
.trn-col-12,
.trn-col-2,
.trn-col-3,
.trn-col-4,
.trn-col-5,
.trn-col-6,
.trn-col-7,
.trn-col-8,
.trn-col-9,
.trn-col-auto,
.trn-col-lg,
.trn-col-lg-1,
.trn-col-lg-10,
.trn-col-lg-11,
.trn-col-lg-12,
.trn-col-lg-2,
.trn-col-lg-3,
.trn-col-lg-4,
.trn-col-lg-5,
.trn-col-lg-6,
.trn-col-lg-7,
.trn-col-lg-8,
.trn-col-lg-9,
.trn-col-lg-auto,
.trn-col-md,
.trn-col-md-1,
.trn-col-md-10,
.trn-col-md-11,
.trn-col-md-12,
.trn-col-md-2,
.trn-col-md-3,
.trn-col-md-4,
.trn-col-md-5,
.trn-col-md-6,
.trn-col-md-7,
.trn-col-md-8,
.trn-col-md-9,
.trn-col-md-auto,
.trn-col-sm,
.trn-col-sm-1,
.trn-col-sm-10,
.trn-col-sm-11,
.trn-col-sm-12,
.trn-col-sm-2,
.trn-col-sm-3,
.trn-col-sm-4,
.trn-col-sm-5,
.trn-col-sm-6,
.trn-col-sm-7,
.trn-col-sm-8,
.trn-col-sm-9,
.trn-col-sm-auto,
.trn-col-xl,
.trn-col-xl-1,
.trn-col-xl-10,
.trn-col-xl-11,
.trn-col-xl-12,
.trn-col-xl-2,
.trn-col-xl-3,
.trn-col-xl-4,
.trn-col-xl-5,
.trn-col-xl-6,
.trn-col-xl-7,
.trn-col-xl-8,
.trn-col-xl-9,
.trn-col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.trn-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.trn-col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.trn-col-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.trn-col-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.trn-col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.trn-col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.trn-col-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.trn-col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.trn-col-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.trn-col-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.trn-col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.trn-col-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.trn-col-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.trn-col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.trn-order-first {
    order: -1
}

.trn-order-last {
    order: 13
}

.trn-order-0 {
    order: 0
}

.trn-order-1 {
    order: 1
}

.trn-order-2 {
    order: 2
}

.trn-order-3 {
    order: 3
}

.trn-order-4 {
    order: 4
}

.trn-order-5 {
    order: 5
}

.trn-order-6 {
    order: 6
}

.trn-order-7 {
    order: 7
}

.trn-order-8 {
    order: 8
}

.trn-order-9 {
    order: 9
}

.trn-order-10 {
    order: 10
}

.trn-order-11 {
    order: 11
}

.trn-order-12 {
    order: 12
}

.trn-offset-1 {
    margin-left: 8.333333%
}

.trn-offset-2 {
    margin-left: 16.666667%
}

.trn-offset-3 {
    margin-left: 25%
}

.trn-offset-4 {
    margin-left: 33.333333%
}

.trn-offset-5 {
    margin-left: 41.666667%
}

.trn-offset-6 {
    margin-left: 50%
}

.trn-offset-7 {
    margin-left: 58.333333%
}

.trn-offset-8 {
    margin-left: 66.666667%
}

.trn-offset-9 {
    margin-left: 75%
}

.trn-offset-10 {
    margin-left: 83.333333%
}

.trn-offset-11 {
    margin-left: 91.666667%
}

@media (min-width:576px) {
    .trn-col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .trn-col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .trn-col-sm-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .trn-col-sm-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .trn-col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .trn-col-sm-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .trn-col-sm-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .trn-col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .trn-col-sm-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .trn-col-sm-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .trn-col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .trn-col-sm-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .trn-col-sm-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .trn-col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .trn-order-sm-first {
        order: -1
    }

    .trn-order-sm-last {
        order: 13
    }

    .trn-order-sm-0 {
        order: 0
    }

    .trn-order-sm-1 {
        order: 1
    }

    .trn-order-sm-2 {
        order: 2
    }

    .trn-order-sm-3 {
        order: 3
    }

    .trn-order-sm-4 {
        order: 4
    }

    .trn-order-sm-5 {
        order: 5
    }

    .trn-order-sm-6 {
        order: 6
    }

    .trn-order-sm-7 {
        order: 7
    }

    .trn-order-sm-8 {
        order: 8
    }

    .trn-order-sm-9 {
        order: 9
    }

    .trn-order-sm-10 {
        order: 10
    }

    .trn-order-sm-11 {
        order: 11
    }

    .trn-order-sm-12 {
        order: 12
    }

    .trn-offset-sm-0 {
        margin-left: 0
    }

    .trn-offset-sm-1 {
        margin-left: 8.333333%
    }

    .trn-offset-sm-2 {
        margin-left: 16.666667%
    }

    .trn-offset-sm-3 {
        margin-left: 25%
    }

    .trn-offset-sm-4 {
        margin-left: 33.333333%
    }

    .trn-offset-sm-5 {
        margin-left: 41.666667%
    }

    .trn-offset-sm-6 {
        margin-left: 50%
    }

    .trn-offset-sm-7 {
        margin-left: 58.333333%
    }

    .trn-offset-sm-8 {
        margin-left: 66.666667%
    }

    .trn-offset-sm-9 {
        margin-left: 75%
    }

    .trn-offset-sm-10 {
        margin-left: 83.333333%
    }

    .trn-offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:768px) {
    .trn-col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .trn-col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .trn-col-md-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .trn-col-md-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .trn-col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .trn-col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .trn-col-md-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .trn-col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .trn-col-md-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .trn-col-md-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .trn-col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .trn-col-md-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .trn-col-md-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .trn-col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .trn-order-md-first {
        order: -1
    }

    .trn-order-md-last {
        order: 13
    }

    .trn-order-md-0 {
        order: 0
    }

    .trn-order-md-1 {
        order: 1
    }

    .trn-order-md-2 {
        order: 2
    }

    .trn-order-md-3 {
        order: 3
    }

    .trn-order-md-4 {
        order: 4
    }

    .trn-order-md-5 {
        order: 5
    }

    .trn-order-md-6 {
        order: 6
    }

    .trn-order-md-7 {
        order: 7
    }

    .trn-order-md-8 {
        order: 8
    }

    .trn-order-md-9 {
        order: 9
    }

    .trn-order-md-10 {
        order: 10
    }

    .trn-order-md-11 {
        order: 11
    }

    .trn-order-md-12 {
        order: 12
    }

    .trn-offset-md-0 {
        margin-left: 0
    }

    .trn-offset-md-1 {
        margin-left: 8.333333%
    }

    .trn-offset-md-2 {
        margin-left: 16.666667%
    }

    .trn-offset-md-3 {
        margin-left: 25%
    }

    .trn-offset-md-4 {
        margin-left: 33.333333%
    }

    .trn-offset-md-5 {
        margin-left: 41.666667%
    }

    .trn-offset-md-6 {
        margin-left: 50%
    }

    .trn-offset-md-7 {
        margin-left: 58.333333%
    }

    .trn-offset-md-8 {
        margin-left: 66.666667%
    }

    .trn-offset-md-9 {
        margin-left: 75%
    }

    .trn-offset-md-10 {
        margin-left: 83.333333%
    }

    .trn-offset-md-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:992px) {
    .trn-col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .trn-col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .trn-col-lg-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .trn-col-lg-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .trn-col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .trn-col-lg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .trn-col-lg-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .trn-col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .trn-col-lg-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .trn-col-lg-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .trn-col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .trn-col-lg-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .trn-col-lg-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .trn-col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .trn-order-lg-first {
        order: -1
    }

    .trn-order-lg-last {
        order: 13
    }

    .trn-order-lg-0 {
        order: 0
    }

    .trn-order-lg-1 {
        order: 1
    }

    .trn-order-lg-2 {
        order: 2
    }

    .trn-order-lg-3 {
        order: 3
    }

    .trn-order-lg-4 {
        order: 4
    }

    .trn-order-lg-5 {
        order: 5
    }

    .trn-order-lg-6 {
        order: 6
    }

    .trn-order-lg-7 {
        order: 7
    }

    .trn-order-lg-8 {
        order: 8
    }

    .trn-order-lg-9 {
        order: 9
    }

    .trn-order-lg-10 {
        order: 10
    }

    .trn-order-lg-11 {
        order: 11
    }

    .trn-order-lg-12 {
        order: 12
    }

    .trn-offset-lg-0 {
        margin-left: 0
    }

    .trn-offset-lg-1 {
        margin-left: 8.333333%
    }

    .trn-offset-lg-2 {
        margin-left: 16.666667%
    }

    .trn-offset-lg-3 {
        margin-left: 25%
    }

    .trn-offset-lg-4 {
        margin-left: 33.333333%
    }

    .trn-offset-lg-5 {
        margin-left: 41.666667%
    }

    .trn-offset-lg-6 {
        margin-left: 50%
    }

    .trn-offset-lg-7 {
        margin-left: 58.333333%
    }

    .trn-offset-lg-8 {
        margin-left: 66.666667%
    }

    .trn-offset-lg-9 {
        margin-left: 75%
    }

    .trn-offset-lg-10 {
        margin-left: 83.333333%
    }

    .trn-offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:1200px) {
    .trn-col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .trn-col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .trn-col-xl-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .trn-col-xl-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .trn-col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .trn-col-xl-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .trn-col-xl-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .trn-col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .trn-col-xl-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .trn-col-xl-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .trn-col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .trn-col-xl-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .trn-col-xl-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .trn-col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .trn-order-xl-first {
        order: -1
    }

    .trn-order-xl-last {
        order: 13
    }

    .trn-order-xl-0 {
        order: 0
    }

    .trn-order-xl-1 {
        order: 1
    }

    .trn-order-xl-2 {
        order: 2
    }

    .trn-order-xl-3 {
        order: 3
    }

    .trn-order-xl-4 {
        order: 4
    }

    .trn-order-xl-5 {
        order: 5
    }

    .trn-order-xl-6 {
        order: 6
    }

    .trn-order-xl-7 {
        order: 7
    }

    .trn-order-xl-8 {
        order: 8
    }

    .trn-order-xl-9 {
        order: 9
    }

    .trn-order-xl-10 {
        order: 10
    }

    .trn-order-xl-11 {
        order: 11
    }

    .trn-order-xl-12 {
        order: 12
    }

    .trn-offset-xl-0 {
        margin-left: 0
    }

    .trn-offset-xl-1 {
        margin-left: 8.333333%
    }

    .trn-offset-xl-2 {
        margin-left: 16.666667%
    }

    .trn-offset-xl-3 {
        margin-left: 25%
    }

    .trn-offset-xl-4 {
        margin-left: 33.333333%
    }

    .trn-offset-xl-5 {
        margin-left: 41.666667%
    }

    .trn-offset-xl-6 {
        margin-left: 50%
    }

    .trn-offset-xl-7 {
        margin-left: 58.333333%
    }

    .trn-offset-xl-8 {
        margin-left: 66.666667%
    }

    .trn-offset-xl-9 {
        margin-left: 75%
    }

    .trn-offset-xl-10 {
        margin-left: 83.333333%
    }

    .trn-offset-xl-11 {
        margin-left: 91.666667%
    }
}

.trn-label,
label.trn-label {
    display: inline-block;
    margin-bottom: .5rem
}

input.trn-form-control,
select.trn-form-control,
textarea.trn-form-control {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

input.trn-form-control {
    overflow: visible
}

select.trn-form-control {
    text-transform: none
}

select.trn-custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

select.trn-custom-select-sm {
    height: calc(1.8125rem + 2px);
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 75%
}

textarea.trn-form-control {
    height: auto
}

small.trn-form-text {
    all: unset;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 80%;
    font-weight: 400;
    display: block;
    margin-top: .25rem
}

.trn-form-control,
input.trn-form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.trn-form-control-sm,
input.trn-form-control-sm {
    height: calc(1.8125rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.trn-form-control:focus,
.trn-form-control[type=email]:focus,
.trn-form-control[type=password]:focus,
.trn-form-control[type=phno]:focus,
.trn-form-control[type=search]:focus,
.trn-form-control[type=submit]:focus,
.trn-form-control[type=tel]:focus,
.trn-form-control[type=text]:focus,
input.trn-form-control:focus,
input.trn-form-control[type=email]:focus,
input.trn-form-control[type=password]:focus,
input.trn-form-control[type=phno]:focus,
input.trn-form-control[type=search]:focus,
input.trn-form-control[type=submit]:focus,
input.trn-form-control[type=tel]:focus,
input.trn-form-control[type=text]:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.trn-form-control-file,
input.trn-form-control-file {
    display: block;
    width: 100%
}

.trn-form-control-static,
input.trn-form-control-static {
    margin-top: 0
}

.trn-form-group,
input.trn-form-group {
    margin-bottom: 1rem
}

.trn-was-validated .trn-form-control:valid {
    border-color: #28a745
}

.trn-was-validated .trn-form-control:invalid {
    border-color: #dc3545
}

.trn-invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}

.trn-was-validated .trn-form-control:invalid~.trn-invalid-feedback {
    display: block
}

.trn-alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.trn-alert-link {
    font-weight: 700
}

.trn-alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.trn-alert-success .trn-alert-link {
    color: #002752
}

.trn-alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

.trn-alert-info .trn-alert-link {
    color: #062c33
}

.trn-alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.trn-alert-warning .trn-alert-link {
    color: #533f03
}

.trn-alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.trn-alert-danger .trn-alert-link {
    color: #491217
}

.trn table.trn-table,
.trn-table {
    all: unset;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    display: table;
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent
}

.trn table.trn-table td,
.trn table.trn-table th,
.trn-table td,
.trn-table th {
    padding: .75rem;
    vertical-align: top;
    border: none;
    border-top: 1px solid #dee2e6
}

.trn table.trn-table thead th,
.trn-table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.trn-table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.trn-pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.trn-pagination a {
    text-decoration: none
}

.trn-pagination li {
    margin: 0
}

.trn-page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #5279bd;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.trn-page-link:hover {
    z-index: 2;
    color: #496caa;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.trn-page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.trn-page-link :not(:disabled):not(.trn-disabled) {
    cursor: pointer
}

.trn-page-item:first-child .trn-page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.trn-page-item:last-child .trn-page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.trn-page-item.trn-active .trn-page-link {
    z-index: 1;
    color: #fff;
    background-color: #5279bd;
    border-color: #5279bd
}

.trn-page-item.trn-disabled .trn-page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.trn-pagination-lg .trn-page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.trn-pagination-lg .trn-page-item:first-child .trn-page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.trn-pagination-lg .trn-page-item:last-child .trn-page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.trn-pagination-sm .trn-page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.trn-pagination-sm .trn-page-item:first-child .trn-page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.trn-pagination-sm .trn-page-item:last-child .trn-page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.trn-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.trn-dropdown-menu.trn-show {
    display: block
}

.trn-dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.trn-dropdown-item:focus,
.trn-dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

.trn-dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.trn-dropdown-toggle-split,
.trn-dropdown-toggle-split[type=button] {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.trn-modal-open {
    overflow: hidden
}

.trn-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    display: none;
    overflow: hidden;
    outline: 0
}

.trn-modal-open .trn-modal {
    overflow-x: hidden;
    overflow-y: auto
}

.trn-modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.trn-modal.fade .trn-modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -25%)
}

.trn-modal.show .trn-modal-dialog {
    transform: translate(0, 0)
}

.trn-modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.trn-modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""
}

.trn-modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.trn-modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.trn-modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.trn-modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.trn-modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.trn-modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef
}

.trn-modal-footer>:not(:first-child) {
    margin-left: .25rem
}

.trn-modal-footer>:not(:last-child) {
    margin-right: .25rem
}

.trn-modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:576px) {
    .trn-modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .trn-modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .trn-modal-dialog-centered::before {
        height: calc(100vh - 3.5rem)
    }

    .trn-modal-sm {
        max-width: 300px
    }
}

@media screen and (max-width:600px) {
    #trn-team-roster-table tr {
        display: inline-block;
        width: 0;
        min-width: 100%;
        border: 1px solid #dee2e6
    }

    #trn-team-roster-table td,
    #trn-team-roster-table th {
        display: inline-block;
        padding: .5rem;
        border: none
    }

    #trn-team-roster-table .trn-team-roster-name {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        float: left;
        max-width: 100%
    }

    #trn-team-roster-table .trn-team-roster-title {
        float: left;
        clear: both
    }

    #trn-team-roster-table .trn-team-roster-options {
        float: right
    }

    #trn-team-roster-table .trn-team-roster-contact,
    #trn-team-roster-table .trn-team-roster-draws,
    #trn-team-roster-table .trn-team-roster-joined,
    #trn-team-roster-table .trn-team-roster-losses,
    #trn-team-roster-table .trn-team-roster-wins {
        display: none
    }
}

@media screen and (max-width:600px) {
    .trn-match-history-table tr {
        display: inline-block;
        width: 0;
        min-width: 100%;
        border: 1px solid #dee2e6
    }

    .trn-match-history-table td,
    .trn-match-history-table th {
        display: inline-block;
        padding: .5rem;
        border: none
    }

    .trn-match-history-table .trn-match-history-event {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        float: left;
        max-width: 50%;
        width: 50%
    }

    .trn-match-history-table .trn-match-history-name {
        float: right;
        max-width: 50%;
        width: 50%
    }

    .trn-match-history-table .trn-match-history-result {
        float: left;
        clear: both
    }

    .trn-match-history-table .trn-match-history-date,
    .trn-match-history-table .trn-match-history-details {
        display: none
    }
}

@media screen and (max-width:600px) {
    .trn-ladder-competitions-table .trn-ladder-competitions-table-name {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 145px
    }

    .trn-ladder-competitions-table .trn-ladder-competitions-table-idle,
    .trn-ladder-competitions-table .trn-ladder-competitions-table-joined,
    .trn-ladder-competitions-table .trn-ladder-competitions-table-last,
    .trn-ladder-competitions-table .trn-ladder-competitions-table-rank,
    .trn-ladder-competitions-table .trn-ladder-competitions-table-streak,
    .trn-ladder-competitions-table .trn-ladder-competitions-table-team-name,
    .trn-ladder-competitions-table .trn-ladder-competitions-table-win-percent {
        display: none
    }
}

@media screen and (max-width:900px) and (min-width:751px) {

    .trn-ladder-standings-table td,
    .trn-ladder-standings-table th {
        display: none
    }

    .trn-ladder-standings-table .trn-ladder-standings-table-challenge,
    .trn-ladder-standings-table .trn-ladder-standings-table-draws,
    .trn-ladder-standings-table .trn-ladder-standings-table-losses,
    .trn-ladder-standings-table .trn-ladder-standings-table-name,
    .trn-ladder-standings-table .trn-ladder-standings-table-rating,
    .trn-ladder-standings-table .trn-ladder-standings-table-streak,
    .trn-ladder-standings-table .trn-ladder-standings-table-win-percent,
    .trn-ladder-standings-table .trn-ladder-standings-table-wins {
        display: table-cell
    }
}

@media screen and (max-width:750px) and (min-width:601px) {

    .trn-ladder-standings-table td,
    .trn-ladder-standings-table th {
        display: none
    }

    .trn-ladder-standings-table .trn-ladder-standings-table-challenge,
    .trn-ladder-standings-table .trn-ladder-standings-table-draws,
    .trn-ladder-standings-table .trn-ladder-standings-table-losses,
    .trn-ladder-standings-table .trn-ladder-standings-table-name,
    .trn-ladder-standings-table .trn-ladder-standings-table-rating,
    .trn-ladder-standings-table .trn-ladder-standings-table-wins {
        display: table-cell
    }
}

@media screen and (max-width:600px) {

    .trn-ladder-standings-table td,
    .trn-ladder-standings-table th {
        display: none
    }

    .trn-ladder-standings-table .trn-ladder-standings-table-challenge,
    .trn-ladder-standings-table .trn-ladder-standings-table-name,
    .trn-ladder-standings-table .trn-ladder-standings-table-rating {
        display: table-cell
    }
}

.trn-ladder-standings-table .trn-ladder-standings-table-name {
    white-space: nowrap
}

@media screen and (max-width:600px) {

    .trn-ladder-matches-table td,
    .trn-ladder-matches-table th {
        display: none
    }

    .trn-ladder-matches-table .trn-ladder-matches-table-link,
    .trn-ladder-matches-table .trn-ladder-matches-table-result {
        display: table-cell
    }
}

@media screen and (max-width:600px) {

    .trn-tournament-matches-table td,
    .trn-tournament-matches-table th {
        display: none
    }

    .trn-tournament-matches-table .trn-tournament-matches-table-competitors,
    .trn-tournament-matches-table .trn-tournament-matches-table-link {
        display: table-cell
    }
}

@media screen and (max-width:600px) {
    .trn-challenges-table tr {
        display: inline-block;
        width: 0;
        min-width: 100%;
        border: 1px solid #dee2e6
    }

    .trn-challenges-table td,
    .trn-challenges-table thead th {
        display: inline-block;
        padding: .5rem;
        border: none
    }

    .trn-challenges-table .trn-challenges-table-challenger,
    .trn-challenges-table .trn-challenges-table-status {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        float: left;
        max-width: 50%;
        width: 50%
    }

    .trn-challenges-table .trn-challenges-table-actions,
    .trn-challenges-table .trn-challenges-table-challengee {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        float: right;
        max-width: 50%;
        width: 50%
    }

    .trn-challenges-table .trn-challenges-table-ladder,
    .trn-challenges-table .trn-challenges-table-match-time {
        display: none
    }
}

@media screen and (max-width:600px) {
    .trn-matches-table tr {
        display: inline-block;
        width: 0;
        min-width: 100%;
        border: 1px solid #dee2e6
    }

    .trn-matches-table td,
    .trn-matches-table thead th {
        display: inline-block;
        padding: .5rem;
        border: none
    }

    .trn-matches-table .trn-matches-table-event {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        float: left;
        max-width: 30%;
        width: 30%
    }

    .trn-matches-table .trn-matches-table-result {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        float: left;
        clear: both
    }

    .trn-matches-table .trn-matches-table-name {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        float: right;
        max-width: 30%;
        width: 30%
    }

    .trn-matches-table td.trn-matches-table-event,
    .trn-matches-table td.trn-matches-table-name {
        max-width: 40%;
        width: 40%
    }

    .trn-matches-table .trn-matches-table-actions,
    .trn-matches-table .trn-matches-table-admin,
    .trn-matches-table .trn-matches-table-date {
        display: none
    }
}

@media screen and (max-width:750px) and (min-width:601px) {

    .trn-players-table td,
    .trn-players-table th {
        display: none
    }

    .trn-players-table .trn-players-table-contact,
    .trn-players-table .trn-players-table-joined,
    .trn-players-table .trn-players-table-name {
        display: table-cell
    }
}

@media screen and (max-width:600px) {

    .trn-players-table td,
    .trn-players-table th {
        display: none
    }

    .trn-players-table .trn-players-table-joined,
    .trn-players-table .trn-players-table-name {
        display: table-cell
    }
}

@media screen and (max-width:900px) and (min-width:751px) {

    .trn-teams-table td,
    .trn-teams-table th {
        display: none
    }

    .trn-teams-table .trn-teams-table-contact,
    .trn-teams-table .trn-teams-table-created,
    .trn-teams-table .trn-teams-table-members,
    .trn-teams-table .trn-teams-table-name {
        display: table-cell
    }
}

@media screen and (max-width:750px) and (min-width:601px) {

    .trn-teams-table td,
    .trn-teams-table th {
        display: none
    }

    .trn-teams-table .trn-teams-table-created,
    .trn-teams-table .trn-teams-table-members,
    .trn-teams-table .trn-teams-table-name {
        display: table-cell
    }
}

@media screen and (max-width:600px) {

    .trn-teams-table td,
    .trn-teams-table th {
        display: none
    }

    .trn-teams-table .trn-teams-table-members,
    .trn-teams-table .trn-teams-table-name {
        display: table-cell
    }
}

@media screen and (max-width:600px) {
    .trn-confirm-results-table tr {
        display: inline-block;
        width: 0;
        min-width: 100%;
        border: 1px solid #dee2e6
    }

    .trn-confirm-results-table td,
    .trn-confirm-results-table th {
        display: inline-block;
        padding: .5rem;
        border: none
    }

    .trn-confirm-results-table .trn-confirm-results-table-event {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        float: left;
        max-width: 50%;
        width: 50%
    }

    .trn-confirm-results-table .trn-confirm-results-table-name {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        float: right;
        max-width: 50%;
        width: 50%
    }

    .trn-confirm-results-table .trn-confirm-results-table-action,
    .trn-confirm-results-table .trn-confirm-results-table-media,
    .trn-confirm-results-table .trn-confirm-results-table-result {
        float: left;
        clear: both;
        max-width: 100%;
        width: 100%
    }

    .trn-confirm-results-table .trn-confirm-results-table-action {
        text-align: center
    }

    .trn-confirm-results-table th.trn-confirm-results-table-action,
    .trn-confirm-results-table th.trn-confirm-results-table-media {
        display: none
    }
}

@media screen and (max-width:600px) {
    .trn-report-results-table tr {
        display: inline-block;
        width: 0;
        min-width: 100%;
        border: 1px solid #dee2e6
    }

    .trn-report-results-table td,
    .trn-report-results-table th {
        display: inline-block;
        padding: .5rem;
        border: none
    }

    .trn-report-results-table .trn-report-results-table-event {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        float: left;
        max-width: 50%;
        width: 50%
    }

    .trn-report-results-table .trn-report-results-table-name {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        float: right;
        max-width: 50%;
        width: 50%
    }

    .trn-report-results-table .trn-report-results-table-action,
    .trn-report-results-table .trn-report-results-table-media,
    .trn-report-results-table .trn-report-results-table-result {
        float: left;
        clear: both;
        max-width: 100%;
        width: 100%
    }

    .trn-report-results-table .trn-report-results-table-action {
        text-align: center
    }

    .trn-report-results-table th.trn-report-results-table-action,
    .trn-report-results-table th.trn-report-results-table-media {
        display: none
    }
}

@media screen and (max-width:600px) {
    .trn-scheduled-matches-table tr {
        display: inline-block;
        width: 0;
        min-width: 100%;
        border: 1px solid #dee2e6
    }

    .trn-scheduled-matches-table td,
    .trn-scheduled-matches-table th {
        display: inline-block;
        padding: .5rem;
        border: none
    }

    .trn-scheduled-matches-table .trn-scheduled-matches-table-event {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        float: left;
        max-width: 50%;
        width: 50%
    }

    .trn-scheduled-matches-table .trn-scheduled-matches-table-name {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        float: right;
        max-width: 50%;
        width: 50%
    }

    .trn-scheduled-matches-table .trn-scheduled-matches-table-action,
    .trn-scheduled-matches-table .trn-scheduled-matches-table-competitors,
    .trn-scheduled-matches-table .trn-scheduled-matches-table-date {
        float: left;
        clear: both;
        max-width: 100%;
        width: 100%;
        text-align: center
    }

    .trn-scheduled-matches-table th.trn-scheduled-matches-table-action {
        display: none
    }
}

@media screen and (max-width:600px) {

    .trn-player-team-table .trn-player-team-table-joined,
    .trn-player-team-table .trn-player-team-table-rank {
        display: none
    }
}

@media screen and (max-width:600px) {
    .trn-my-competitions-table .trn-my-competitions-table-name {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 145px
    }

    .trn-my-competitions-table .trn-my-competitions-table-action,
    .trn-my-competitions-table .trn-my-competitions-table-event,
    .trn-my-competitions-table .trn-my-competitions-table-game {
        display: none
    }
}

.trn-profile-picture {
    max-height: 300px;
    max-width: 700px
}

@media screen and (max-width:600px) {
    .trn-profile-picture {
        max-height: 215px;
        max-width: 500px
    }
}

.trn-match-avatar {
    max-height: 96px;
    max-width: 96px
}

.trn-game-thumbnail {
    width: 100px;
    height: 100px;
    border-radius: 4px;
    border: 0
}

.trn-ladder-active-last-14 {
    color: #ff0 !important
}

.trn-ladder-active-last-21 {
    color: red !important
}

.trn-ladder-inactive {
    color: red !important
}

.trn-accept-team-request-link,
.trn-decline-team-request-link,
.trn-delete-team-invitations-link {
    cursor: pointer
}

.trn-competition-header,
.trn-match-header,
.trn-profile-header {
    position: relative;
    margin-bottom: 1rem;
    color: #fff;
    padding: 30px 30px 1rem;
    min-height: 291px;
    display: grid
}

.trn-competition-header,
.trn-profile-header {
    grid-template-rows: auto min-content;
    grid-template-columns: auto 1fr auto;
    grid-template-areas: "avatar details actions" "list list list"
}

.trn-profile-avatar {
    grid-area: avatar
}

.trn-competition-details {
    grid-area: details
}

.trn-profile-details {
    grid-area: details;
    padding-left: 30px
}

.trn-profile-details>.trn-list-inline a {
    color: #fff
}

.trn-competition-name,
.trn-match-competitor,
.trn-profile-name {
    color: #fff
}

.trn-match-header {
    grid-template-rows: auto min-content;
    grid-template-columns: auto 1fr auto 1fr auto;
    grid-template-areas: "avatar1 name1 empty name2 avatar2" "list list list list list"
}

.trn-match-header-right-details {
    text-align: right
}

.trn-match-header-left-details {
    grid-area: name1;
    padding-left: 30px
}

.trn-match-header-right-details {
    grid-area: name2;
    padding-right: 30px
}

.trn-competition-game,
.trn-match-result,
.trn-profile-record {
    opacity: .75
}

.trn-match-header-left-avatar {
    grid-area: avatar1
}

.trn-match-header-right-avatar {
    grid-area: avatar2
}

.trn-header-avatar,
.trn-match-header-avatar {
    width: 200px;
    height: 200px;
    border-radius: .5rem;
    border: solid #fff 2px
}

.trn-match-header-avatar {
    width: 160px;
    height: 160px
}

.trn-competition-list,
.trn-match-list,
.trn-profile-list {
    list-style: none;
    grid-area: list
}

.trn-competition-list li,
.trn-competition-list-item,
.trn-match-list li,
.trn-match-list-item,
.trn-profile-list li,
.trn-profile-list-item {
    display: inline-block;
    margin-left: 14px
}

.trn-competition-list li:first-child,
.trn-competition-list-item:first-child,
.trn-match-list li:first-child,
.trn-match-list-item:first-child,
.trn-profile-list li:first-child,
.trn-profile-list-item:first-child {
    margin-left: 0
}

.trn-item-list {
    width: 100%;
    display: block;
    list-style: none
}

.trn-item-list li,
.trn-item-list-item {
    display: inline-block;
    margin-left: 14px
}

.trn-item-list li:first-child,
.trn-item-list-item:first-child {
    margin-left: 0
}

.trn-competition-list li.trn-competition-list-item::before,
.trn-item-list li.trn-item-list-item::before,
.trn-match-list li.trn-match-list-item::before,
.trn-profile-list li.trn-profile-list-item::before {
    font-family: "Font Awesome 5 Free";
    margin-right: 5px;
    font-weight: 900
}

.trn-competition-list li.trn-competition-list-item.location::before,
.trn-item-list li.trn-item-list-item.location::before,
.trn-match-list li.trn-match-list-item.location::before,
.trn-profile-list li.trn-profile-list-item.location::before {
    content: "\f041"
}

.trn-competition-list li.trn-competition-list-item.joined::before,
.trn-item-list li.trn-item-list-item.joined::before,
.trn-match-list li.trn-match-list-item.joined::before,
.trn-profile-list li.trn-profile-list-item.joined::before {
    content: "\f133"
}

.trn-competition-list li.trn-competition-list-item.members::before,
.trn-item-list li.trn-item-list-item.members::before,
.trn-match-list li.trn-match-list-item.members::before,
.trn-profile-list li.trn-profile-list-item.members::before {
    content: "\f0c0"
}

.trn-competition-list li.trn-competition-list-item.info::before,
.trn-item-list li.trn-item-list-item.info::before,
.trn-match-list li.trn-match-list-item.info::before,
.trn-profile-list li.trn-profile-list-item.info::before {
    content: "\f05a"
}

.trn-competition-list li.trn-competition-list-item.format::before,
.trn-item-list li.trn-item-list-item.format::before,
.trn-match-list li.trn-match-list-item.format::before,
.trn-profile-list li.trn-profile-list-item.format::before {
    content: "\f126"
}

.trn-competition-list li.trn-competition-list-item.competitor-type::before,
.trn-item-list li.trn-item-list-item.competitor-type::before,
.trn-match-list li.trn-match-list-item.competitor-type::before,
.trn-profile-list li.trn-profile-list-item.competitor-type::before {
    content: "\f249"
}

.trn-competition-list li.trn-competition-list-item.ranking::before,
.trn-item-list li.trn-item-list-item.ranking::before,
.trn-match-list li.trn-match-list-item.ranking::before,
.trn-profile-list li.trn-profile-list-item.ranking::before {
    content: "\f201"
}

.trn-competition-list li.trn-competition-list-item.platform::before,
.trn-item-list li.trn-item-list-item.platform::before,
.trn-match-list li.trn-match-list-item.platform::before,
.trn-profile-list li.trn-profile-list-item.platform::before {
    content: "\f11b"
}

.trn-competition-list li.trn-competition-list-item.entry-fee::before,
.trn-item-list li.trn-item-list-item.entry-fee::before,
.trn-match-list li.trn-match-list-item.entry-fee::before,
.trn-profile-list li.trn-profile-list-item.entry-fee::before {
    content: "\f51e"
}

.trn-profile-actions {
    position: absolute;
    right: 30px;
    top: 30px
}

.trn-match-actions {
    grid-area: list
}

.trn-tab-content>#match_details>.trn-dl>.trn-dd,
.trn-tab-content>#match_details>.trn-dl>.trn-dt {
    width: 50%;
    display: inline-block
}