#dialogBody {
    width: 800px;
    margin-bottom: 5px;
}

#dialogBody.copy {
    width: 100%;
}

.components {
    width: calc(100% - 70px);
    margin-top: 0;
    border-top: none 0;
    border-left: none 0;
    padding-left: 25px;
    padding-right: 25px;
    max-height: 560px;
    overflow-y: auto;
}

.components .component_line {
    width: 100%;
}

.components .component_item {
    padding-top: 8px;
    padding-bottom: 8px;
    border-right: none 0;
    line-height: 24px;
    width: 100%;
}

.components .component_item .label {
    text-align: left;
    width: 140px;
    padding-right: 0;
}

.components .component_line .component_item .component {
    border-left: none 0;
    width: 570px;
    color: #8c8c8c;
}

.components .component_line .component_item .component_width {
    border-left: none 0;
    width: 570px;
    color: #8c8c8c;
}

.components .component_line .component_item {
    border-top: 1px solid #e6e6e6;
}

.components .component_line:first-child .component_item:first-child {
    border-top: 0 none;
}

.components .component_line {
    border-bottom: none 0;
}

.priority_normal {
    display: block;
    width: 60px;
    height: 28px;
    text-align: center;
    background: #2170d9;
    line-height: 28px;
    border-radius: 2px;
    color: #fff;
}

.priority {
    display: block;
    width: 60px;
    height: 28px;
    text-align: center;
    background: #ff7500;
    line-height: 28px;
    border-radius: 2px;
    color: #fff;
}

.components .component_line .component_item a {
    color: #2170d9;
    text-decoration: none;
    margin-right: 5px;
}

.components .component_line .component_item a:first-child {
    margin-right: 20px;
}

.components .component_line .component_item a:hover {
    text-decoration: underline;
}

.components .component_line .component_item .attachment a {
}

.components .component_line .component_item .attachment {
    line-height: 20px;
    padding-left: 28px;
    margin-bottom: 8px;
    background: url(attachment.png) no-repeat left center;
}

.components .component_line .component_item .attachment:last-child {
    background: none;
}

.components .component_line .component_item div.attachment:first-child {
    background: url(attachment.png) no-repeat left center;
}

.components::-webkit-scrollbar-track-piece {
    background-color: #d0d0d0;
}

.components::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.components::-webkit-scrollbar-thumb {
    background-color: #898989;
    background-clip: padding-box;
    min-height: 28px;
}

.components::-webkit-scrollbar-thumb:hover {
    background-color: #898989;
}