﻿

#textContent {
    padding: 30px 50px 30px 50px;
}

#textContent h1 {
    text-align: center;
    color: #3366CC;
    padding-top: 10px;
}

#textContent h1 > span {
    font-size: 80%;
}

#textContent > p {
    margin-top: 20px;
}

#textContent p {
    color: #333;
    font-weight: normal;
}

#textContent p.info {
    margin-left: 20px;
    margin-bottom: 40px;
}

#textContent span.meta, span.meta2 {
    margin: 20px 0px 40px 0px;
    display: block;
    color: #666;
    font-style: italic;
    text-align: center;
}

#textContent span.meta2 {
    margin-top: 50px;
    margin-bottom: 0px;
    font-size: 80%;
}

#textContent > ol { 
    font-weight: bold;
    list-style-type: decimal;
    list-style-position: inside;
}

#textContent > ol > li { 
    font-weight: bold;
    margin-top: 45px;
}

#textContent > ol ol { 
    list-style-type: lower-alpha;
    list-style-position: inside;
}

#textContent > ol ol > li { 
    margin-top: 20px;
    font-weight: bold;
}

#textContent > ol ol > li > span { 
    font-weight: normal;
}

#textContent > ol ol ol { 
    list-style-type:lower-roman;
    list-style-position: inside;
}

#textContent > ol ol ol li { 
    margin-left: 20px;
}

#textContent > ol h2 {
    font-weight: 600;
    display: inline;
} 

#textContent li {
    font-weight: normal;
}

#textContent abbr {
    border: none !important;
}

#textContent div.vcard {
    font-weight: normal;
    margin-left: 20px;
}
