/* TABLE SETTINGS (INAXHMI -> /plcviewer -> table) */
.plc-input-table > .plc-textbox {
    width: 195px;
    height: 28px;
    display: inline-block;
}

.plc-input-table > .plc-input-copy {
    width: 55px;
    margin-left: 0px;
    float: right;
}

/* add new style settings here */

/* Syntax:
.my-class > .plc-textbox {
    applies to the textbox (input type="text")
}

.plc-input-table > .plc-input-copy {
    applies to the copy-button, set to "display: none;" to disable
}
*/
