html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
/* @font-face {
	font-family: Forza-Black;
	src: url(Forza-Black.otf);
}
@font-face {
	font-family: Forza-Medium;
	src: url(Forza-Medium.otf);
} */
/* need to add in winter colors and comment sumemr colors */
@font-face {
  font-family: 'Geogrotesque';
  src: local('Geogrotesque Bold'), local('Geogrotesque-Bold'),
      url('fonts/GeogrotesqueCyr-Bold.woff2') format('woff2'),
      url('fonts/GeogrotesqueCyr-Bold.woff') format('woff'),
      url('fonts/GeogrotesqueCyr-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Geogrotesque';
  src: local('Geogrotesque Medium'), local('Geogrotesque-Medium'),
      url('fonts/GeogrotesqueCyr-Medium.woff2') format('woff2'),
      url('fonts/GeogrotesqueCyr-Medium.woff') format('woff'),
      url('fonts/GeogrotesqueCyr-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body {
  background-color: #363636;
  height: 100vh;
}
button {
  padding: 0;
  color: #000;
  margin: 0;
}
#app_container {
	line-height: 1;
  max-width: 600px;
  background-color: #000000;
  display: block;
  font-family: "Geogrotesque";
  height: 100%;
  margin: 0 auto;
  position: relative;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;

}
h1, h2, h3, h4, h5, h6 {
  font-weight: 800;
  color: white;
}
h1 {
  font-size: 45px;
}
h2 {
  font-size: 38px;
}
h3 {
  font-size: 32px;
}
h4 {
  font-size: 28px;
}
h5 {
  font-size: 24px;
}
h6 {
  font-size: 20px;
}
p {
  margin-bottom: 15px;
}
select {
  width: 177px;
}
form, section, div {
  display: block;
  color: white;
}
form {
  text-align: center;
  padding: 25px 0;
}
input[type=radio] {
  width: 30px;
  height: 30px;
}
label {
  font-size: 18px;
  display: block;
  margin-bottom: 5px;;
}
.form_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          -webkit-justify-content: center;
          justify-content: center;
}
.form_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          -webkit-justify-content: center;
          justify-content: center;
  margin-left: 25px;
  margin-right: 25px;
  margin-bottom: 25px;
}
#score_reps {
  /* margin-bottom: 15px; */
}
section {
  padding: 25px;
  height: 30px;
}
li {
	display: inline-block;
	counter-increment: 1;

}
.icon {
  height: 55px;
  background-color: #4d4d4d;
}
.icon:hover {
  cursor: pointer;
}
.footer {
	bottom: 0;
}
 .Tname {
max-width: 600px;
width: 300px;
height: 50px;
} 
a {
  font-family: 'Geogrotesque';
}
.text-link {
  display: inline-block;
  color: #fff;
  margin-top: 15px;
  margin-bottom: 15px;
}
.text-link:hover {
  cursor: pointer;
  text-decoration: underline;
}
.head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
  /*border: 1.5px solid white;*/
  /* background color comment out*/
  padding: 0 15px;
  background-color: #4d4d4d;
  max-width: 600px;
  height: 125px;
  margin: auto;
}
.ultra {
  width: 200px;
  height: auto;
}
.nav-drop {
  background-color: #4d4d4d;
  border: solid 0px #4d4d4d;
}
.menu-drops {
  display: none;
  position: absolute;
  background-color: rgba(0,0,0,0.75);
  min-width: 50px;
  overflow: auto;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
          box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 100;
  width: 100%;
  right: 0;
  top: 125px;
  height: 100%;
}
.menu-drops a {
  font-weight: 500;
  font-size: 22px;
  color: #fff;
  padding: 20px 5px;
  display: block;
  text-decoration: none;
  text-transform: capitalize;
  border-top: solid 1px #000;
  background-color: #4d4d4d;
  text-align: center;
}
.menu-drops a:hover {
  text-decoration: underline;
}
.menu-drops show {
  right: 15px;
}
.page {
  padding: 45px 15px;
  text-align: center;
}
.maingrid-1 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns:3fr 1.25fr;
  grid-template-columns:3fr 1.25fr;
  color: white;
  border: solid 1.5px;
  height: auto;
  position: relative;
}
.column-1 {
  border: 1.5px solid white;
}
.innerbox {
  border: solid #007FFF 0.5px;
  padding:25px 15px;
  background-color:#007FFF;
  -webkit-box-align: center;
      -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
}
.flex {
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          -webkit-flex-direction: row;
          flex-direction: row;
  border: 2.5px;
  -ms-flex-pack: distribute;
      -webkit-justify-content: space-around;
          justify-content: space-around;
  height: 165px;
}
.box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
  background-color: gray;
  color: black;
  font-size: 15px;
  font-family: Helvetica;
  padding:23px;
  margin: 0px 20px;
}
.box h4 {
  font-size: 22px;
}
.team_score {
  font-size: 30px;
  color: white;
}
.table {
  height: 50px;
  border: white;
}
.Title {
  text-align: center;
  padding: 0px;
  font-size: 20px;
  font-family: Helvetica;
}
.tn {
  display: table-row;
  border: solid white 2px;
  font-size: 20px;
  padding: 0px;
  text-decoration: underline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          -webkit-justify-content: space-between;
          justify-content: space-between;

}
.tn2 {
  border: solid white 2px;
  font-size: 20px;
  padding: 20px;
  text-align: center;
}
.leaderboard {
  border: solid;
  width: 100%;
  height: 400px;
}
.leaderboard th {
  font-size: 18px;
  font-weight: 600;
  vertical-align: middle;
}
.leaderboard td {
  vertical-align: middle;
}
.amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
  background-color: white;
  height: 120px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          -webkit-justify-content: center;
          justify-content: center;
  text-align: center;
}
.amount h2 {
  color: black;
}
.raised {
  color: black;
  text-align: center;
}
.feed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          -webkit-flex-direction: column;
          flex-direction: column;
  background-color: white;
  padding: 0px;
  width: 0 auto;
  height: 300px;
}
.twitter {
  color: black;
  font-family: Helvetica;
  font-size: 25px;
}
.column-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          -webkit-justify-content: space-between;
          justify-content: space-between;
  border: 1.5px solid white;
  padding: 30px;
}
.tfeed {
  color: black;
  font-size: 25px;
}
.user {
  color: black;
  font-size: 20px;
  font-weight:normal ;
}
.footer {
  text-align: center;
  font-weight:normal ;
  position: relative;
  font-size: 20px;
  color: white;
  text-decoration: none;
}
.footer .link {
  color: white;
  text-decoration: underline;
}
.large-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border: solid white 2px;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          -webkit-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      -webkit-justify-content: space-around;
          justify-content: space-around;
  padding: 20px;
  -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        -webkit-align-items: center;
	        align-items: center;
}
.grid-box {
  display: -ms-grid;
  display: grid;
  border: solid white 2px;
  -ms-grid-columns: 1fr 5px 1fr 5px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 25px;
  grid-template-rows: 25px;
	grid-auto-rows: 1fr;
  height: 290px;
  grid-column-gap: 5px;
  width: 500px;
  background-color: #F4CCCC;
  margin: 0px 0px 15px 0px;
}
.grid-box > *:nth-child(1) {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}
.grid-box > *:nth-child(2) {
	-ms-grid-row: 1;
	-ms-grid-column: 3;
}
.grid-box > *:nth-child(3) {
	-ms-grid-row: 1;
	-ms-grid-column: 5;
}
.grid-box-mbl {
  display: -ms-grid;
  display: grid;
  border: solid white 2px;
  -ms-grid-columns: 1fr 5px 1fr 5px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 35px;
  grid-template-rows: 35px;
	grid-auto-rows: 1fr;
  height: 450px;
  grid-column-gap: 5px;
  width: 700px;
  background-color: #F4CCCC;
  margin: 0px 0px 15px 0px;
}
.grid-box-mbl > *:nth-child(1) {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}
.grid-box-mbl > *:nth-child(2) {
	-ms-grid-row: 1;
	-ms-grid-column: 3;
}
.grid-box-mbl > *:nth-child(3) {
	-ms-grid-row: 1;
	-ms-grid-column: 5;
}
.ldb {
  text-align: center;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1 / span 3;
  background-color: black;
}
.data {
  text-align: center;
  height: 5px;
}
.data-black {
  text-align: center;
  height: 35px;
  color: black;
}
.team {
	text-align: center;
	height: 5px;
	color: black;
}
.pos {
	text-align: center;
	height: 5px;
	color: black;
}
.scor {
	text-align: center;
	height: 5px;
	color: black;
}
.buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border: solid white 1px;
  height: 500px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          -webkit-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      -webkit-justify-content: space-around;
          justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
}
.delete {
  padding: 35px;
	width: 320px;
  height: 135px;
	background-color: black;
	color: white;
	border-radius: 25px;
	font-family: Forza-Medium;
	font-size: 30px;
}
.space {
	height: 180px;
}
/* mobile design view */
.openskillz{
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
  -ms-flex-pack: distribute;
      -webkit-justify-content: space-around;
          justify-content: space-around;
  padding: 10px 10px 0px 10px;
}
.main_buttons {
  padding: 15px;
  border: 2px solid #616161;
  border-radius: 15px 15px 0px 0px;
  border-width: 2px 2px 4px 2px;
  background-color: #000000;
  opacity: 0.7;
}
.main_buttons:hover {
  cursor: pointer;
}
#open-img,
#skillz-img {
  width: 120px;
  height: auto;
}
.mbl-drop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          -webkit-justify-content: space-between;
          justify-content: space-between;
  padding: 25px 15px;
}
.accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background-color: #000000;
  color: #444;
  cursor: pointer;
  padding: 7px 10px;
  width: auto;
  border: none;
  text-align: center;
  /*text-align: left;*/
  outline: none;
  font-size: 15px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          -webkit-justify-content: center;
          justify-content: center;
  border-style: solid;
  border-color: #f2ff80;
  border-width: 1px;
  border-radius: 15px;
  /* border width on mobile slightly doesnt overlay */
}

