﻿.page-header {
  margin-bottom: 0;
}
#btnGetQuote {
  margin-bottom: 25px;
}

#sendingQuoteRequest  {
  display: none;
}
#quoteSendAction {
  padding-top: 10px;
}
table td {
  font-size: 15px;
}
.table-quote, 
.table-quote {
  margin-top: 5px;
}


.table-quote > thead > tr > th {
  color: #777;
  background-color: #f6fbf4;
}
.table-quote > tbody > tr > td {
  color: #000;
}
.table-quote > thead > tr > th,
.table-quote > tbody > tr > td {
  margin-bottom: 0;
  border: 0;
  padding: 3px;
}
.table-quote-lines > tbody > tr > td {
  border-bottom:1px solid #e4e4e4;
}
.product-characteristic-value {
  max-width: 70px;
  display: inline;
}
.quote-user-name,
.quote-email-address,
.quote-phone-number {
  max-width: 300px;
}

.vertical-center {
  vertical-align: middle !important;
}
.text-greyed {
  color: #808080;
}