﻿/* Package Courses */
.productInfoBox 
{
    padding: 10px 2px 2px 10px;
    color: #333;
    overflow: hidden;
    font-size: 10pt;
}
.productInfoBox .header 
{
    padding-bottom: 4px;
    font-weight: bold;
}
.productInfoBox .list 
{
    border: solid 4px #ccc;
}

/* Video Preview icon box */
.videoPreview
{
    flex: auto;
    padding:10px 0;
    color: #333; 
    text-align: center;
}

.detailsection {
    border-top: solid 1px lightgray;
    margin-bottom: 8px;
}
.main-detail-section {
    background-color: white;
    margin-bottom: 10px;
}
.course-detail-container {
    padding: 0 7px 0 7px;
}

.prominent-text {
    font-weight: bold;
}

#divPriceBarBlock {
    padding: 0;
}
#lblHours, #lblPrice {
    font-size: larger;
    font-weight: bold;
}