.pta_sus .fixed .column-task_num,
.pta_sus .fixed .column-spot_num,
.pta_sus .fixed .column-filled_spot_num {
    width: 10%;
    }
.pta_sus .fixed .column-id {
    width: 5%;
    }
.pta_sus .tasks LI {
    background: transparent url("../images/icon-drag-y.png") no-repeat scroll left center;
    padding-left: 16px;
    padding-bottom: 0.5em;
    min-height: 20px;
    border-bottom: 1px solid darkgrey;
    }
.pta_sus .tasks LI:hover {
    cursor: move;
    }
.pta_sus .tasks LI.ui-sortable-helper{
    cursor: move;
    }
.pta_toggle, .pta_sus_task_description {
    display: none;
}
.pta-sus.task-info-header {
    margin-top: 1em;
    border-top: 1px solid;
    padding-top: 1em;
}
.pta-sus.title-header {
    display: inline-block;
    font-size: large;
    font-weight: bold;
    margin-right: 1em;
}
.pta-sus.date-header {
    display: inline-block;
    font-weight: bold;
}
.pta-sus.description-wrapper > .pta_sus_task_description {
    background-color: white;
    margin: 0.5em;
    padding: 0.5em;
    border: 1px solid black;
}
.datepick-month-header select, .datepick-month-header input {
    min-height: 0 !important;
    -webkit-appearance: revert !important;
    -moz-appearance: revert !important;
}
.pta-sus.admin.widefat th {
    text-align: right;
    width: 1px;
    white-space: nowrap;
    font-weight: bold;
}
.pta_loading {
    margin-left: 1em;
    display: inline-block;
}
.pta-inline {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin: 1em;
    padding: 1em;
}
span.pta-center {
    display: block;
}
span.pta-sortdate {
    display: none;
}
.pta-reschedule-table th {
    padding-right: 0.5em;
    font-weight: bold;
}
span.pta-message-close {
    float: right;
    padding: 5px;
    font-size: larger;
    font-weight: bold;
}