/* 
 * Presently not using Isso, but might again someday...
 */
#isso-thread .text-wrapper, #isso-thread .textarea {
    color: black;
}

#isso-thread .preview {
    background: repeating-linear-gradient(-45deg, #3B4A4F, #3B4A4F 10px, #4B5D63 10px, #4B5D63 20px );
}

.isso-comment .text, .isso-comment .h1, .isso-comment .h2 {
    color: white;
}

.isso-comment .h3, .isso-comment .h4, .isso-comment .h5 {
    color: #CCD7EB;
}

/* 
 * Styles for a video wrapper.
 * To be used by generators like vimeo, youtube...
 */
.videowrapper {
    position:relative;
    overflow:hidden;
    height:0;
    width:100%;
    padding-bottom:56.25%;
}
.videowrapper iframe {
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
}