@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1280px) 
and (orientation : landscape) {
.storytile-editor {
    zoom: 0.66;
    -moz-transform: scale(0.66);
}
}

@media only screen 
and (min-device-width : 1281px) 
and (max-device-width : 1366px) 
and (orientation : landscape) {
.storytile-editor {
    zoom: 0.82;
    -moz-transform: scale(0.82);
}
}
.strytl { --color-contrast:#005578; }
.strytl .item.chapter h1.title { color:#000000; }
.strytl .item.chapter .marker { background-color:#005578; }
.strytl .item.text h1.title { color:#005578; }
.strytl .item.text .text-content { color:#000000; }
.strytl .item.text p.author { color:#000000; }
.strytl .item.text .timestamp .group .time { color:#000000; }
.strytl .item.text .timestamp .group .date { color:#000000; }


@media (max-width: 500px) {
    .strytl .item.link.h-1 .description .title {
        white-space: initial;
    }
    .strytl .item.link .description .text {
        max-height: 18em !important;
        line-height: 1.5;
    }
}

.strytl .item.link .indicator .icon {
  background-color: #005578;
}
.strytl .item.link .description .title {
  color: #005578;
}


@media (max-width: 500px) {
    .strytl .item.link.h-1 .description .title {
        white-space: initial;
    }
    .strytl .item.link .description .text {
        max-height: 18em !important;
        line-height: 1.5;
    }
}

.strytl .item.link .indicator .icon {
  background-color: #005578;
}
.strytl .item.link .description .title {
  color: #005578;
}

* { word-break:normal; }

.strytl .item.text .text-content { color: #000000; }
