@font-face {
    font-family: "Steiner";
    src:url("fonts/Steiner.ttf") format("truetype");
}
.player_stats_header {
    background-color: rgb(100, 100, 100);
    background-repeat: no-repeat;
    background-position: center;
    border-style: solid;
    border-color: black;
    border-width: 3px;
    border-radius: 5px;
    color: black;
    font-family: "Steiner";
    height: 260px;
    margin: 0;
    padding: 0;
    text-align: center;
}
.player_stats_name {
    font-size: 30px;
    display: inline-block;
    border-style: solid;
    border-radius: 5px;
    background-color: rgb(235, 172, 15);
    padding: 5px 15px;
    margin: 10px 0;
}
.player_stats_boxes {
    margin: 10px 0;
    text-align: center;
}
/* Override User agent style sheet */
body {
    margin: 8px;
    padding: 0px;
    background-image: url(images/warningbackgrounds.jpg);
    text-transform: uppercase;
}
.back_link {
    color: black;
    text-decoration: none;
    font-size: 22px;
    font-weight: bold;
    padding: 10px;
    border: 2px solid rgb(235, 172, 15);
    border-radius: 5px;
    display: inline-block;
    margin-top: 5px;
}
.back_link:hover {
    background-color: rgb(235, 172, 15);
    color: black;
}
.total_stats {
    font-size: 25px;
    font-weight: bold;
    color: black;
    margin: 10px;
    padding: 8px 12px;
    border: 2px solid rgb(235, 172, 15);
    border-radius: 5px;
    display: inline-block;
    white-space: nowrap;
}
.rival_stats {
    font-size: 25px !important;
    font-weight: bold !important;
    color: white !important;
    margin: 10px !important;
    padding: 8px 12px !important;
    border: 2px solid darkred !important;
    border-radius: 5px !important;
    display: inline-block !important;
    white-space: nowrap !important;
    background-color: red !important;
}
.no_results {
    font-size: 20px;
    color: rgb(235, 172, 15);
    padding: 10px;
}
.players_block {
    margin-bottom: 10px;
}
.section {
    background-color: rgb(100, 100, 100);
    background-repeat: no-repeat;
    background-position: center;
    border-style: solid;
    border-color: black;
    border-width: 3px;
    border-radius: 5px;
    color: black;
    font-family: "Steiner";
    height: auto;
    margin: 10px 0;
    text-align: center;
    width: 100%;
}
.player_stats_section_title{
    font-size: 35px;
    white-space: nowrap;
}
.page_wrapper {
    width: 100%;
}
.stats_grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 500px;
    margin: 0 auto;
}
.player_list {
    font-size: 30px;
    display: inline-block;
    border-style:solid;
    border-radius: 5px;
    width:250px;
    background-color: rgb(235, 172, 15);
    margin: 1px;
}
