/*
 Theme Name:   Orvis Child
 Theme URI:    http://www.playuntrusted.com
 Description:  Untrusted Theme
 Author:       playuntrusted.com
 Author URI:   http://playuntrusted.com
 Template:     orvis
 Version:      1.1s.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twentyfifteenchild
*/

#mainpage {
    max-width: 950px;
    padding-left: 20px;
    padding-right: 20px;
    margin: auto;
}

h1 {
    color: #fff;
    font-size: 2rem;
    font-family: "Share Tech Mono", monospace;
}

p {
    color: #fff;
    font-family: "Share Tech Mono", monospace;
}

a {
    font-family: "Share Tech Mono", monospace;
    color: #00ff01;
}

table {
    border: 0;
}

tr {
    border: 0;
}

td {
    border: 0;
    color: #fff;
    font-family: "Share Tech Mono", monospace;
}

ul {
    color: #fff;
    font-family: "Share Tech Mono", monospace;
}

li {
    color: #fff;
    font-family: "Share Tech Mono", monospace;
}

.page-title {
    font-family: inherit;
}

/* visited link */
a:visited {
    font-family: "Share Tech Mono", monospace;
    color: #00ff01;
}

/* mouse over link */
a:hover {
    font-family: "Share Tech Mono", monospace;
    color: #00ff01;
    text-decoration: underline;
}

/* selected link */
a:active {
    font-family: "Share Tech Mono", monospace;
    color: #00ff01;
}

.site-title {
    visibility: hidden;
}

.divisor {
    width: 1920px;
    margin-left: -620px;
    border-top: 1px solid #00ff01;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
}

p,
li {
    color: #ddd !important;
}

b,
strong,
.site-footer p {
    color: #fff !important;
}

.section-header {
    margin-bottom: 24px;
    background: none !important;
    border-bottom: 1px #fff solid !important;
    border-top: 1px #fff solid !important;
}
p + hr,
ul + hr,
div + hr {
    margin-top: 60px;
}

p + .section-header,
ul + .section-header,
div + .section-header,
div > .section-header,
section + .section-header,
section > .section-header,
script + .section-header {
    margin-top: 60px;
}

.section-title {
    padding-top: 24px;
    vertical-align: middle;
    text-align: center;
}

.logo-header {
    margin-top: 24px;
    overflow: hidden;
    max-width: 1920px;
    margin-left: -495px;
    background-image: url(https://www.playuntrusted.com/wp-content/uploads/2020/02/untrustedbg.gif);
    width: 1920px;
    height: 334px;
    text-align: center;
    vertical-align: middle;
}
#homelogo {
    width: 50vw;
    float: left;
    margin-left: 25%;
    margin-top: 50px;
}

.site-title a,
.site-title a:focus,
.site-title a:hover,
.site-description {
    color: #f2f2f2;
}
body.custom-background {
    overflow-x: hidden;
    max-width: 100vw;
    background-color: #020202;
}
.entry-section {
    margin: auto;
}

.grid-table,
.grid-table > tbody {
    display: grid;
    font-family: "Share Tech Mono", monospace;
    margin-bottom: 24px;
}
.grid-table > tbody > tr {
    display: contents;
}
.grid-table > tbody > tr > td {
    width: 100%;
}
.grid-table > div {
    width: 100%;
}

.user-table {
    width: 100%;
    grid-template-columns: 1fr 4fr;
}
.win-table > tbody {
    grid-template-columns: 0.75fr repeat(3, 1fr);
    text-align: center;
}
.win-streak {
    text-align: center;
}
.win-title {
    font-weight: bold;
}
.win-type {
    font-weight: bold;
    text-align: right;
}
.level-text {
    font-size: 1.6em;
    text-align: center;
    padding: 20px;
}
.part {
    display: inline-block;
}

.badges {
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(20%, 210px));
    margin: 24px 0 0;
    gap: 15px;
    justify-content: center;
    align-content: center;
    width: 100%;
}
.badge {
    margin: auto;
    text-align: center;
    border: 0 solid #00ff01;
    min-width: 128px;
}
.icon {
    width: 128px;
    height: 128px;
}
.badge-title {
    font-size: 1em;
    margin-top: 3px;
}
#badgeDescription {
    font-style: italic;
    text-align: center;
    padding: 15px;
    height: 40px;
    font-size: 1.2em;
    margin-top: 24px;
}
.opsec-list {
    list-style: disc inside;
    margin: 0;
}
.opsec-link {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: calc(100% - 62px);
    line-height: 16px;
}

.role-list {
    list-style: none;
    grid-template-columns: 1fr 2.4fr 1.3fr 1.3fr;
    text-align: center;
    justify-content: center;
    align-content: center;
    align-items: center;
    justify-items: center;
    gap: 16px;
}
.role-sublist {
    display: grid;
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
    margin: 0;
    width: 100%;
}
.role-stat {
    width: 100%;
    text-align: left;
    padding: 0 5%;
}
.role-stat-name {
    width: 100%;
    text-align: right;
    padding: 0 5%;
}
.role-item {
    width: 100%;
}
.collapsable {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis ".";
    white-space: nowrap;
}
.role-title {
    font-size: 1.2em;
    text-align: center;
}
.role-name {
    font-size: 1.4em;
}
.role-start {
    font-size: 0.8em;
    margin: 0;
}
.content-area {
    width: 100% !important;
}
.class-image {
    height: 96px;
    width: 96px;
}
@media screen and (max-width: 1024px) and (min-width: 896px) {
    .role-stat,
    .role-stat-name {
        text-align: center;
    }
    .role-sublist {
        grid-template-columns: 1fr;
    }
}
@media screen and (max-width: 896px) {
    #homelogo {
        width: 100vw;
    }
    .badges {
        grid-template-columns: repeat(auto-fill, 150px);
    }
    .role-list {
        grid-template-columns: 1fr;
    }
    .role-sublist {
        grid-template-columns: 1fr 1fr;
    }
    .role-title {
        display: none;
    }
    .role-list > .role-item:nth-child(4n) {
        margin-bottom: 24px;
    }
}
