.roster-title {
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  text-align: center;
  margin-bottom: 38px;
}

.nameListCon,
.resultCon {
  text-align: center;
  margin: 14px 0 60px 0;
}
.resultCon {
  display: none;
}
#searchInp {
  width: 328px;
  height: 30px;
  border: 1px solid #dfdfdf;
  border-radius: 6px 6px;
  box-shadow: 0 0 1px 2px rgba(223, 223, 223, 0.6);
  padding-left: 14px;
}
.searchBtn {
  min-width: 80px;
  height: 30px;
  border: 1px solid #409eff;
  background-color: #409eff;
  border-radius: 4px 4px;
  color: #ffffff;
  font-size: 16px;
  cursor: pointer;
  margin-top: 30px;
}
.mediateTab {
  margin: 10px auto;
}

.mediateTab tr {
  height: 36px;
}
#hasRes {
  min-height: 300px;
  width: 200px;
  border: 1px solid #409eff;
  border-radius: 8px 8px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
#hasRes img {
  height: 140px;
  width: 140px;
  margin-bottom: 14px;
}
#mediatorName {
  color: #409eff;
  width: 80px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #409eff;
  border-radius: 4px 4px;
  font-size: 16px;
  font-weight: 600;
  margin: 0 auto;
  margin-bottom: 10px;
}
#jobNumber {
  font-size: 16px;
}
#phoneNum {
  font-size: 16px;
}
#noResTxt {
  color: #e6a23c;
  font-size: 17px;
  margin-top: 30px;
}
