<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.breadcrumbs {
    padding-top:5px;
}

.blog_content--image img {
  width: 100%;
  height: auto;
}

.underline{
  border-bottom:1px solid black;
}

.blog-tags {
  margin-bottom:5px;
  display:block;
}

.blog-tags a {
  display:inline-block;
  color:#999;
  text-decoration:none;
  padding:0 3px;
}

.blog-tags a:hover {
  text-decoration:underline;
}

.blog-container h1 {
    margin-top:0px;
}

.blog-body {
  border-bottom:1px solid #999;
  font-size:14px;
  line-height: 18px;
}

.blog-body p {
  font-size:14px;
}

#leftColumn .dk-card {
    padding: 10px;
}

.videoplayer {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin:10px 0;
}

.videoplayer iframe, .videoplayer object, .videoplayer embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.blog-author-date {
  padding-bottom:5px;
}

.blog-author-date a:after {
  content:"";
  display: block;
  margin-bottom: 5px;
} 

.comment-form {
    margin-top: 25px;
}

.comment {
  padding:5px;
}

.comment:nth-child(odd) {
    background-color:#f6f6f6;
}

.comments .input {
  width:98.7%;
  height: 100px;
  resize: none;
}

.post-comment button {
  background-color: #cc0000;
  float:right;
  color: #fff;
  font-weight: bold;
  padding: 5px;
  border-radius: 4px;
  border: 1px solid #000;
  margin: 2px 0 0 3px;
}


.comments span {
  font-weight:bold;
  font-size:14px;
  margin: 5px 0;
  display: block;
}


.comments span.comment_display-name,
.comments span.comment_date{
    font-size:12px;
  margin:0;
}

.comment_content {
    padding:0;
    margin:0;
}

.comments .post-comment {
  font-weight:bold;
  font-size:14px;
  padding: 10px 0 31px 0;
}

.comment {
  border:1px solid #999;
}

.comment-child {
  margin-left: 20px;
}

.comments:lang(zh-cn), .comments:lang(en-cn) {display: none;}

#rightColumn a img {
    border: none;
    width: 100%;
    height: auto;
}

.sidebar__section.dk-card .sidebar__content {
  padding: 5px;
}

.sidebar__section.related-videos-sidebar .related-video-result-right {
  padding: 5px;
}

.sidebar__content.dk-card.related-videos-result {
  margin-bottom: 5px;
}

@media screen and (max-width:450px) {
    .blog-body img {
        width: 100%;
        height: auto;
    }
}

.blog_content--container {
  margin-bottom: 5px;
}

.blog_content--container span {
  display: none;
}

.blog_content--title {
  display: block;
  color: #000;
  text-decoration: none;
  padding: 5px 5px 0 5px;
}

.blog_content--type {
  display: block;
  color: #000;
  text-decoration: none;
  font-weight: bold;
  padding: 5px 5px 0 5px;
}

.blog_content--text {
  padding: 5px 5px;
  display: block;
}

.blog-author-link-bottom {
  display:block;
  clear:both;
}

.blog-author-img {
  float: left;
  border:solid 1px #ccc;
  margin: 2px 10px 10px 2px;
  height: 75px;
}

.rtl .blog-author-img {
  float: right;
  margin-right: 0;
  margin-left: 10px;
}

.image_left, 
.image_center, 
.image_right {
  display: table;
  margin: 10px auto;
}

.image_left {
  margin-right: 20px;
  float: left;
}

.rtl .image_left {
  margin-left: 20px;
  float: right;
}

.image_right {
  margin-left: 20px;
  float: right;
}

.rtl .image_right {
  margin-right: 20px;
  float: left;
}

.image_left span, 
.image_center span, 
.image_right span {
  display: table-caption; 
  caption-side: bottom;
  text-align: center;
  font-size:12px;
  line-height:normal;
  padding-bottom:10px; 
}

.image_center img {
  width: 100%;
  height: auto;
}

.image_left img,
.image_right img {
  width: 100%;
  height: auto;
  max-width: 450px;
}

@media screen and (max-width:400px) {
  
.image_left, 
.image_center, 
.image_right {
  margin: 0px auto;
}
  
}

.product-table div {
    position: relative;
}

.product-table__pricingQuantity {
    position: absolute;
    right: 6px;
    top: -27px;
}

@media (max-width: 500px) {
    .product-table__pricingQuantity {
        position: sticky;
        left: 256px;
        top: 0px;
    }
}

.expand {
  position: relative;
}

.expand:after {
  content:"\f055";
  display: block;
  height:50px;
  width:50px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  color: black;
  font-size:24px;
}

.expand:hover:after {
  color: #cc0000;
} 

pre code {
  background-color: #eee;
  border: 1px solid #999;
  display: block;
  padding: 0 20px;
  overflow: auto;
}

pre {
    position: relative;
    white-space: pre-wrap;
}

pre .copy_code {
    position: absolute;
    right: 2px;
    top: 2px;
    background-color: white;
    padding: 2px 10px;
    border: solid 1px #999;
}

pre .copy_code:hover {
    background-color: #999;
    border: solid 1px #666;
    cursor: pointer;
}
.blog_content--container .blog_content--title, 
.blog_content--container .blog_content--type {
  color: var(--text-color);
}

.related-video-result-right a,
.sidebar__content a,
.blog-container a,
.blog_content--text,
.richtextcontent a:not(.dk-btn__primary) {
   color: var(--link-blue);
}</pre></body></html>