body {
    background: #2f3d2e;
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
}

.xchronos-card {
    position: absolute;
    z-index: 1000;
    font-size: 11px;
    line-height: 1.6;
    cursor: move;
}

#synopsis { 
    width: 220px; 
    font-size: 13px; 
}

#episodes { 
    width: 150px; 
}

#main { 
    width: 400px; 
    height: 242px; 
    overflow: hidden; 
}

#main img {
    display: block;
}

/* Generated fragments from kt_radial.js */
.generated-node {
    box-shadow: 0 5px 15px #000000;
}
