#task-view-task-playground-inspection-table {
    margin-left: 20px;
    margin-right: 20px;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    height: -webkit-calc(100% - 40px);
    height: calc(100% - 40px);
}

#task-view-task-playground-inspection-head {
    width: -webkit-calc(100% - 2px);
    width: calc(100% - 2px);
    height: 39px;
    background: #dcdcdc;
    border: 1px solid #c7c7c7;
}

#task-view-task-playground-inspection-title {
    display: inline-block;
    float: left;
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
    padding: 9px 15px 8px 15px;
}

#task-view-task-playground-inspection-panel {
    display: table;
    width: -webkit-calc(100% - 2px);
    width: calc(100% - 2px);
    background: #ffffff;
    border-right: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
    border-left: 1px solid #c7c7c7;
}

#task-view-task-playground-inspection-content {
    border: 1px solid #878787;
    padding: 10px 15px 10px 15px;
}
