/* body {
	background-color: #cacaca;
} */

/* div#playerList { float: left; text-align: left; margin-top: 20px; } */
/* ul { margin-left: -38px; }
ul li { display: inline-block; text-align: left;  }
span.delete, span.add{ cursor: pointer; }
 */
/* table { display: inline-table; margin: 50px 20px 20px 80px; text-transform: capitalize; text-align: center; border-style: double; position: relative; width: auto; height: auto; float: none; top: 10px; padding-left: 20px; padding-right: 20px; } */

/* table th { */
	/* font-size: 12px;
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
} */

/* table tr:hover { */
	/* border-style: solid;
	color: green;
	text-shadow: 1px 1px 1px #e1dede;
} */

/* div#description {
	float: right;
	clear: right;
	text-align: justify;
}

h1 {
	font-weight: bold;
	font-size: 12px;
}

h2 {
	font-size: 10px;
} */

#dice {
	position: relative;
	float: right;
	text-align: right;
	padding: 30px;
	width: auto;
	font-size: 10px;
	height: 50px;
	border-style: none;
	display: inline;
}

#dice form {
	float: left;
	text-align: left;
	margin-bottom: auto;
	margin-top: -3px;
}

#dice p {
	float: none;
	clear: none;
	color: red;
	margin: 0;
	font-size: 2em;
	text-align: center;
}

#dice button {
}

#perc {
	background-color: rgba(0, 254, 255, 0.7);
}

#ac {
	background-color: rgba(255, 165, 0, 0.75);
}

#dam {
	background-color: rgba(255, 0, 0, 0.68);
}

#sneak {
	background-color: rgba(255, 0, 254, 0.5);
}

#disguise {
	background-color: #b7b7b7;
}

.table_init {
	background-color: #ffffff;
}

.sortvalue {
	background-color: #ffffff;
}

.table_perc {
	background-color: rgba(0, 254, 255, 0.7);
}

.table_ac {
	background-color: rgba(255, 165, 0, 0.75);
}

.table_dam {
	background-color: rgba(255, 0, 0, 0.68);
}

.table_sneak {
	background-color: rgba(255, 0, 254, 0.5);
}

.table_disguise {
	background-color: #b7b7b7;
}

.sortvalue {
	display: none;
}

/* input[type=number]{
    width: 2em;
}  */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}