﻿
	
table.learningMaterial_title
{
    margin-bottom : 10px;
}

table.subjectList_outter
{
    width : 100%;
    margin-top : 1.5em;
}

table.subjectList
{
    border-collapse: collapse;
    border-top-style: solid;
    border-top-width: 2px;
    border-right-width: 1px;
    border-right-style: solid;
}

table.subjectList > tbody > tr > td
{
    padding: 7px 20px 7px 20px;
    text-align: center;
    border-bottom-style: solid;
    border-left-style: solid;
    border-bottom-width: 1px;
    border-left-width: 1px;
}

table.subjectList tr.heading
{
    font-size: larger;
    font-weight: bolder;
}

table.subjectList tr.heading td.subjectName
{

}

table.subjectList tr.heading td.number
{

}

table.subjectList tr.heading td.updateTime
{

}		

table.subjectList tr.content
{

}

table.subjectList tr.content td.subjectName
{

}

table.subjectList tr.content td.number
{

}

table.subjectList tr.content td.updateTime
{

}		

table.subjectList tr.noMaterial
{

}