<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.ribbon {
  width: 100%;
  height: 40vh;
  background-color: #3F51B5;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

#commerce_content .mdl-dialog {
    width: 50%;
}

.editorDialogButton {
    cursor: pointer;
}

.main {
  margin-top: -35vh;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.header .mdl-layout__header-row {
  padding-left: 40px;
}

.header .mdl-layout-title {
    height: 100%;
    margin-left: 20px;
}

.container {
  max-width: 1600px;
  width: calc(100% - 16px);
  margin: 0 auto;
}

.content {
  box-shadow: none !important;
  border-radius: 0px;
  padding: 32px 56px;
  margin-bottom: 80px;
}

.layout.is-small-screen .content {
  padding: 40px 28px;
}

.content h3 {
  margin-top: 48px;
  font-size: 30px;
}

.footer {
  padding-left: 40px;
}

.footer .mdl-mini-footer--link-list a {
  font-size: 13px;
}

.card-image .articleLink {
  color:#fff;
}

.card-image .articleDate {
  color:#ddd;
}

.card-image.mdl-card {
  width: 100%;
}
.card-image &gt; .mdl-card__actions {
  height: 52px;
  padding: 16px;
  background: rgba(0, 0, 0, 0.2);
}
.card-image__label {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.main-content h1 {
  font-size: 40px;
  margin-bottom: 0px;
}

.main-content h2 {
  font-size: 36px;
}

.main-content h2.subtitle {
   font-size: 24px;
   margin-top: 0px;
}

.main-content p {
  font-size: 16px;
}

.article-meta {
    color: #888;
}

img.logo {
    height: 100%;
}

.block-img img {
    width: 700px;
}

.productPreviews {
    display: flex;
}

.productPreviews .productPreviewWrap {
    float: left;
    width: 33.33%;
    width: calc(100% / 3);
}

.productPreviews .productPreview {
    float: left;
    margin: 2px;
    border: 1px solid rgb(84,86,179);
}

.productPreview .productPreviewImage {
    width: 100%;
    padding-top: 100%; /* 1:1 Aspect Ratio */
    position: relative;
}

@media screen and (max-width:480px){
    .productPreview .productPreviewImage {
        width: 100%;
        padding-top: 150%;
        margin-bottom: -30px;
        position: relative;
    }
}

.productPreview .productPreviewAwardWrap {
    position: absolute;
    top: 0;
    left: 0;
}

.productPreview .productPreviewAward {
    font-size: 13px;
    padding: 0px 6px;
    background-color: rgb(84,86,179);
    color: #fff;
    float: left;
    /*display: list-item;*/
}

.productPreview .productPreviewTriangle {
  float: left;
  width: 0;
  height: 0;
  border-top: 20px solid rgb(84,86,179);
  border-right: 10px solid transparent;
}

.productPreview .productTitle {
    background-color: rgb(84,86,179);
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 6px;
}

.productPreview .productTitle a {
    color: #fff;
    text-decoration: none;
    width: 100%;
    display: inline-block;
}

.product .productBox {
    border: 0px solid transparent;
    border-left: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
    margin-bottom: 16px;
    padding: 0px !important;
    -webkit-box-shadow: 4px 4px 4px rgba(0,0,0,.2);
    -moz-box-shadow: 4px 4px 4px rgba(0,0,0,.2);
    box-shadow: 4px 4px 4px rgba(0,0,0,.2);
}

.product .productImage {
    width: 100%;
    padding-top: 100%; /* 1:1 Aspect Ratio */
    position: relative;
}

.product .productAwardWrap {
    position: absolute;
    top: 0px;
    left: 0px;
}

.product .productAward {
    font-size: 13px;
    padding: 0px 6px;
    background-color: rgb(84,86,179);
    color: #fff;
    float: left;
    /*display: list-item;*/
}

.product .productTriangle {
  float: left;
  width: 0;
  height: 0;
  border-top: 20px solid rgb(84,86,179);
  border-right: 10px solid transparent;
}

.product .productTitle {
    background-color: rgb(84,86,179);
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 6px;
}

.product .productTitle a {
    color: #fff;
    text-decoration: none;
}

.product .amazonLogo {
    width: 88px;
    border: 1px solid rgb(84,86,179);
}

.product .star {
    float:left;
    line-height: 26px;
}

.grey {
  -webkit-filter: grayscale(100%);
   filter: grayscale(100%);
}

.productHeadline a {
    font-size: 26px;
    color: rgb(84,86,179);
    text-decoration: none;
}

.price {
    font-weight: bold;
    font-size: 20px;
    float: left;
    line-height: 31px;
}

.amazonButton {
    font-weight: bold;
    padding: 3px 10px;
    color: #fff;
    text-decoration: none;
    background: rgb(84,86,179);
    float: left;
    font-size: 14px;
}

@media screen and (max-width:840px){
    .product .productAward {
        font-size: 14px;
    }
    .product h3.productHeadline {
        margin: 8px;
        font-size: 20px;
        line-height: 24px;
    }
    .product h3.productHeadline a {
        font-size: 20px;
    }
    .productBox .rightBox .mdl-cell {
        margin: 8px;
    }
    .product .price {
        font-size: 16px;
        line-height: 18px;
    }
    .product .star {
        font-size: 16px;
        line-height: 18px;
    }
    .product .amazonButton {
        font-size: 16px;
        line-height: 18px;
    }
}

@media screen and (max-width:480px){
    .product .productAward {
        font-size: 10px;
    }
    .product h3.productHeadline {
        margin: 2px;
        font-size: 14px;
        line-height: 16px;
    }
    .product h3.productHeadline a {
        font-size: 14px;
    }
    .productBox .rightBox .mdl-cell {
        margin: 4px;
    }
    .product .price {
        font-size: 12px;
        line-height: 14px;
    }
    .product .star {
        font-size: 10px;
        line-height: 14px;
    }
    .product .amazonButton {
        font-size: 11px;
        line-height: 14px;
    }
}

/** hover **/
.productHeadline a:hover, .amazonButton:hover, .productTitle:hover {
    filter: brightness(120%);
}

a .productImage:hover, a .productPreviewImage:hover {
    filter: brightness(105%);
}

.main-content table {
    border: 1px solid #e7e7e7;
    border-top-color: #eaeaea;
    border-bottom: none;
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
    display: table;
}

.main-content tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

.main-content tr td, .main-content tr th {
    border-right: 1px solid #eaeaea;
}

.main-content tr td:last-child, .main-content tr th:last-child {
    border-right: 1px solid #e7e7e7;
}

.main-content td:nth-child(even), .main-content th:nth-child(even) {
    background-color: #f6f6f6;
}

.main-content td, .main-content th {
    padding: 7px 14px 6px;
    border-bottom: 1px solid #eaeaea;
    vertical-align: top;
}

.prosAndCons {
    border: 0px solid transparent;
    border-left: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
    -webkit-box-shadow: 4px 4px 4px rgba(0,0,0,.2);
    -moz-box-shadow: 4px 4px 4px rgba(0,0,0,.2);
    box-shadow: 4px 4px 4px rgba(0,0,0,.2);
}

.prosAndCons h4 {
    text-align: center;
    background: #f6f6f6;
    margin: 0px;
    line-height: 40px;
    font-size: 20px;
}

.pros li {
    list-style: "âœ” "
}

.cons li {
    list-style: "âŒ "
}

.infos li {
    list-style: "â„¹ "
}

.relatedArticle {
    -webkit-box-shadow: 4px 4px 4px rgba(0,0,0,.2);
    -moz-box-shadow: 4px 4px 4px rgba(0,0,0,.2);
    box-shadow: 4px 4px 4px rgba(0,0,0,.2);
    background-color: #f6f6f6;
    margin-bottom: 32px
}

#commerce_content .relatedArticle a, #commerce_content .relatedArticle h4 {
    text-decoration: none;
    margin: 0px;
}</pre></body></html>