/* WOD BUTTONS */
.table_display {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          -webkit-flex-direction: row;
          flex-direction: row;
  border-top: solid 4px #616161;
  -ms-flex-pack: distribute;
      -webkit-justify-content: space-around;
          justify-content: space-around;
  padding: 20px 15px;
  margin: -3px auto;
  max-width: 600px;
}
.table_display button {
  font-family: "Geogrotesque";
  font-weight: 500;
  background-color: #000000;
  padding: 15px;
  width: auto;
  text-align: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-style: solid;
  border-width: 1px;
  border-radius: 15px;
  font-size: 24px;
  text-transform: uppercase;
}

/* WOD BUTTONS - OPEN CATEGORY */
div#controller[data-category='open'] .table_display button {
  color: #f2ff80;
  border-color: #f2ff80;
}
div#controller[data-category='open'] .table_display button[data-active='true'] {
  background-color: #f2ff80;
  color: #000;
} 
div#controller[data-category='open'] .table_display button:hover {
  background-color: #f2ff80;
  color: #000;
  cursor: pointer;
}

/* WOD BUTTONS = SKILLZ CATEGORY */
div#controller[data-category='skillz'] .table_display button {
  border-color: #a6ffcf;
  color: #a6ffcf;
}
div#controller[data-category='skillz'] .table_display button[data-active='true'] {
  background-color: #a6ffcf;
  color: #000;
} 
div#controller[data-category='skillz'] .table_display button:hover {
  background-color: #a6ffcf;
  color: #000;
  cursor: pointer;
}

