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;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  /* background: -webkit-linear-gradient(#303030, #000000); */
  background: -webkit-linear-gradient(#bf0f0f, #4D0000);
  /*background-attachment: fixed;*/
  color: white;
  font-family: "Open Sans", sans-serif;
  font-weight: 100;
  font-size: 30px;
  /*-webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; */
  width: 100%;
  height: 100%;
}

div .borderspace {
  /* margin: 15px; */
  padding: 15px;
  overflow-wrap: normal;
}

body .button {
  background-color: #90b562;
  border-radius: 4px;
  cursor: pointer;
  margin: 2px;
  padding: 10px;
  text-align: center;
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-size: 40px;
  line-height: 40px;
  box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
}

body .button:active {
  background-color: #cbff8a;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16);
}

body .card {
  /* background-color: #6a4e5e; */
  background-color: #566566;
  border-radius: 4px;
  padding: 10px;
  margin: 5px;
  display:inline-block;
}

/* 
body .card .objective {
  margin: 5px auto;
  width: 50%;
}

body .card .objective img {
  width: 100%;
}

body .card .objective-count {
  display: block;
  margin: 10px auto;
}

body .card .objective-name {
  margin-left: 15px;
  margin-right: 30px;
  position: relative;
  top: -16px;
}

body .card .objective-title {
  font-family: "Open Sans", sans-serif;
  font-size: 25px;
  line-height: 40px;
  font-style: bold;
}

body .card:hover {
  box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
}

body .card.active {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16);
}

body .subcard {
  background-color: #332b30;
  border-radius: 4px;
  padding: 15px;
  margin: 15px;
  line-height: 30px;
}

body .subcard .positive {
  color: #90b562;
  font-weight: bold;
}

body .subcard .negative {
  color: #914747;
  font-weight: bold;
}

body .subcard .charm {
  color: #ffe050;
  font-weight: bold;
}

body .subcard:hover {
  box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
}

body .subcard.active {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16);
}
*/
body .hide {
  display: none;
}

body .player.dead {
  color: #90b562;
}

body .title {
  font-family: "Amatic SC", cursive;
  font-weight: 200;
  font-size: 80px;
}

header {
  /* background-color: #212121; */
  /* background-color: #44297a; */
  background-color: #672c8e;
  color: white;
  height: 50px;
  line-height: 50px;
  padding: 0 10%;
  text-align: left;
}

header nav {
  float: right;
  width: 25%;
}

header nav .icon {
  background-color: #6a4e5e;
  border-radius: 16px;
  box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  float: right;
  height: 32px;
  margin-left: 16px;
  margin-top: 8px;
}

header nav .icon:active {
  border: solid white 2px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16);
}

header nav .icon.active {
  border: solid white 2px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.23), 0 10px 40px rgba(0, 0, 0, 0.19);
}

h3{
  background-color: #566566;
  color: white;
  height: 50px;
  line-height: 50px;
  padding: 0 10%;
  text-align: middle;
}

input[type="text"] {
  background-color: white;
  border: none;
  color: black;
  height: 70px;
  margin: 5px;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  font-size: 60px;
  line-height: 40px;
}
input[type="text"]:focus {
  border-bottom: solid white 1px;
  outline: 0;
}


label {
	
	background-color: #566566;
	border-radius: 4px;
	cursor: pointer;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 10px;
	text-align: left;
	vertical-align: middle;
	color: white;
	height: 70px;
	font-family: "Open Sans", sans-serif;
	font-size: 60px;
	box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
	display: block;
}

label:hover {
    background:#98acad;   
}

label:selected {
    background:#57ded;   
}

label > input[type=radio]:checked  {
    color: #57ded;

}

/*
.radio-toolbar input[type="radio"] {
    display:none; 
}

.radio-toolbar label {
	background-color: #566566;
	border-radius: 4px;
	cursor: pointer;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 10px;
	text-align: left;
	vertical-align: middle;
	color: white;
	height: 30px;
	font-family: "Open Sans", sans-serif;
	font-size: 30px;
	box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
	display: block;	
}
.radio-toolbar label:hover {
	background-color: #98acad;
}
.radio-toolbar input[type="radio"]:checked + label { 
    background-color:#0000FF;
}
*/
/*
label.radio-inline,
label.checkbox-inline,
label.radio,
label.checkbox {
    margin-right:2%;
    cursor:pointer;
    font-weight:400;
    padding:10px 10px 10px 30px;
    background-color:#dcdfd4;
    margin-bottom:10px; 
	display: block;
} 
label.radio-inline.checked,
label.checkbox-inline.checked,
label.radio.checked,
label.checkbox.checked {
    background-color:#266c8e;
    color:#fff;
    text-shadow:#000 1px 1px 2px;

}
*/

table {
	width: 90%;
	height: 80%;
	border: 1px solid black;
	
}
th {
    background-color: #0c3c7f;
    color: white;
	height: 30px;
	width: 50%;
}
.lightblue {
    background-color: #93c0ff;
}
