
/*
    The table properties typically involve a table of properties 
*/
.properties-table {
    width: 100%;
}
.properties-table-thin {
}

.properties-table-column1-button {
    width: 100px;
    white-space: nowrap;
    vertical-align: top;
}
.properties-table-column1-no-button {
    width: 90px;
    white-space: nowrap;
    vertical-align: top;
}
.properties-table-column2 {
    width: 30px;
}
.properties-table-column3 {
    width: 100%;
    overflow: auto;
}
.properties-table-column-header {
    width: 100px;
    white-space: nowrap;
}


.properties-table-column-100 {
    width: 100px;
    min-width: 100px;
}
.properties-table-column-200 {
    width: 200px;
    min-width: 200px;
}
.properties-table-column-300 {
    width: 300px;
    min-width: 300px;
}
.properties-table-column-400 {
    width: 400px;
    min-width: 400px;
}
.properties-table-column-500 {
    width: 500px;
    min-width: 500px;
}
.properties-table-column-600 {
    width: 600px;
    min-width: 600px;
}
.properties-table-column-fill {
    width: 100%;
}

.properties-datatable-withoutheader thead {
    display: none;
}