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

#typeName {
    /*width: 280px;*/
    width: 350px;
    height: 23px;
    font-weight: bold;
    /*font-style: italic;*/
    font-size: 14px;
    text-indent: 14px;
    margin-bottom: 14px;
    padding-bottom: 6px;
    box-shadow: inset 0px -1px 0px 0px rgb(236 236 236);
}

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

#schedule_content div.label2 {
    width: 40px;
}

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

#schedule_content .bold {
    font-weight: bold;
}

#operators {
    clear: both;
    text-align: right;
    height: 35px;
    padding-right: 20px;
    padding-top: 15px;
    margin-top: 20px;
    border-top: 1px solid rgb(236 236 236);
}

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

#schedule_content .label .time-pos {
    position: relative;
    top: 2px;
}

#operators span {
    padding: 5px 17px;
    display: inline-block;
    cursor: pointer;
    outline: none;
    font-size: 14px;
    text-align: center;
    border-radius: 2px;
    background-color: #1b82d1;
    border: none;
}
#operators span a {
    color: #ffffff;
}
#operators span.outer {
    border: 1px solid rgba(209,209,209,1);
    background: #ffffff;
}

#operators span.outer a {
    color: #666666;
}

#schedule_content span#priority {
    border-radius: 2px;
    font-size: 14px;
    font-weight: normal;
    padding: 0 4px;
}

#schedule_content span.priority0 {
    background: rgba(9,187,7,0.10);
    color: #09BB07;
}

#schedule_content span.priority1 {
    background: rgba(254,238,238,1);
    color: #fc8282;
}

#schedule_content span.priority2 {
    background: rgba(255,244,229,1);
    color: #ffa41d;
}

#schedule_content span.priority3 {
    background: rgba(254,238,238,1);
    color: #fc8282;
}

#tip a {
    text-decoration: none;
}
#tip a:hover {
    color: #fafafa;
}

.calendar .add-btn {
    cursor: pointer;
    color: #1B82D1;
    font-weight: 400;
    display: inline;
    /*text-align: right;*/
    float: right;
    /*width: 40%;*/
}
.calendar .add-btn .add_blue {
    position: relative;
    top: 2px;
    right: 3px;
}