table tr th,
table tr td {
  font-size: 1rem;
}

.head {
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
}
i.plus {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  vertical-align: middle;
}
.plus:before {
  content: url(../images/add.png);
}
#importFrm {
  text-align: center;
  margin-bottom: 10px;
  padding: 10px;
  /*border: 2px dashed #007bff;*/
}
#fileInput {
  height: auto;
}
#importFrm form {
  float: right;
  border: 2px dashed #007bff;
}
