body {
  margin:0px;
}
.center {
  margin: 0px;
  line-break: anywhere;
}

.round{
  font-size: 12px;
  color: #4D5259;
  line-height: 1.5;
  font-weight: bold;
  outline:0;
  transition: ease all 0.2s;
  background-repeat: no-repeat;
  margin-top: 20px;
} 

.round{
  font-size: 12px;
  color: #4D5259;
  line-height: 1.5;
  font-weight: bold;
  outline:0;
  transition: ease all 0.2s;
  background-repeat: no-repeat;
  margin-top: 20px;
} 

@keyframes clicklove {
	0% {transform: scale(1.08);}
	50% {transform: scale(1.0);}
	100% {transform: scale(1.08);}
}

.round:active {
  animation: clicklove 0.2s linear -0.1s 1 normal backwards;
  box-shadow: 0px 0px 0 0 #4D5259;
}
.round:hover {
  transform: scale(1.08);
}

.settings {
  font-size: 10px;
  color: #4D5259;
  line-height: 1.5;
  font-weight: bold;
  padding: .5em 2em;
  background: #FFFFFF;
  border: 2px solid #4D5259;
  box-shadow: 4px 4px 0 0 #4D5259;
  outline:0;
}

.settings:active {
  transform: translateY(4px) translateX(4px);
  box-shadow: 0px 0px 0 0 #4D5259;
}
.settings:hover {
  background: #d3d3d3;
}

.btns {
	background-color: #7f6d51; 
	padding: 10px; 
	width: auto; 
	text-align: center; 
	box-shadow: 0px 0px 4px 3px rgba(0, 0, 0, 1); 
	font-weight: bold; 
	color: white;
	opacity: 0.5;
	transition: 0.5s;
	border-width: 0px;
	border-radius: 25px;
	padding-left: 30px;
	padding-right: 30px;
}

.btns:hover {
	background-color: #7f6d51; 
	padding: 10px; 
	width: auto;
	text-align: center; 
	box-shadow: 0px 0px 4px 3px rgba(0, 0, 0, 1); 
	font-weight: bold; 
	color: white;
	opacity: 1.0;
	transform: scale(1.08);
	border-radius: 25px;
	padding-left: 30px;
	padding-right: 30px;
}

.statsbg {
	background-color: #7f6d51; 
	padding: 10px; 
	width: auto;
	text-align: center; 
	box-shadow: 0px 0px 4px 3px rgba(0, 0, 0, 1); 
	font-weight: bold; 
	color: white;
	opacity: 1.0;
	transform: scale(1.08);
	border-radius: 25px;
	padding-left: 30px;
	padding-right: 30px;
}

.levelbg {
	width: auto;
	height: auto;
	background-image: url('../img/master/contbgtempMID.jpg');
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 20px;
	padding: 10px;
	box-shadow: 0px 0px 5px 4px rgb(0 0 0 / 30%); 
	border-width: 3px; 
	border-style: ridge; 
	border-color: #d9ac59;
	text-shadow: 1px 1px 1px #000000;
	border-radius: 50px;
}

/* Collapse upgrades */
.collapsible {
  background-color: #777;
  color: white;
  cursor: pointer;
  padding: 10px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 2px solid #99804b;
  box-shadow: 0 1px 1px 0 rgb(0 0 0 / 10%), 0 2px 5px 0 rgb(0 0 0 / 30%);
  background-image: url("../img/master/navback.jpg");
  text-shadow: 1px 1px 1px #000000;
}

.active, .collapsible:hover {
  background-color: #555;
}

.content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #c2ab7173;
  margin-bottom: 10px;
  margin-top: -10px;
}
