table.execm_table {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #404040;
}
table.execm_table > * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  font-family: 'Malgun Gothic', 'Gulim';
}

table.execm_table > thead > tr > th {
  background-color: #f0f0f0;
  padding: 3px;
  font-size: 12px;
  border-bottom: 1px solid #c0c0c0;
  overflow-x: hidden;
  white-space: nowrap;
}

table.execm_table > tbody {
}
table.execm_table > tbody > tr {
  background-color: transparent;
  cursor: pointer;
}

table.execm_table > tbody > tr > td {
  padding: 3px;
  font-size: 11px;
  overflow-x: hidden;
  white-space: nowrap;
}
