.header,.article-header,#sidebar1 {
    display: none!important;
}

#main {
    width: 100%!important;
}

#inner-content {
    width: 95%;
}

nav .footer-links, nav p {
    width: 50%;
    float: left;
}

nav p {
    text-align: end;
}

#page_header {
    background-color: #323944;
    height: 64px!important;
}

#page_header img {
    height: 64px!important;
}

#page_header a {
    text-decoration: none!important;
    display: block;
    float: left;
}

#page_header .text {
    margin-top: 14px;
    color: #fff;
    font-weight: 700;
    margin-left: 20px;
    font-size: 20px;
}

.tournament-list-point {
    margin-bottom: 50px;
    text-decoration: none!important;
    color: #000!important;
    display: block;
}

.tournament-list-point p {
    margin-bottom: 0!important;
}

.event-header {
    display: flex;
}

.event-details {
    padding-left: 14px;
}

.tournament-list-point .title {
    transition: all 0.5s ease;
    color: #f01d4f;
    text-transform: uppercase;
    font-weight: 300;
    font-style: italic;
    font-size: 20px;
    margin-bottom: 4px;
    line-height: 1;
    text-decoration: none;
    margin-top: 0;
}
.tournament-list-point .title:hover {
    color: #a81437;
}

.tournament-list-point .time {
    color: #323232;
    font-size: 18px;
}

.event-icon {
    flex: 0 0 45px;
    background-color: #f01d4f;
}

.event-content {
    padding-top: 15px;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.5;
}

.tables .table {
    width: 33%;
    float: left;
    text-align: center;
    margin-bottom: 20px;
}

.tables .table .user {
    display: block;
}

.tournament_infos h2{
    width: 50%;
}

.tournament_infos .event-content{
    float: right;
    width: 50%;
    margin-top: -150px;
}

.tournament_infos .event-content h2{
    float: none;
    width: 100%;
}

.main-data div{
    float: left;
    width: 25%;
    display:flex;
    flex-flow: column;
}

.main-data div .title, .main-data div .value{
    text-align: center;
}

.main-data div .title{
    order: 2;
    font-weight: 900;
}

.main-data div .value{
    order: 1;
}

.user-stats-headline {
    clear: both;
    padding-top: 30px;
    margin-bottom: 0;
}

.user-stats {
    display: flex;
    flex-wrap: wrap;
}

.user-stats div {
    flex: 0 0 auto;
    width: 33.3333333333%;
    padding: 20px;
}

.user-stats div .title, .user-stats div .value {
    float: left;
    width: 50%;
    font-weight: bold;
}

.user-stats div .value {
    text-align: center;
}

.user-stats div .meta_data {
    clear: both;
    display: block;
}

.user-stats .archrival .participant *{
    display: block;
}

.user-stats .archrival .participant .participant_points, .user-stats .archrival .participant .participant_schock_aus {
    margin-left: 20px;
}

.user-stats div .meta_data a {
    display: block;
}

.tournament-registration h2 {
    margin-top: 50px;
}

.tournament-registration button {
    vertical-align: baseline;
    background: #f01d4f;
    border-color: #f01d4f;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
    display: inline-block;
    font-size: 13px;
    line-height: 2.15384615;
    min-height: 30px;
    margin: 0;
    padding: 0 10px;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    border-radius: 3px;
    white-space: nowrap;
    box-sizing: border-box;
    font-weight: inherit;
    font-family: inherit;
}

@media only screen and (max-width: 1030px){
    .tables .table {
        width: 50%;
    }

    .schock_stats_table th{
        display: none;
    }

    .schock_stats_table th:first-child, .schock_stats_table th:nth-child(2), .schock_stats_table th:last-child {
        display: table-cell;
    }

    .schock_stats_table tr td{
        display: none;
    }

    .schock_stats_table tr td:first-child, .schock_stats_table tr td:nth-child(2), .schock_stats_table tr td:last-child, .schock_stats_table tr td:nth-last-child(2) {
        display: table-cell;
    }

    .main-data div{
        width: 50%;
    }

    .user-stats div{
        width: 50%;
    }
}

@media only screen and (max-width: 600px){
    .tables .table {
        width: 100%;
    }

    .main-data div{
        width: 100%;
    }

    .user-stats div{
        width: 100%;
    }
}