

/*.group-title {*/
/*    !*margin: 0;*!*/
/*    !*width: 100%;*!*/
/*    !*height: 40px;*!*/
/*    !*line-height: 40px;*!*/
/*    !*background-color: cadetblue;*!*/
/*    !*color: white;*!*/
/*    !*font-size: 13px;*!*/
/*    !*letter-spacing: 4px;*!*/
/*    !*text-transform: uppercase;*!*/
/*    !*text-indent: 7px;*!*/
/*}*/

/*.group-title button {*/
/*    !*position: absolute;*!*/
/*    !*right: 5px;*!*/
/*    !*top: 10px;*!*/
/*    !*cursor: pointer;*!*/
/*    !*line-height: 1;*!*/
/*    !*color: black;*!*/
/*}*/

/*!*.group-title button:after {*!*/
/*!*    content: "-";*!*/
/*!*}*!*/

/*!*.group-title .group-delete {*!*/
/*!*    right: 45px;*!*/
/*!*}*!*/

/*!*.group-title .group-delete:after {*!*/
/*!*    content: "X";*!*/
/*!*}*!*/

/*.group-connect {*/
/*    position: absolute;*/
/*    bottom: 10px;*/
/*    left: 10px;*/
/*    width: 20px;*/
/*    height: 20px;*/
/*    border-radius: 50%;*/
/*    background-color: lightcoral;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    cursor: pointer;*/
/*}*/

/*.jtk-group {*/
/*    background-color: paleturquoise;*/
/*}*/

/*.jtk-group.jtk-group-collapsed {*/
/*    height: 40px;*/
/*    min-height: 0;*/
/*}*/

/*!*.jtk-group.jtk-group-collapsed .group-title button:after {*!*/
/*!*    content: "+";*!*/
/*!*}*!*/

/*.jtk-group [jtk-group-content] {*/
/*    min-height: 210px;*/
/*    margin: 5px;*/
/*    !*width: auto !important;*!*/
/*}*/

/*.jtk-group.jtk-group-collapsed [jtk-group-content] {*/
/*    display: none;*/
/*    min-height: 0;*/
/*}*/

/*.jtk-connector {*/
/*    z-index: 12;*/
/*}*/

/*.jtk-demo-dataset {*/
/*    overflow: auto;*/
/*    width: 250px;*/
/*    border-bottom: 1px solid #CCC;*/
/*    border-right: 1px solid #CCC;*/
/*    border-top: 1px solid #CCC;*/
/*    height: 700px;*/
/*    max-height: none;*/
/*}*/