.wrapper {
  display: flex;
}
.form-search {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-search .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-search .form-control:focus {
  z-index: 2;
}
.form-search input[type="text"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-search select {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin {
  max-width: 350px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.form-menu {
  max-width: 500px;
  padding: 15px;
  margin: 0 auto;
}
.msds {
  font-size: 0.7em;
  font-weight: bold;
}
.placecell {
  min-width: 12em;
}
.commentcell {
  min-width: 15em;
}
.w8rem {
  width: 8rem;
}
.mw12rem { max-width: 12rem; }
