ul, ol {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}
body {
	font-size: 13px;
	background-image: url(https://support2.lsdsoftware.com/diepkhuc-content/bg/spring-2019.jpg);
	background-size: cover;
}
object {
	display: block;
}
span.link {
	cursor: pointer;
	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: -30px;
	top: 50%;
	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;
}
