html, body {
width:100%;
font-size: 16px;
background-color: rgb(24, 26, 27);
margin:0;
padding:0;
color:#fff;
font-family: 'Noto Sans', sans-serif;
line-height: 150%;
font-weight: 300;
}

body p {
    color: #c9c9c9;
}

#content {
width:1200px;
margin: 0px auto;
padding: 20px 20px 100px 20px;
background-color: rgb(24, 26, 27);
box-sizing: border-box;
}

a {
color: rgb(92, 152, 214);
}

.logo {
height: 50px;
clear: both;
}


.mw-logo-icon {
    width: 50px;
    height: 50px;
    float: left;
}


.mw-logo-container {
    display: table;
	padding-left: 10px;
}


.mw-logo-wordmark {
    height: 22px;
    display: table-row;
    margin-top: 4px;
}


.mw-logo-tagline {
    height: 16px;
    display: table-row;
    margin-top: 4px;
}

#headline {
    border-bottom: 1px solid #a2a9b1;
    margin-top: 20px;
    font-size: 170%;
    padding-bottom: 10px;
	font-weight: 400;
}

/* INFO BOX */

#info-block {
	width: 325px;
	background-color: rgb(27, 30, 31);
	float: right;
	margin: 0px 0px 15px 15px;
	border: 0.1px solid #a2a9b1;
	font-size: 85%;
}

.info-inner {
    padding: 10px;
}

#info-block .name {
    font-size: 115%;
	font-weight: 400;
	text-align:center;
	padding-bottom:5px;
}

.picture {
    width: 270px;
    height: 270px;
    margin: 0px auto 10px auto;
}

.picture img {
width:100%;
}

.bioTable{
	display: table;
	width: 100%;
}
.bioTableRow {
	display: table-row;
}
.bioLeft {
    font-weight: bold;
	width: 100px;
}
.bioTableCell {
	display: table-cell;
	padding: 2px;
}
.bioTableBody {
	display: table-row-group;
}

.signature {
width:100%;
margin:0 auto;
}

.signature img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    box-sizing: border-box;
    padding: 20px;
}



/* Photo Block */

.photo-wrapper {
    width: 300px;
    margin: 20px 0px 0px 20px;
    position: relative;
    background-color: rgb(27, 30, 31);
    border: 0.1px solid #a2a9b1;
    padding: 0px;
    box-sizing: border-box;
    float: right;
	clear:both;
}

.photo {
    width: 270px;
    margin: 15px auto 0px auto;
}

.photo img {
width:100%;
}

.caption {
    margin: 0 auto 5px auto;
    width: 100%;
    text-align: center;
    padding-top: 0px;
    font-size: 70%;
    line-height: 1.5;
}




/* BODY */

.wiki-body {
}

ol.titles-list {
    list-style: inside;
    padding-inline-start: 0px;
}

ol.titles-list li {
    list-style: inside;
}


/* TABLE OF CONTENTS */
#toc-block {
	border: 1px solid rgb(72, 78, 81);
    background-color: rgb(27, 30, 31);
    padding: 15px;
    display: block;
    overflow: hidden;
}

.toc {
}

.toc a {
color: rgb(92, 152, 214);
}

.toc-header {
	font-size: 125%;
	font-weight: 400;
}

.toc-list ol {
    padding: 0px 0px 0px 16px;
}

.toc-list li {
    padding: 0px 0px 0px 3px;
}

.tagline {
margin-bottom: 10px;
    margin-top: 5px;
    font-size: 90%;
}

#earlylife {
}

.sub1 {
    border-bottom: 1px solid #a2a9b1;
    margin-top: 20px;
    font-size: 140%;
	padding-bottom: 4px;
	font-weight: 400;
    overflow: hidden;
}

.sub2 {
    padding-bottom: 0px;
	font-weight: 400;
	font-size:120%;
}

