.phonedashcon {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
}

.phonedashcon table {
  display: block;
  width: 100%;
  border-collapse: collapse;
}

.phonedashcon table tr {
  display: flex;
  width: 100%;
}

.phonedashcon table tbody {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.phonedashcon table th,
.phonedashcon table td {
  flex: 1 1 16.66%; 
  /*padding: 12px;*/
  box-sizing: border-box;
  text-align: left;
}

.phonedashcon table th {
  background: #ddd;
}

form#searchForm {
    display: flex;
    /* column-count: 2; */
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
	margin-top: 20px;
}

.flexrow {
    display: flex;
    align-items: center;
	gap: 5px;
}