.left-section {
    width: 60%;
    float: left;
}

.right-section {
    width: calc(40% - 10px);
    margin-left: 10px;
    float: left;
}

.left-section .container,
.right-section .container {
    margin-bottom: 10px;
    margin-top: 10px;
}

#statisztika table {
    width: 100%;
    border-collapse: collapse;
}

#statisztika table tr {
    border-bottom: 1px solid #0003;
}

#statisztika table tr td:nth-child(2) {
    float: right;
}

#discord-embed {
    display: block;
    margin: 10px auto;
    height: 500px;
    width: calc(100% - 20px);
}

.login-regi-form h3 {
    margin-top: 0;
    margin-bottom: 5px;
    text-align: center;
}

.login-regi-form .form-feedback {
    margin-bottom: 5px;
    color: #f77;
    font-size: 14px;
    text-align: center;
}

.login-regi-form {
    display: none;
}

#loginForm {
    display: block;
}

.login-regi-form .buttons a {
    text-align: center;
    display: block;
    margin-top: 5px;
}

.my-info-container {
    text-align: center;
}

.my-info {
    display: inline-block;
    margin: 10px 0;
}

.my-info .avatar {
    width: 50px;
    height: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    vertical-align: middle;
    border-radius: 10px;
}

.my-info .details {
    display: inline-block;
    height: 50px;
    vertical-align: middle;
    margin-left: 5px;
}

.output-field .icon,
.output-field .value {
    display: inline-block;
}

.usernav {
    margin-bottom: 10px;
}

.homepage-barion-logo {
    width: 100%;
    margin-bottom: -10px;
}

@media only screen and (max-width: 1000px) {

    .left-section,
    .right-section {
        width: 100%;
        margin-left: 0;
    }

    .view-desktop {
        display: none;
    }
}

@media only screen and (min-width: 1001px) {
    .view-mobile {
        display: none;
    }
}