.select2-selection__rendered {
  line-height: 2.1em !important;
}
.select2-container .select2-selection--single {
  height: 47px !important;
}
.select2-container .select2-selection--multiple {
  height: 47px !important;
}
.select2-container .select2-search__field {
  height: 47px !important;
}
.select2-container .select2-selection__choice__remove {
  line-height: 15px;
}
.select2-selection__arrow {
  height: 46px !important;
}

.search-filter-label {
  text-align: right;
  line-height: 2.1em;
}

form input[type=text] {
	font-size: 2.0rem;
}

table.tasting_note_search_result {
	text-align: center;
}

@media (max-width: 600px) {
  div.tns-table-responsive-sm {
    overflow-x: auto;
  }

  div.tns-table-responsive-sm table {
    table-layout: auto;
  }
}

table.tns-table-striped tbody tr:nth-child(odd) {
  background-color: #f2f2f2;
}


form label {
  font-size: 2rem!important;
}

form label .sub-label {
  font-size: 1.4rem!important;
  opacity: 0.618;
}

.no-padding-lr {
  padding-left: 0!important;
  padding-right: 0!important;
}

#adv-search-container .row {
  padding-top: 10px;
}

#adv-search-btn-container {
  flex-grow: 99;
  align-items: flex-end;
}

#adv-search-btn-parent-container {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
}

b.sub-title {
  font-size: 3.24rem;
}

