@font-face {
  font-family: 'MedievalSharp';
  font-style: oblique;
  font-weight: 400;
  src: url(./battleFont1.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
.battle_body_style {
	font: unset !important;
	font-family: 'MedievalSharp';
	font-size: 0.85rem !important;
}
.battle_profile_icon {
	border: 0px;
	display: inline-flex;
	height: 16px;
	justify-content: space-around;
}
.battle_profile_detached {
	font-family: 'MedievalSharp' !important;
	height: 16px;
}
.battle_profile_detached > img {
	border: 0px;
	padding-right: 0.1rem;
	height: 16px;
	width: 16px;
}
.battle_page_font {
	font-family: 'MedievalSharp';
}
.battle_main_table {
	display: flex;
	box-sizing: border-box;
	width: 100%;
	border: 0px;

}
.battleProgress {
	width: 100px;
	background-color: #ddd;
	box-sizing: border-box;
}

.battleBar {
	width: 1%;
	height: 15px;
	background-color: #04AA6D;
	transition: width 2s;
}
