﻿.Prices table
{
    width:100%;
    border-collapse:collapse;
}

.Prices thead td.item
{
    width:30%;
    
}

.Prices thead td.detail
{
    width:50%;
    
}

.Prices thead td.price
{
    width:20%;
}

.Prices thead td
{
    font-weight:bold;
}

.Prices thead
{
    background-color:#d4f11d;
}

.Prices tbody td
{
    border-bottom:1px solid #000000;
}

.CoursePrice table
{
    width:100%;
    border-collapse:collapse;
}

.CoursePrice tbody td.label
{
    width:15%;
}

.CoursePrice tfoot td
{
    font-weight:bold;
}

