html,body {
    width:100%;
    margin: 0;
    padding:0;
}

#header {
  background-color: #fff !important;
  margin-top:0px;
}

#logo {
    position:relative;
    margin-top: 41px;
}

.flex {
    display: flex;
    align-items: center;
    justify-content: space-around !important;
    margin-top:30px;
    margin-bottom:30px;
    max-width: 1600px;
}

.flex img {
    max-height: 180px;
}

.content {
    max-width: 1600px;
    width: 100%;
}

#groups {
    width: inherit;
    display: flex;
    align-items: start;
    justify-content: start;
    flex-wrap: wrap;
}

.cardSmall {
    width:400px !important;
    margin:0px 10px 10px 0px;
}

.cardBig {
    margin:0px 10px 10px 0px;
}


.content ul {
    margin-left: 0px !important;
}

@media only screen and (max-width: 1600px) {
    .flex img {
        max-height: 150px;
    }
}

@media only screen and (max-width: 1200px) {
    .flex img {
        max-height: 120px;
    }
}

@media only screen and (max-width: 1000px) {
    .flex img {
        max-height: 100px;
    }
}

@media only screen and (max-width: 800px) {
    .flex img {
        max-height: 80px;
    }
}

@media only screen and (max-width: 600px) {
    .flex img {
        max-height: 50px;
    }

    .content {
        max-width: 1600px;
        width: 100%;
        padding:0px 20px;
    }

    .table-container {
        font-size:11px !important;
    }

    #tableRank {
        width:100% !important; 
    }
}


