dialog {
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    width: 500px;
}
#linkadd {
    cursor:pointer;
    color:blue;
}

.table-layout-fixed {
    table-layout: fixed;
}
.w10px {
    width: 10px;
}
.h25px {
    height: 25px;
}
.descpription-info__ischanged {
    background-color: #9ec5fe !important;
}
.description-info__name {
    color:gray;font-size:0.8em;
}
.paramscan__ischanged {
    background-color: #9ec5fe !important;
}
.paramscan__name {
    color:gray;font-size:0.8em;
}

.profile {
    width: 25px;
    height: 20px;
    float: left;
}
.profileIcon {
    font-size: 16px;
    line-height: 25px;
}