@charset "utf-8";
@font-face {
    font-family: 'NeuzeitGroBol';
    src: url('../fonts/NeuzeitGro-Bol.eot');
    src: url('../fonts/NeuzeitGro-Bol.eot?#iefix') format('embedded-opentype'),
         url('../fonts/NeuzeitGro-Bol.woff') format('woff'),
         url('../fonts/NeuzeitGro-Bol.ttf') format('truetype'),
         url('../fonts/NeuzeitGro-Bol.svg#NeuzeitGroBol') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'NeuzeitGroReg';
    src: url('../fonts/NeuzeitGro-Reg.eot');
    src: url('../fonts/NeuzeitGro-Reg.eot?#iefix') format('embedded-opentype'),
         url('../fonts/NeuzeitGro-Reg.woff') format('woff'),
         url('../fonts/NeuzeitGro-Reg.ttf') format('truetype'),
         url('../fonts/NeuzeitGro-Reg.svg#NeuzeitGroReg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'GothamBookRegular';
    src: url('../fonts/gotham-book-webfont.eot');
    src: url('../fonts/gotham-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gotham-book-webfont.woff') format('woff'),
         url('../fonts/gotham-book-webfont.ttf') format('truetype'),
         url('../fonts/gotham-book-webfont.svg#GothamBookRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'gotham_mediumregular';
    src: url('../fonts/gotham-medium-webfont.eot');
    src: url('../fonts/gotham-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gotham-medium-webfont.woff') format('woff'),
         url('../fonts/gotham-medium-webfont.ttf') format('truetype'),
         url('../fonts/gotham-medium-webfont.svg#gotham_mediumregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gotham_boldregular';
    src: url('../fonts/gotham-bold-webfont.eot');
    src: url('../fonts/gotham-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gotham-bold-webfont.woff') format('woff'),
         url('../fonts/gotham-bold-webfont.ttf') format('truetype'),
         url('../fonts/gotham-bold-webfont.svg#gotham_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.note-editable p {
    padding: 10px 0;
}

.note-editable h1 {
    color: #002f71;
    font-family: 'NeuzeitGroReg', Arial, Helvetica, sans-serif;
    font-size: 44px;
    margin: 0;
    padding: 15px 0;
    line-height: 46px;
    font-weight: normal;
    clear: both;
}
.note-editable h2 {
    font-weight: normal;
    color: #002f71;
    font-family: 'NeuzeitGroReg', Arial, Helvetica, sans-serif;
    font-size: 40px;
    line-height: 44px;
    margin: 0;
    padding: 10px 0 10px;
    clear: both;
}
.note-editable h3 {
    font-weight: normal;
    color: #002f71;
    font-family: 'NeuzeitGroReg' , Arial, Helvetica, sans-serif;
    font-size: 28px;
    line-height: 34px;
    margin: 0;
    padding: 10px 0 10px;
    clear: both;
}
.note-editable  h1 {
    font-family: 'NeuzeitGroBol' , Arial, Helvetica, sans-serif;
    font-size: 60px;
    line-height: normal;
}
.note-editable  h2 {
    font-size: 30px;
    padding-bottom: 0px;
}

.note-editable  h3 {
    font-family: 'NeuzeitGroBol' , Arial, Helvetica, sans-serif;
    font-size: 20px;
    text-transform: uppercase;
}
.note-editable ul {
    margin: 0px 0px 30px 0px;
    padding: 0px;
}
.note-editable .vsmall {
    font-size: 12px;
    color: #d5d5d5;
}
.TAG{
    margin: 0px 5px;
    padding: 1px 2px;
    border: 1px solid #000000;
    border-radius: 5px;
}
.note-btn{
    margin-right: 3px !important;
}

.note-editable{
    background: white;
}
.note-toolbar{
    background: white;

}