body {
  background-image: linear-gradient(180deg, #eee, #fff 100px, #fff);
  background-repeat: no-repeat;
}

.container {
  max-width: 960px;
}

.pricing-header {
  max-width: 700px;
}

.form-control {
  /*-webkit-box-shadow: none!important;*/
  /*outline: -webkit-focus-ring-color auto 0px!important;*/
  border-color: #000000;
  /*border-right-width: 0px;*/
}

.form-control:focus{
  /*background-color: #F8F8F8;*/
  border-color: #000000;
  box-shadow: 0 0 0 .25rem rgba(0,0,0,.25);
}

.btn-search-bar{
  border-left-width: 0px;
  margin-left: 0px !important;
}

/*.input-group:has(:focus){*/
/*  box-shadow: 0 0 0 .25rem rgba(0,0,0,.25);*/
/*}*/

th,td{
  word-break: break-word;
  display: table-cell;
  vertical-align: middle;
}

.image{
  min-width: 100px;
  min-height: 100px;
  max-width: 100px;
  max-height:  100px;
}