/*
This is used for html styling within smartclient
*/
.itemtitle{
    font-weight: bold;
    font-size: 1.5em;
}
.sectionhead{
    font-size: 1.3em;
    font-weight: bold;
    margin-top: 10px;
}
.paragraphtitle{
    font-weight: bold;
}
.viewer{
    padding-left: 5px;
    padding-right: 5px;
    font-size: 1.2em;
    font-family: sans-serif;
}
.quotebox{
    font-family: sans-serif;
    font-size: 1.5em;
    background-color: #333333;
    color: #A5A5A5;
}