ul, ol {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}
body {
	background-color: #171717;
	background-image: url(https://assets.diepkhuc.com/images/bg/lantern-2022.png);
}
object {
	display: block;
}
span.link {
	cursor: pointer;
}
span.link:not(.no-color) {
	color: blue;
}
span.link:hover {
	text-decoration: underline;
}
span.status.error {
	color: red;
}
span.status.success {
	color: #090;
}
.hidden {
	display: none;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
div.page {
	width: 100%;
	max-width: 1200px;
	margin: 10px auto;
	background-color: white;
	box-shadow: 0 0 20px black;
	border-radius: 10px;
	padding: 10px;
}
div.main-nav {
	height: 30px;
}
div.main-nav span {
	margin-left: 40px;
}
div.logo {
	float: left;
}

div.navbar {
	margin-bottom: 20px;
}
div.vertical-clearing {
	height: 12px;
}
td.column-spacer {
	width: 12px;
}
div.panel {
	border: 1px solid rgb(200, 207, 218);
	border-radius: 5px;
}
div.panel-header {
	background-color: rgb(216, 223, 234);
	color: rgb(59, 89, 152);
	padding: 6px;
	font-weight: bold;
}
div.panel-body {
	padding: 6px;
}
div.footer {
	margin-top: 1em;
	text-align: left;
	color: gray;
}
div#all-ratings table {
	width: 100%;
}
div#all-ratings table th {
	text-align: center;
	padding: 3px;
	font-weight: bold;
}
div#all-ratings table td {
	text-align: center;
	padding: 3px;
}
div.all-ratings-pager {
	margin-top: 10px;
	text-align: center;
}
div.all-ratings-pager img {
	width: 16px;
	height: 16px;
	cursor: pointer;
}
a.arrow-button {
	display: block;
	width: 46px;
	height: 20px;
	background: url('../images/right-arrow.png');
	margin-right: 5px;
	cursor: pointer;
}
a.arrow-button:hover {
	background-position: -45px;
}
.feedback-button {
	-ms-transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
	position: fixed;
	right: -35px;
	top: 20%;
	white-space: nowrap;
	text-align: center;
	width: 100px;
	height: 30px;
	padding-top: 5px;
	font-size: large;
	background-color: darkblue;
	color: white;
	border-radius: 10px 10px 0 0;
	cursor: pointer;
	opacity: 0.3;
}
.feedback-button:hover {
	opacity: 1.0;
}
.top-banner-ad {
	text-align: center;
}
.ui-dialog, .ui-dialog-content {
    box-sizing: content-box;
}
.user-context-menu .menu {
	min-width: 150px;
}
.input-method-context-menu .menu {
	min-width: 100px;
}
.announcements {
	padding: 10px;
	background-color: #eea;
	font-size: smaller;
}
.noselect {
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Old versions of Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none;
}
.screen-mask {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 99999;
	display: none;
}
.dropdown-item .material-icons {
	margin-right: .25em;
}
