body {
	font: 1em Tahoma;
}


#header-box {
	width: 45%;
	float: right;
	font: 2em Tahoma;
	text-align: center;
	border: 2px solid black;
}

#page-header {
	width: 45%;
	float: left;
	font: 4em Tahoma;
	text-align: center;
}


#player-name-box {
	width: 45%;
	border: 2px solid black;
}

#player-name-label {
	float: left;
}

#die-roll-modifiers {
	width: 45%;
	border: 2px solid black;
}

.left { float: left; }

.right { float: right; }

.align-center { text-align: center; }

.align-left { text-align: left; }

.align-right { text-align: right; }

.flex { display: flex; }

.inline-block { display: inline-block; }

.table { display: table; width: 100%; }

.row { display: table-row; }

.cell { display: table-cell; }


.10per { background-color: #f00; }

.20per { width: 20%; background-color: #0f0; }

.25per { width: 25%; background-color: #00f; }

.30per { width: 30%; background-color: #f00; }

.33per {
	width: 33%;
 background-color: #f00;
}

.40per {
	width: 40%;
 background-color: #f00;
}

.50per {
	width: 50%;
 background-color: #f00;
}

.60per {
	width: 60%;
 background-color: #f00;
}

.70per {
	width: 70%;

 background-color: #f00;}

.75per {
	width: 75%;
 background-color: #f00;
}

.80per {
	width: 80%;
 background-color: #f00;
}

.90per {
	width: 90%;
 background-color: #f00;
}

.100per {
	width: 100%;
 background-color: #f00;
}




@media print{
   .noprint{
       display:none;
   }
}

#continue-to {
	float: right;
  background: #ccc;
  height: 90px;
  Width: 90px;
  margin-top: 10px;
  font-size: 1em;
  padding: 10px;
  position: -webkit-sticky;
  position: sticky;
	top: 20px;
	right: -20px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
