/*


*/
/*
    Created on : 02/04/2014, 3:58:32 PM
    Author     : hamonc01
*/

.calendar .course_day {
    background-color: #E4A221;
    border-top: 2px solid white;
    font-weight: bold;
}

#course_list {
    font-weight: normal;
}

#course_list .label {
    font-size: 100%;
    font-weight: normal;
    width: 14em;
    text-align: left;
    display: inline-block;
    margin-right: 1em;
    /* float: left; */
    color: black;
    vertical-align: top;
}

#course_list .title {
    font-weight: bold;
    font-size: 110%;
    display: inline-block;
}

#course_detail {
    font-weight: normal;
}

#course_detail .label {
    font-weight: normal;
    width: 10em;
    text-align: left;
    display: inline-block;
    margin-right: 1em;
    float: left;
    color:black;
    font-size: 95%;
    padding: 0;

}
#course_detail .course_detail_table {
    display: table;
}

#course_detail .course_detail_table .course_detail_row {
    display: table-row;
}

#course_detail .course_detail_table .course_detail_row .course_detail_cell{
    display: table-cell;
    padding-top: 0.2em;
}

#course_list .description {
    width:45%;
    /*! float:left; */
    white-space: pre-wrap;
    display: inline-block;
}

#course_detail .title {
    font-weight: bold;
    font-size: 120%;
    display: inline-block;
}

#course_detail .title2 {
    font-weight: bold;
    font-size: 110%;
    display: inline-block;
}

#course_detail .description {
    width:65%;
    float:left;
    white-space: pre-wrap;
    margin-top: 20px;
}

table.calendar{
    border-collapse: collapse;
}

table.calendar th {
    padding: 4px;
    padding-left: 0;
}

/* return button */
.course-list-return {
    padding-bottom: 2em;
}