/*------------------------------------------------------------------------------
Elements
------------------------------------------------------------------------------*/
.element {
    position: absolute;
    border-left: 1px solid black;
    background: rgba( 244,0,0, .45) !important;
    color:rgba( 0,0,0, .95) !important;
    font-size: 12px !important;
}/*
.element-block .element {
    width: 100% !important;
    height: 100% !important;
    left: 0 !important;
    top:   0 !important;
    position: relative;
    color: #fff !important;
}
/*------------------------------------------------------------------------------*/
