#schedule_content {
    width: 280px;
    height: 130px;
    color: black;
    font-size: 14px;
}

#typeName {
    width: 280px;
    height: 23px;
    font-weight: bold;
    font-style: italic;
    font-size: 14px;
    text-indent: 14px;
}

#schedule_content .label {
    float: left;
    width: 60px;
    text-align: right;
    height: 20px;
    margin-bottom: 6px;
}

#schedule_content .content {
    float: left;
    width: 210px;
    min-height: 20px;
    *height: 20px;
    margin-bottom: 6px;
}

#operators {
    clear: both;
    float: left;
    height: 40px;
    padding-left: 20px;
    padding-right: 20px;
}

#operators span {
    margin-left: 8px;
}
td.cyan-table-cell{
    vertical-align: top;
}