.sub3 {
    padding-bottom: 0px;
	font-weight: 400;
	font-size:105%;
}

/* RECORDS */
.recTable{
display: table;
background-color: rgb(27, 30, 31);
margin: 15px 0px 15px 0px;
padding:0px 0px 0px 0px;
border: 0.1px solid #a2a9b1;
font-size: 85%;
width: 300px;
}
.recBody {
}
.recRow {
}
.recCol1 {
width:100%;
text-align:center;
}

.headlinerec {
background:#222426;
padding: 5px;
}

.recCol1.subtitle {
font-weight:bold;
background: #35393b;
padding: 2px;
}

.recRow.boldtitle {
font-weight:bold;
background: #35393b;
padding: 2px;
}

.recCol2 {
}

.recCol2.left {
    width:50%;
    text-align: center;
}

.recCol2.right {
    width:;
    text-align: center;
}

.recCol2.left.crossfitdate {
}

.recCol2.right.crossfitplace {
background-color:#CD7F32;
}

.recCol3 {
padding: 5px;
}

.recCol3.left {
    width: 30px;
    text-align: center;
}

.recCol3.center {
    text-align: center;
}

.recCol3.right {
    width: 30px;
    text-align: center;
}

img.medal {
    position: relative;
    top: 4px;
}

.flag {
	height: 13px;
    margin: 0px 5px 0px 5px;
    position: relative;
    top: 3px;
}


/* Singles Table */

.recsingles.recTable{
    display: table;
    background-color: rgb(27, 30, 31);
    margin: 15px 0px 15px 0px;
    padding: 0px 0px 0px 0px;
    border: 0.1px solid #a2a9b1;
    font-size: 100%;
    width: 600px;
    text-align: center;
}

#pwRecSingles.recBody {
}

#pwRecSingles.recRow {
}

.pwRecCol {
    font-size: 76%;
	border-bottom: 1px solid #333333;
}

td.pwRecCol.method {
    width: 20%;
}


/* ---- MOVES ---- */

.moves {
    padding-left: 20px;
    list-style: square;
}

.moves ul {
}

.moves li {
    list-style: square;
}

.move-cat {
font-weight:300;
}

.move-name {
font-weight:300;
}

.move-base {
font-style: italic;
font-size:95%;
color: #c9c9c9;
}

.move-description {
font-size:95%;
font-weight: 300;
}

.move-description p {
padding-top: 0px;
margin-top: 0px;
}

.move-x {
font-weight:inheret;
}

.moves-common {
font-weight:300;
}

.secondlvl {
padding-left: 17px;
}

.secondlvl li {
color: #c9c9c9;
}

.thirdlvl {
padding-left: 17px;
color: #c9c9c9;
}


/* ---- VIDEO ---- */

#iframe-wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

iframe {
    overflow: visible;
    margin: 0 auto;
    display: block;
    width: 1120px;
    height: 630px;
}

#iframe-outer.photo-wrapper {
width:100%;
margin:0 auto;
background-color: rgb(27, 30, 31);
border: 0.1px solid #a2a9b1;
padding: 15px;
box-sizing: border-box;
float:none;
}


#iframe-outer .caption {
    margin: 15px auto 0px auto;
}


#footer {
margin-top: 50px;
border-top: 0.1px solid #a2a9b1;
font-size:90%;
}

#footer div {
margin:10px 0px 10px 0px;
}

.bottomlinks {
color: rgb(92, 152, 214);
font-style:underline;
}

.bottomlinks span {
margin-right: 5px;
text-decoration: underline;
}


/* ENTRANCE */


.entranceblock {

}

.entranceblock .lyrics {
    letter-spacing: 2px;
    color: #c2c2c2;
}

.entranceblock .red {
color:red;
}

.codeblock {
padding:0px 10px 0px 10px;
margin:20px auto 20px auto;
font-size:60%;
height:300px;
overflow-y: scroll;
border:1px solid #4a4a4a;
background-color: #1a1a1a;
}



