.abstract, .note, .label {
    padding-top: 10px;
    margin-top: 10px;
    font-family: "Lucida Console", Monaco, monospace;
}

.label{
    padding: 0px;
    margin-top:20px;
}

.title {
    font-size: 15pt;
    line-height: 150%;
    font-family: "Lucida Console", Monaco, monospace;
}

.date {
    font-size: 9pt;
}

.abstract {
    line-height: 150%;
}

.note_desc_main {
    margin-bottom: 20px;
}

img {
    margin-bottom: 2.5rem;
}

a, .date { font-family: "Lucida Console", Monaco, monospace; }
a, a:link, a:visited {
    color:rgb(60, 82, 115);
	text-decoration:none;
}

a:hover {
    color:rgb(120, 164, 230);
}

.header pre {
    font-family: "Courier New", Monospace;
    -webkit-line-break: after-white-space;
    font-size: 8pt;
    line-height: 1;
    white-space: pre;
    margin-bottom: 1rem;
    overflow: hidden;
}

.header {
    font-family: "Courier New", Monospace;
    text-align: center;
    padding-bottom: 10pt;
}

.footer {
    color: gray;
    font-size: 10pt;
    text-align: center;
}

.date, .read_more {
	color: #003366;
	text-align:center;
}

.right {
    float:right;
}
