#roleMappingOutput {
    overflow-x: auto;
}
#skillMappingOutput{
    overflow-x: auto;
}



.form {
    background: #fff;
    color: $input-text-color;
    font: inherit;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0 , .1);
    border: 0;
    outline: 0;
    padding: 12px 8px;
}
.button-19:disabled {
    background-color: #bbb;
}

.button-19 {
  appearance: button;
  background-color: #1899D6;
  border: solid transparent;
  border-radius: 16px;
  border-width: 0 0 4px;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: din-round,sans-serif;
  font-weight: 700;
  letter-spacing: .8px;
  margin: 0;
  outline: none;
  overflow: visible;
  padding: 0.4em 0.9em;
  vertical-align:middle;
  text-align: center;
  text-transform: uppercase;
  touch-action: manipulation;
  transform: translateZ(0);
  transition: filter .2s;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
td {
    padding: 0.5em;
}
body {
    font-family: Arial;
    max-width: 800px;
}

#formTable > tr > td:first-child {
    text-align: right;
}

#processingTableRow {
    display: none;
}

.outputTable > tr > td {
    padding: 0.5em;
}
.outputTable > tr:nth-child(2n) {
    background-color: #cccccc;
}
.tableTitle {
        font-size: 1.5em;
        font-family: sans-serif;
        color: #15317E;
}

table {
    border-collapse:collapse;
}
.blue {
    background-color: #F0F8FF;
    color: #616161;

}