/* .active, button.accordion:hover {
  background-color: #f2ff80;  
}30px
.accordion:hover .text{
  color: black !important;
}
.active .accordion_s:hover .text{
  color: #a6ffcf;
} */

/* .HoverClass1:hover{
  color: #f2ff80;
}
.HoverClass2:hover{
  color: #a6ffcf;
} */



.panel {
  padding: 0 18px;
  background-color: #616161;
  max-height: 0;
  overflow: auto;
  -webkit-transition: max-height 0.2s ease-out;
  -o-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
  
}

.skillz:hover {
  border-color: #616161 #616161 #a6ffcf #616161  ;
  border-width: 2px 2px 4px 2px;
  opacity: 1.0;
}
.open:hover {
  border-color: #616161 #616161 #f2ff80 #616161  ;
  border-width: 2px 2px 4px 2px;
  opacity: 1.0;
}

/* ldb box design */

.glarge-flex {
  border: solid white 2px;
  height: auto;
  padding: 10px;
  -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        -webkit-align-items: center;
	        align-items: center;
}
.new-grid {
  display: -ms-grid;
  display: grid;
  border: solid #808080 0px;
  -ms-grid-columns: 7% 63% 15% 15%;
  grid-template-columns: 7% 63% 15% 15%;  
  height: auto;
  width: auto;
  background-color: #616161;
  -webkit-box-align: center;
      -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
}
.overall_grid {
  display: -ms-grid;
  display: grid;
  border: solid #808080 0px;
  -ms-grid-columns: 7% 78% 15%;
  grid-template-columns: 7% 78% 15%;
  height: auto;
  width: auto;
  background-color: #616161;
  -webkit-box-align: center;
      -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
}
#overall {
  padding-top: 0px;
}
.new-grid-open {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 7% 63% 15% 15%;
  grid-template-columns: 7% 63% 15% 15%;
	grid-auto-rows: 1fr;
  height: auto;
  /* grid-column-gap: 5px; */
  width: auto;
  background-color: #616161;
}
.new-grid-skill {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 7% 63% 15% 15%;
  grid-template-columns: 7% 63% 15% 15%;
	grid-auto-rows: 1fr;
  height: auto;
  /* grid-column-gap: 5px; */
  width: auto;
  background-color: #616161;
}
.skillztext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
  font-family: "Geogrotesque";
  font-weight: 500;
  color: #a6ffcf;
  margin: 0px 0px 0px 0px;
  font-weight: 200;
}
h4.skillztext {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          -webkit-justify-content: flex-start;
          justify-content: flex-start;
}
.opentext {
  font-family: "Geogrotesque";
  font-weight: 500;
  color: #f2ff80;
  margin: 0px 0px 0px 0px;
  font-weight: 200;
}
.open-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
  font-family: "Geogrotesque";
  font-weight: 700;
  color: #f2ff80;
  background-color: #000;
  border-top: solid 1px #f2ff80;
  height: 35px;
  padding: 5px 10px;
}
h4.open-data {
  font-size: 18px;
  border-top: unset;
}
#names {
  font-family: "Geogrotesque";
  font-weight: 500;
  text-align: left;
  color: white;
  background-color: #4d4d4d;
  padding-left: 15px;
  -webkit-box-shadow: inset 8px -1px 9px 1px #342f2f;
          box-shadow: inset 8px -1px 9px 1px #342f2f;
  -webkit-box-align: start;
      -ms-flex-align: start;
          -webkit-align-items: flex-start;
          align-items: flex-start;
  text-transform: uppercase;
}
#total-o {
  text-align: center;
  background-color: #f2ff80;
  color: #000000;
  border-top: solid 1px black;
  -webkit-box-shadow: inset 9px 0px 8px -5px black;
          box-shadow: inset 9px 0px 8px -5px black;
}
#total-s {
  font-family: "Geogrotesque";
  font-weight: 700;
  text-align: center;
  background-color: #a6ffcf;
  color: #000000;
  border-top: solid 1px black;
  -webkit-box-shadow: inset 9px 0px 8px -5px black;
          box-shadow: inset 9px 0px 8px -5px black;
}
.skillz-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
  font-family: "Geogrotesque";
  font-weight: 700;
  color: #a6ffcf;
  background-color: #000;
  border-top: solid 1px #a6ffcf;
  height: 35px;
  padding: 5px 10px;
}
h4.skillz-data {
  font-size: 18px;
  border-top: unset;
}
.no_wod_score {
  grid-column: 1 / -1;
  -ms-grid-row: 2;
  -ms-grid-row-span: 8;
  grid-row: 2 / 10;
  background-color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 40px;
  font-weight: 600;
}
/* WOD MENU */
.wod_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          -webkit-justify-content: stretch;
          justify-content: stretch;
  /* mix-blend-mode: screen; */
  color: #000000;
  height: 60px;
  border-top: solid 2px #808088;
  border-bottom: solid 2px #808088;
  width: 100%;
  max-width: 600px;
  
}
button {
  padding: 0;
  color: #000;
}
.wod_menu .wod-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
  text-align: center;
  /* padding: 0px 14px; */
  padding-top: 7px;
  border-style: none;
  background-color: transparent;
  border-left: solid 1px #000000;
  border-right: solid 1px #000000;
  width: -webkit-fill-available;
  width: -moz-available;
  cursor: pointer;
}
.wod-buttons[data-active="true"] {
  background: rgba(0,0,0,1);
  color: #f2ff80;
}

