
body {
    background-color: #000000;
}

/* Streaks */

tr, td, thead, th {

    border: 0;

}

.md-table__title, .md-table thead tr th {

    font-size: 16px;

    font-weight: 600;

    color: #ffffff;

}

.md-table__profile-data {

    width: 18%;

    color: #ffffff;

    font-size: 16px;

    font-weight: 300;

}



.md-table__profile-data, .md-table__title {

    padding: 30px 10px !important;

}

.md-table__row:nth-child(odd) {

    background: #434343;

}

.md-title__profile-picture {

    width: 50px;

    height: 50px;

    background: #7a7a7a;

    border-radius: 100%;

    overflow: hidden;

}

.md-title__profile-picture img {

    width: 100%;

    object-fit: cover;

    height: 100%;

}

.md-table__row > th, .md-table__row > td:first-child {

    display: flex;

    align-items: center;

    justify-content: center;

    padding: 17px 0;

}

.md-table__profile-data--yellow {

    font-weight: 800;

    color: #bb9e34;

    display: flex;

    align-items: center;

}

@media (max-width: 768px) {    

 .md-table__container {

    overflow-x: auto;

 }

 .md-table {

    width: 800px;

 }

}

/* Streaks: End */