body {
    font-size: 14px !important;
}

#app {
    font-size: 11px;
}

#path {
    font-size: 11px;
}

h1 {
    font-size: 23px;
}

h4 {
    font-size: 17px;
}

h5 {
  font-size: 140%;
  font-weight: bold;
}

#search {
    height: 1.5rem
}

#ricercaform {
    padding: 0px;
    margin: 0px;
}

.btn {
    padding: 4px 24px;
    font-size: 14px;
}

tr {
    height: 12px;
}

td {
    height: 27px !important;
    padding: 3px 0px 0px 3px;
}

.show-generic-modal {
    font-size: 12px;
}

.noplace {
    border-color: transparent;
}

.tag {
    padding: 4px 5px;
}

.btn-primary {
    background-color: white;
    color: black;
}

.form-group {
    margin-bottom: 1rem;
}

#email,
#password {
    font-size: 100%;
}