body {
    font-family: monospace;
    -webkit-font-smoothing: antialiased;
    overflow-wrap: break-word;
}

h1 {
    font-size: 2em;
    font-weight: lighter;
    margin: 0.67em 0;
}

tr {
    margin: 0 0 10px 0;
}

td {
    display: table-cell;
    vertical-align: inherit;
    unicode-bidi: isolate;
}

img {
    overflow-clip-margin: content-box;
    overflow: clip;
}

.container {
    display: flex;
    flex-direction: row;
    gap: 25px;
}

.big-wrapper {
    max-width: 200px;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.the-other-wrapper {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.upper-thing {
    padding: 4px;
    max-width: 200px;
    border: 1px solid black;
}

.side-me-name {
    margin: 10px 0 10px 0;
    font-size: 11pt;
    font-weight: bold;
}

.side-thing-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    list-style: none;
}

.side-thing-list ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.side-thing-list li {
    padding-left: 1em;
    text-indent: -1em;
}

.side-thing-list li:before {
    content: "☆";
    padding-right: 5px;
}

.down-thing-content-steam {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border: 1px solid black;
    padding: 4px;
}

/* stole this from steam website sorry valve */
.friendPlayerLevel .friendPlayerLevelNum {
    color: #000;
}

.friendPlayerLevel.lvl_400 {
    border: none;
    border-radius: 0;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 14px;
    height: 32px;
    width: 32px;
    line-height: 32px;
}

.friendPlayerLevel.lvl_plus_30 {
    background-position: 0 -96px;
}

.friendPlayerLevel.lvl_400 {
    background-image: url(https://community.fastly.steamstatic.com/public/shared/images/community/levels_chevrons.png);
}