div#controller[data-category='open'] .wod_menu {
  background-image: -o-linear-gradient(left, #f2ff80, #bbff82 );
  background-image: -webkit-gradient(linear, left top, right top, from(#f2ff80), to(#bbff82) );
  background-image: linear-gradient(to right, #f2ff80, #bbff82 );
}

div#controller[data-category='skillz'] .wod_menu {
  background-image: -o-linear-gradient(left, #bbff82, #a6ffcf ) ;
  background-image: -o-linear-gradient(left, #bbff82, #a6ffcf ) ;
  background-image: -webkit-gradient(linear, left top, right top, from(#bbff82), to(#a6ffcf) ) ;
  background-image: -o-linear-gradient(left, #bbff82, #a6ffcf ) ;
  background-image: linear-gradient(to right, #bbff82, #a6ffcf ) ;
}
.wod_heading {
  font-family: "Geogrotesque";
  font-weight: 500;
}
.wod-nums {
  font-family: "Geogrotesque";
  font-weight: 700;
  font-size: 30px;
}
.lg-ldb-box {
  border: 2px solid white;
  padding: 50px;
  
}
.lg-wod-type {
  display: flex;
  align-items: center;
  border: 2px solid white;
  padding: 25px;
}
.lg-txt {
  align-items: center;
  vertical-align: middle;
  margin: auto;
}
.lg-ldb {
  display: grid;
  border: 2px solid white;

}


/* 
.wod-selection-skillz {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  background-image: linear-gradient(to right, #bbff82, #a6ffcf ) ;
  mix-blend-mode: screen;
  color: #000000;
  height: 60px;
  border-top: solid 2px #808088;
  border-bottom: solid 2px #808088;
}
.wod-selection-skillz button {
  padding: 0px 14px;
  padding-top: 7px;
  border-style: none;
  background-color: transparent;
  border-left: solid 1px #000000;
  border-right: solid 1px #000000;
  width: -webkit-fill-available;
  width: -moz-available;
}
.wod-buttons:hover {
  background-color: #000000;
  
  
} */
/* num hovers open 
1 #edff80
2 #e4ff81
3 #daff80
4 #d2ff81
5 #c8ff81
6 #c0ff82
*/


/* num hovers skillz 
1 #b9ff88
2 #b5ff95
3 #b3ffa2
4 #afffaf
5 #abffbc
6 #a7ffc8
*/
.login {
  color: white;
  max-width: 600px;
  margin: auto;
  text-align: center;
}

/* ldb box design */

._show {
  display: block;
}
._hide {
  display: none;
}
.hover {
  background-color: #a6ffcf;
}
/* css class for js */
.black {
  color: #000;
}
#red {
  background-color: #990000;
}
#black {
	color: black;
}
#white {
	color: white;
}
.btn[value="Delete all scores"] {
  text-align: center;
}

@media only screen and (max-width: 600px) {
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 16px;
  }
  h6 {
    font-size: 16px;
  }
  .maingrid-1 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .box {
    margin: 0 10px;
  }
  .box h4 {
    font-size: 16px;
  }
  .team_score {
    font-size: 22px;
  }
	.delete {
	  padding: 15px;
		width: 200px;
	  height: 95px;
    font-size: 16px;
  }
  input[value="Delete all scores"] {
    font-size: 18px;
  }
  input[value="Delete all teams"] {
    font-size: 18px;
  }


}
/*Prototype table below */
.maingrid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 3fr 3fr 3fr;
  grid-template-columns: 3fr 3fr 3fr;
  -ms-grid-rows: 0.75fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 0.75fr 1fr 1fr 1fr 1fr 1fr 1fr;
  height: 600px;
  border: solid 1.5px white;

}
.maingrid > *:nth-child(1) {
	-ms-grid-row: 1;
	-ms-grid-column: 1;

}
.maingrid > *:nth-child(2) {
	-ms-grid-row: 1;
	-ms-grid-column: 2;

}
.maingrid > *:nth-child(3) {
	-ms-grid-row: 1;
	-ms-grid-column: 3;

}
.maingrid > *:nth-child(4) {
	-ms-grid-row: 2;
	-ms-grid-column: 1;

}
.maingrid > *:nth-child(5) {
	-ms-grid-row: 2;
	-ms-grid-column: 2;

}
.maingrid > *:nth-child(6) {
	-ms-grid-row: 2;
	-ms-grid-column: 3;

}
.maingrid > *:nth-child(7) {
	-ms-grid-row: 3;
	-ms-grid-column: 1;

}
.maingrid > *:nth-child(8) {
	-ms-grid-row: 3;
	-ms-grid-column: 2;

}
.maingrid > *:nth-child(9) {
	-ms-grid-row: 3;
	-ms-grid-column: 3;

}
.maingrid > *:nth-child(10) {
	-ms-grid-row: 4;
	-ms-grid-column: 1;

}
.maingrid > *:nth-child(11) {
	-ms-grid-row: 4;
	-ms-grid-column: 2;

}
.maingrid > *:nth-child(12) {
	-ms-grid-row: 4;
	-ms-grid-column: 3;

}
.maingrid > *:nth-child(13) {
	-ms-grid-row: 5;
	-ms-grid-column: 1;

}
.maingrid > *:nth-child(14) {
	-ms-grid-row: 5;
	-ms-grid-column: 2;

}
.maingrid > *:nth-child(15) {
	-ms-grid-row: 5;
	-ms-grid-column: 3;

}
.maingrid > *:nth-child(16) {
	-ms-grid-row: 6;
	-ms-grid-column: 1;

}
.maingrid > *:nth-child(17) {
	-ms-grid-row: 6;
	-ms-grid-column: 2;

}
.maingrid > *:nth-child(18) {
	-ms-grid-row: 6;
	-ms-grid-column: 3;

}
.maingrid > *:nth-child(19) {
	-ms-grid-row: 7;
	-ms-grid-column: 1;

}
.maingrid > *:nth-child(20) {
	-ms-grid-row: 7;
	-ms-grid-column: 2;

}
.maingrid > *:nth-child(21) {
	-ms-grid-row: 7;
	-ms-grid-column: 3;

}
.header {
  text-align: center;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1 / span 3;
  border: solid 1.5px white;
}
.data h4{
  text-align: center;
  font-size: 30px;
  font-weight: 50;
}
.Tname {
  width: 100%;
  height: 50px;
  font-family: 'Geogrotesque';
  font-size: 18px;
  font-weight: 500;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 25px;
}
.time {
  font-family: 'Geogrotesque';
  font-size: 18px;
  width: 50px;
  height: 50px;
}
.subhead {
	text-align: center;
}
.message_output {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
  width: 100%;
  padding: 25px;
  font-size: 20px;
}
.submit {
  display: block;
  width: 100%;
  background-color: rgb(20, 150, 20);
  color: white;
  border: none;
	width: 100%;
	height: 50px;
  font-family: 'Geogrotesque';
  font-weight: 700;
  font-size: 18px;
}
.submit:hover {
  cursor: pointer;
  background-color: #1eb51e;
}
#text {
font-size: 38px;
color: white;
}

div[data-active='false'] {
  display: none;
}

button#openClick[data-active='true'] {
  border-color: rgb(97, 97, 97) rgb(97, 97, 97) rgb(242, 255, 128);
  opacity: 1;
}

button#skillzClick[data-active='true'] {
  border-color: #616161 #616161 #a6ffcf #616161;
  opacity: 1;
}

