body {
      font-family: Arial, sans-serif;
      background-color: #f9f9f9;
      margin: 20px;
      padding: 20px;
    }

h1 {
      color: #333;
    }

.table-container {
      display: flex;
      justify-content: space-between;
      gap: 30px;
      horiz-align: left;
    }

table {
      width: 90%;
      border-collapse: collapse;
      background-color: white;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }

th, td {
      padding: 12px 15px;
      border: 1px solid #ddd;
      text-align: left;
    }

th {
      background-color: #f4f4f4;
      color: #333;
    }

tbody tr:nth-child(even) {
      background-color: #f9f9f9;
    }

tbody tr:hover {
      background-color: #f1f1f1;
    }

.tdSingleCell {
    /*width: fit-content;*/
    width: 15%;
    text-align: right;
}

.tdSingleCellLeft {
    /*width: fit-content;*/
    /*width: 15%;*/
    text-align: left;
}

.tdSingleCellCenterGreenBG {
    /*width: fit-content;*/
    /*width: 15%;*/
    text-align: center;
    background-color: #6afbb8;
}

.tdSingleCellCenterRedBG {
    /*width: fit-content;*/
    /*width: 15%;*/
    text-align: center;
    background-color: #f29d9d;
}

.correlated {
      color: #555;
      background-color: #ffffe0;
    }

select#inc_c_conversation_message,
select#inc_ch_interact_message,
select#out_c_conversation_message,
select#out_ch_interact_message,
select#ch_sys_serv_message,
select#c_conversation,
select#ch_interaction,
select#dialog_instance,
select#message_interaction {
  width: 85%;
}

select#conv_run_dialog,
select#interact_run_dialog {
  width: 70%;
}

.no-item-message {
            color: #d9534f;
            font-weight: bold;
            horiz-align: left;
        }

.table_name_paragraph {
            color: #2ec102;
            font-weight: bold;
        }

.paragraphOpening {
          text-align:center;
        }
        
.outerSpan1 {
          font-family:Arial,Helvetica,sans-serif;
        }
        
.outerSpan2 {
          font-size:24px;
        }
        
.innerSpan {
          color:#1abc9c;
        }

.boxImage {
           height:309px; width:306px;
        }

.paragraphGeneral {
     color: blue;
     font-family: monospace;
 }

.div_submit_button {
    text-align: right;
    padding-right: 169px;
}

.inline {
  display: inline;
}

.link-button {
  background: none;
  border: none;
  color: blue;
  text-decoration: underline;
  cursor: pointer;
  font-size: 16px;
  /*font-family: serif;*/
}

.link-button:focus {
  outline: none;
}

.link-button:active {
  color:red;
}

