﻿.Outer
{
    padding:40px 0px 0px 50px;
}

.title1
{
    font-weight:bold;
    font-size:20px;
    text-align:left;
    width:600px;
    /*color:Black;*/
    border-bottom:solid 2px #b3b3aa;
    padding:0px 0px 5px 0px;
}
.Course_name
{
    padding:5px 5px 5px 5px;
    cursor:pointer;
    font-weight:bold;
}
.Course_content
{
    background-color:#e9e9e9;
    width:600px;
    padding:2px 0px 2px 5px;
}

.Course_Table
{
   /* background-color:#edeff4;*/
   /*border-bottom:solid 2px #b3b3aa;*/
}

