/* PLACE YOU CUSTOM STYLES IN THIS FILE */
table td, table tr, table th {
    background: transparent !important;
}

#leaderBoardParentContainer {
    width:90%;
    margin-left:auto;
    margin-right:auto;
}

.character_image {
    width: 35px;
    image-rendering: pixelated;
}

.hero-video > iframe {
    height: 110% !important;
    width: 110% !important;
    margin-top: -5% !important;
    margin-left: -5% !important;
}

.provider_purchase_container {
    display: flex;
    justify-content:center;
}

.provider_purchase_image {
    width: 100%;
    height: 100%;
    max-height:120px;
    max-width:315px;
    padding: 10px 10px 10px 10px;
}

.background-frame {
    border: 1px ridge white;
    background-color: rgba(15, 15, 15, 0.8);
    padding: 10px 10px 10px 10px;
}