button[data-menu-active='true'] {
  background-color: #f2ff80;
}
button[data-menu-active='true'] h4 {
  color: #000;
}
@media only screen and (max-width: 500px) {
  .head {
    height: 100px;
  }
  #open-img,
  #skillz-img {
    width: 100px;
  }
  .table_display button {
    font-size: 20px;
  }
  #clear-tables, input[type="submit"] {
    padding: 0px;
  }
  .delete {
    padding: 0px;
  }
  .btn {
    padding: 0px;
  }
  .ultra {
    width: 160px;
    height: auto;
  }
  .icon {
    height: 50px;
    background-color: #4d4d4d;
  }
  .menu-drops a {
    right: 15px;
  }
  .wod-op {
    margin: -6px auto;
  }
  .wod-nums {
    font-size: 25px;
  }
  h4.open-data {
    font-size: 15px;
  }
}
@media only screen and (max-width: 400px) {
  .menu-drops {
    top: 100px;
  }
  .main_buttons {
    padding: 10px 40px;
  }
  .table_display {
    padding-left: 10px;
    padding-right: 10px;
  }
  .table_display button{
    font-size: 18px;
  }
	.delete {
	  padding: 0px;
		width: 150px;
	  height: 85px;
  }
  /* .wod_menu .wod-buttons { */
    /* padding: 0px 10px; */
  /* } */
}
@media only screen and (max-width: 350px) {
  .buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            -webkit-flex-direction: column;
            flex-direction: column;
  }
}
/* larger iphone variant */
@media only screen and (max-width: 420px) {
  .wod-op {
    margin: -5px auto;
  }
}
/* S galaxy S10(+)/7 */
@media only screen and (max-width: 413px) {
  .wod-op {
    margin: -3px auto;
  }
  .table_display {
    padding: 15px 5px;
  }
}
/* Iphone 12(+) google pixel 6/5 S21+*/
@media only screen and (max-width: 393px) {
  .wod-op {
    margin: -5px auto;
  }
}
@media only screen and (max-width: 384px) {
  .wod-op {
    margin: -4px auto;
  }
}
@media only screen and (max-width: 383px) {
  .wod-op {
    margin: -6px auto;
  }
}
/* Iphone X */
@media only screen and (max-width: 376px) {
  .wod-op {
    margin: -5px auto;
  }
  .ultra {
    width: 140px;
  }
  #open-img, #skillz-img {
    width: 90px;
  }
  .main_buttons {
    padding: 10px;
  }
  .table_display {
    padding-left: 5px;
    padding-right: 5px;
  }
  .table_display button {
    padding: 10px;
  }
}