<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#digicert_review_inline .stars {
	color: #0081c3;
}

.stars {
	color: #FFB546;
}

.bigstars {
	font-size: 48px;
}

.emptystars {
	font-size: 48px;
	color: #AAA;
}

#stars_summary {
	font-size: 36px;
}

#write_review {
	font-size: 24px;
	padding: 0 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	text-align: center;
	font-weight: 500;
}

#write_review em {
	font-style: normal;
}

.content-core {
	padding-bottom: 30px;
	padding-top: 30px;
	border-bottom: 1px solid #CCC;
	overflow: auto;
}

.ratings-container {
	display: block;
	border-radius: 2px;
	height: 10px;
	min-height: 10px;
	background-color: #CCC;
	min-width: 200px;
	width: 200px;
	max-width: 200px;
	cursor: pointer;
}

.ratings-value {
	display: block;
	height: 10px;
	background-color: #0081c3;
}


.rating-stars-off {
	position: absolute;
	font-size: 20px;
	color: #CCC;
}

.rating-stars-on {
	position: absolute;
	font-size: 20px;
	color: #FFB546;
}

.off-screen {
	display: none;
}

.content-header-meta td {
	display: table-footer-group;
}

.content-meta-wrapper {
	padding: 8px 0;
	font-size: 12px;
}

.content-datetime {
	float: right;
}

.content-datetime-stamp {
	color: #CCC;
}

.rating-stars-container {
	padding-bottom: 10px;
	display: block;
}

.author {
	font-weight: bold;
}

.content-title-container {
	float: right;
	width: 80%;
	margin-top: -45px;
}
.content-title-container h4 {
	font-size: 20px;
	padding-bottom: 0px;
	margin-bottom: 5px;
	font-weight: bold;
}

.content-summary-body-text {
	padding-top: 3px;
	font-size: 15px;
	float: right;
	width: 80%;
}

.rating-link {
	font-size: 24px;
	color: #FFF;
	text-decoration: none;
	margin: 0px;
	padding: 5px;
}

.rating-link:hover, .rating-link:focus {

	color: #FFB546;
}

.rating-link:active {

	color: #FFB546;
}

.rating-small {
	font-size: 20px;
}

#review-main {
	background-color: #FFF;
	font-family: 'UbuntuLight';
}

#review-main input {
	width: 100%;
}

#review-main h3 {
	margin-top: 6px;
	margin-bottom: 3px;
}

.rating-selected {

}

.ui-widget-content a.rating-selected {
	color: #FFB546;
}

.rating-border {
	border-bottom: 1px solid #CCC;
}

.rating-numbers {
	padding-left: 16px;
	padding-right: 16px;
	border-right: 1px solid #AAA;
	border-top: 1px solid #EEE;
	border-bottom: 2px solid #999;
	color: #000;
	font-size: 24px;
}

#digireview-recommend-rating-row a.rating-numbers:nth-of-type(1) {
	border-left: 1px solid #AAA;
}

.rating-numbers:hover, .rating-numbers:focus, .rating-numbers.rating-selected {
	background-color: #333333;
}

.review-rating {
	padding-top: 30px;
	font-size: 12px;
}

.review-rating button {
	font-size: 10px;
	border: none;
	cursor: pointer;
	background-color: transparent;
}

#digicert_reviews_header {
	padding-top: 20px;
	border-bottom: 1px solid #AAA;
}

.review_header td, select {
	font-size: 14px;
}

.submit_btn {
	padding: 8px;
	width: 300px;
	max-width: 300px;
	background: #53a044;
	border: none;
	color: #fff;
	cursor: pointer;
	background-image: -ms-linear-gradient(top, #a6cd38 25%, #53a044 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#a6cd38, EndColorStr=#53a044);
	background-image: -moz-linear-gradient(top, #a6cd38, #53a044);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a6cd38), to(#53a044));
	background-image: -webkit-linear-gradient(top, #a6cd38, #53a044);
	background-image: -o-linear-gradient(top, #a6cd38, #53a044);
	background-image: linear-gradient(to bottom, #a6cd38, #53a044);
}

#recommend-rating-row {
	padding-top: 20px;
}

#review-btn {
	font-size: 16px;
	max-width: 200px;
	margin-top: 10px;
	width: 100%;
	display: inline-block;
	padding: 13px 25px;
	text-transform: uppercase;
	line-height: 1 !important;
	font-weight: bold;
	color: #ffffff;
	border-radius: 50px;
	text-decoration: none !important;
	background: #0f9dff;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
	border: none;
}

#digicert_reviews_more {
	text-align: center;
	width: 100%;
}

#digicert_reviews_more button {
	background-color: #F8F8F8;
	padding: 10px;
	font-size: 16px;
	border: none;
	cursor: pointer;
}

/* For WordPress */
#digicert_review_summary,
#digicert_reviews_header,
#digicert_reviews,
#digicert_reviews_more {
	width: auto;
}

.review_header td {
	padding-bottom: 5px;
}

/* ************************* */
#digireview-dialog {
	font-size: 12px;
	display: none;
}

#digireview-dialog label
{
	width: 150px;
	text-align: right;
}

#digireview-desc-row label {
	vertical-align: top;
}

#digireview-recommend-rating-row label {
	width: 100%;
	text-align: left;
}

.digireview-form-row {
	margin-bottom: 5px;
}

#digireview-dialog textarea,
#digireview-dialog input {
	width: 61%;
}

#digireview-dialog textarea {
	height: 100px;
}

.digireview-scale-label-right {
	float: right;
}

.digireview-scale-label-left {
	float: left;
}

#review-summary {
	margin-top: 30px;
	border-top: 1px solid #E4E4E1;
	padding-top: 40px;
}

#review-summary &gt; table table td {
	padding: 0 5px;
}

#review-summary h2 {
	display: none;
}

.digireview-notice {
	display: block;
	clear: both;
	padding-top: 20px;
}

.digireview-privacy
{
	float: right;
}
.digireview-privacy a
{
	color: blue;
}

#digireview-dialog a:not(.rating-selected)
{
	color: #333;
}

#digireview-dialog a:not(.button):hover,
#digireview-dialog a:not(.button):focus,
#digireview-dialog a:not(.button):active
{
	color: #FFB546;
}</pre></body></html>