﻿.note-header {
    position: relative;
    width: 100%;
    height: 0;
    display: none;
}
    .note-header span {
        padding-right: 5px;
    }

.note-content {
    position: absolute;
    z-index: 1000;
    width: 100%;
}

.vline-right {
    border-right: 1px solid #333;
    height:100%; width:1px;
}

