/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 15.12.2020, 4:09:50
    Author     : Web
*/

.sequence_inner {
    background-color: #000;
    width: 330px;
    height: 350px;
    overflow: hidden;
}

.sequence_char {
    color: #00f1e6;
    position: absolute;
    width: 50px;
    padding: 10px;
    z-index: 1000;
    display: block;
    font-size: 20px;
    font-weight: bold;
    filter: drop-shadow(0px 0 6px #0FF);    
}