/*
course-label
*/
.course-label > .title {
    font-size:20px;
    font-family: bold;
}
.course-label > .content{
    font-size:18px;
    margin-left: 22px;
    margin-top: 15px;
    margin-bottom: 15px;
    color:blue;
    font-family: bold;
}
.course-label > .paragraph{
    font-size:18px;
    font-family: bold;
    text-indent:2em;
    margin-top: 5px;
    margin-bottom: 5px;
}
.tdContent{
    font-size:16px;
    color:blue;
    font-family: bold;
}
.course-label > pre
{
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size:18px;
    color:blue;
    font-family: bold;
    border: 0; background-color: transparent;
    white-space: pre-wrap;       /* css-3 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
