.nav i.fa:not(.fa-2x) {
    font-size: 20px;
}
.navbar-nav li {
    display: inline !important;
    float: left;
    height: 50px;
}
.navbar-nav li a {
    height: 50px !important;
}
.mobileappShow {
    text-align: center;
}
.mobileappMenu li {
    display: block !important;
    float: none !important;
    height: 26px !important;
}
.mobileappMenu li a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    height: 26px !important;
}
li.divider {
    height: 1px !important;
}
li.mobileappShow {
    height: 100%;
}
@media (min-width: 768px) {
    li.mobileappShow {
        display: none !important;
    }
}
@media (max-width: 768px) {
    .mobileappHide, li.mobileappHide {
        display: none !important;
    }
    .navbar-nav>li>a {
        padding-top: 15px !important;
    }
}
@media (max-width: 550px) {
    #eventsOngoingPlanned,
    #tournamentsPlayed {
        display: none;
    }
}
@media (max-width: 400px) {
    .nav>li>a {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}
@media (max-width: 360px) {
    .nav>li>a {
        padding-left: 6px !important;
        padding-right: 6px !important;
    }
}
@media (max-width: 370px) {
    .mobileapp .fa-2x {
        font-size: 1.5em !important;
    }
    .mobileapp {
        padding-top: 5px !important;
    }
}
@media (max-width: 330px) {
    .mobileapp {
        margin-right: 5px !important;
    }
}
@media (max-width: 992px) {
    .col-md-6 {
        padding: 0px !important;
    }
}
.loading {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: #e5c41a;
    color: white;
    width: 100%;
    text-align: center;
    z-index: 10000;
    padding-top: 150px;
}
.loading img {
    background-color: white;
    padding: 20px;
    border-radius: 30px;
}

.box {
    margin: 0px auto;
    padding: 35px 0px 30px;
    text-align: center;
    box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.65);
}
.col-md-6 {
    padding: 15px;
}
table.tournaments td {
    text-align: left;
    vertical-align: middle !important;
}
table.tournaments td:first-child {
    text-align: center;
    background-color: white !important;
    padding: 3px;
    height: 75px;
    max-width: 82px;
}
table.tournaments td img {
    max-height: 75px;
    max-width: 75px;
}
table.tournaments td:last-child {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    width: 50px;
}
table.tournaments p {
    margin: 0px;
}
table.tournaments a {
    color: black;
    text-decoration: none;
}

#wrap {
    padding: 0px;
}
tr[data-tc-id],
tr[data-lrg-id] {
    cursor: pointer;
}
.joinUs {
    color: #fff;
    background: url("https://bo5.pl/account/imgs/bg.jpg") no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}
.joinUs a {
    color: white !important;
    text-decoration: none;
}
.joinUs h2 {
    background: url("https://bo5.pl/account/imgs/black.png") repeat scroll 0% 0% transparent;
}

.boxheader {
    border-radius: 5px 5px 0px 0px; margin: 0px; padding: 5px; background: rgb(237, 237, 237); color: navy;
}
.posters {
    text-align: center;
}
.posters div {
    display: inline-block;
    margin: 10px;
}
.posters div img {
    width: 150px;
}
.panel-heading, .panel-heading h1 {
    font-size: 14px !important;
}