/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */

input[type=number] {
  -moz-appearance: textfield;
}

.weather_table {
  font-size: 13px;
  text-align: left;
  border-bottom: 1px solid #c7c7c7;
}

.weather_table_thead {
  font-size: 13px;
  text-align: left;
  font-weight: 600;
  border-bottom: 1px solid #c7c7c7;
}

.service_providers_table {
  font-size: 13px;
  text-align: left;
  border-bottom: 1px solid #c7c7c7;
  color: white;
}

.service_providers_table.tr {
  font-size: 10px;
  //text-align: left;
  //border-bottom: 1px solid #c7c7c7;
  color: white;
}

#pdf_container {
  background: #ccc;
  text-align: center;
  display: none;
  padding: 1px;
  overflow: auto;
  width: -moz-fit-content;
  width: fit-content;
}

.profile_table {
  padding: 10px;
}

.profile_table_td {
  width: 200px;
  font-weight: 700;
  padding-bottom: 2px;
}