.renders img {
    width: 98vw;
    max-width: 400px;
    display: block;
    margin: 20px auto;
}


/* ---- GUIDE LISTS ---- */

.guide-list-outer h2 {
    padding-bottom: 0px;
    font-weight: 400;
    font-size: 120%;
}

/* LEVEL 1: The Main Container and First LI */
ul.guide-list-outer {
    padding-left: 0; /* Removes default indentation from the main UL */
    margin-left: 0;
}

ul.guide-list-outer > li {
    list-style-type: none; /* No bullet for the top wrapper */
    padding: 0;
    margin: 0;
}

/* LEVEL 2: The First Nested OL (Square) */
/* We use the child selector (>) to ensure we only hit this specific depth */
ul.guide-list-outer > li > ol > li {
    list-style-type: square;
	color: #c9c9c9;
}

/* LEVEL 3: The Second Nested OL (Disc) */
ul.guide-list-outer > li > ol > li > ol > li {
    list-style-type: square;
	color: #c9c9c9;
}

/* LEVEL 4: The Second Nested OL (Disc) */
ul.guide-list-outer > li > ol > li > ol > li > ol > li {
    list-style-type: square;
	color: #c9c9c9;
}

/* LEVEL 5: The Second Nested OL (Disc) */
ul.guide-list-outer > li > ol > li > ol > li > ol > li > ol > li {
    list-style-type: square;
	color: #c9c9c9;
}





/* TABLET */
@media only screen and (min-width:701px) and (max-width:1200px) {

html, body {
    font-size: 15px;
}

#content {
    width: 100%;
    padding: 10px;
	margin:0;
}

.recTable {
    margin: 15px auto 15px auto;
}

#pwRecSingles.recTable {
margin:0 auto;
}

#iframe-outer.photo-wrapper {
    margin: 0 auto;
    background-color: rgb(27, 30, 31);
    border: 0.1px solid #a2a9b1;
    padding: 15px;
    box-sizing: border-box;
    float: none;
}

iframe {
	overflow: visible;
    margin: 0 auto;
    display: block;
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
}

.caption {
    font-size: 80%;
}

.secondlvl {
padding-left: 17px;
}

.thirdlvl {
padding-left: 17px;
}

}


/* Mobile Screens */
@media screen and (max-width:700px) {

html, body {
    font-size: 14px;
}

#content {
    width: 100%;
    padding: 10px;
	margin:0;
}

#header {
    margin-bottom: 0px;
}

.logo {
    height: 50px;
}

.mw-logo-icon {

}

.mw-logo-wordmark {

}

.mw-logo-tagline {

}

#info-block {
    width: 100%;
    float: none;
    margin: 0px 0px 0px 0px;
    font-size: 85%;
}

span.mw-logo-container {
    padding-left: 15px;
}

.recTable {
    margin: 15px auto 15px auto;
	width:100%;
}

#pwRecSingles.recTable {
font-size: 95%;
width: 100%;
min-width:350px;
text-align:center;
margin:0 auto;
}

td.pwRecCol.date {
    width: 15%;
}

td.pwRecCol.result {
    width: 14%;
}


.photo-wrapper {
    width: 100%;
    margin: 20px auto 0px auto;
    float: none;
}

.photo {
    width: 100%;
	padding: 10px 10px 0px 10px;
    padding: 10px;
    box-sizing: border-box;
}

.caption {
    font-size: 80%;
}

#iframe-outer.photo-wrapper {
    margin: 0 auto;
    background-color: rgb(27, 30, 31);
    border: 0.1px solid #a2a9b1;
    padding: 15px;
    box-sizing: border-box;
    float: none;
}

iframe {
	overflow: visible;
    margin: 0 auto;
    display: block;
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
}

.secondlvl {
padding-left: 17px;
}

.thirdlvl {
padding-left: 17px;
}

}