.inherited-css {
	cursor: wait;
	font-family: "Segoe UI", "Helvetica Neue", Helvetica, Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", sans-serif;
	font-size: 15px;
	line-height: 21px;
	word-wrap: break-word;
}
body {
	background: #eeeeee;
}
body {
	max-width: 1200px;
	padding: 0px 10px;
	margin: 0px auto;
}
a {
	color: rgb(0, 0, 0);
	text-decoration: none;
}
a:hover {
	color: rgb(138, 15, 17);
	text-decoration: underline;
}
.p-offline-header {
	padding: 0px;
	font-size: 24px;
	font-weight: 400;
}
.p-offline-main {
	margin-bottom: 20px;
	padding: 6px 10px;
	color: rgb(0, 0, 0);
	background: none rgb(185, 185, 185);
	border-width: 1px;
	border-style: solid;
	border-color: rgb(56, 56, 56);
	border-radius: 4px;
}
.p-offline-main::before,
.p-offline-main::after {
	content: " ";
	display: table;
}
.p-offline-main::after {
	clear: both;
}
.p-offline-main ul {
	list-style-type: disc;
	list-style-position: inside;
	padding-left: 1em;
	margin: 0.5em 0;
}
.p-offline-main li {
	margin: 0.25em 0;
}
.button,
a.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	border-image: initial;
	white-space: nowrap;
	transition:
		background-color 0.125s,
		border-color 0.125s,
		color 0.125s;
	font-size: 13px;
	border-radius: 4px;
	padding: 5px 10px;
	text-align: center;
	color: rgb(252, 232, 232);
	background: rgb(84, 8, 10);
	border-color: rgb(107, 11, 12) rgb(60, 6, 7) rgb(60, 6, 7) rgb(107, 11, 12);
}
.button:not(.button--splitTrigger):hover,
a.button:not(.button--splitTrigger):hover,
.button:not(.button--splitTrigger):focus,
a.button:not(.button--splitTrigger):focus,
.button:not(.button--splitTrigger):active,
a.button:not(.button--splitTrigger):active {
	background-color: rgb(46, 5, 5);
}
@font-face {
	font-family: Epilogue;
	src: url("chrome-extension://jlkikimlceonbmfjieipbonnglnlchhl/fonts/Epilogue-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: Epilogue;
	src: url("chrome-extension://jlkikimlceonbmfjieipbonnglnlchhl/fonts/Epilogue-Medium.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: Epilogue;
	src: url("chrome-extension://jlkikimlceonbmfjieipbonnglnlchhl/fonts/Epilogue-SemiBold.ttf") format("truetype");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: Epilogue;
	src: url("chrome-extension://jlkikimlceonbmfjieipbonnglnlchhl/fonts/Epilogue-Bold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
