@charset "utf-8";
@import url("base.css");

.main table{
    width: 95%;
    margin-left: 40px;
    margin-bottom: 1.5em;
    color:  black;
    border-collapse: collapse;
    border-bottom: 1px solid gray;
}

.main table tr.session{
    line-height: 1.8em;
    font-weight: bold;
}

.main table tr.session td{
    padding-left: 3px;
    border-top: 1px solid gray;
}

.main table tr.break{
    line-height: 1.5em;
    font-weight: normal;
}

.main table tr.break td{
    padding-left: 5px;
    border-top: 1px solid gray;
}

.main table tr.subsession{
    line-height: 1.5em;
    font-weight: normal;
}

.main table tr.subsession td{
    padding-left: 5px;
    border-top: 1px dotted gray;
}

.main table tr.detail{
    line-height: 1.3em;
    font-weight: normal;
}

.main table td.time{
    width: 9em;
    text-align: left;
    vertical-align: top;
    padding-left: 10px;
}

.main table td.title{
    line-height: 1.3em;
}

.main table td.speaker{
    text-align: right;
    line-height: 1.5em;
}

.main table tr.break{
    line-height: 2.0em;
}
