:root {
  font-family: "Calibri", sans-serif;
}

body {
  background: #EBEBEB;
}

.extapp {
  margin: 10px;
  padding: 30px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 2px 2px rgba(3, 3, 3, .175);

}

.extapp table {
  table-layout: auto;
  text-align: left;
  border-collapse: separate;
  padding-right: 20px;
}

.extapp table {
  table-layout: auto;
  text-align: left;
  border-collapse: separate;
  padding-right: 20px;
}

.extapp th {
  height: 10px;
  padding-right: 20px;
}

.extapp td {
  height: 10px;
  padding-right: 20px;
}

tr:hover {
  background-color: #EC6602;
}

.button {
  margin-top: 10px;
  width: 49%;
  background-color: #EC6602;
  border: 0px;
  color: white;
  height: 25px;
}

.input {
  width: 100%;
}

.input:focus {
  border: 1px solid #EC6602;
  outline: none;
}