/* Import latest Roboto fonts */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);
/* Import latest Material Icon Font */
@import url(https://fonts.googleapis.com/css?family=Material+Icons+Extended);
.md-raised {
  padding-left: 16px !important;
  padding-right: 16px !important; }

body,
html {
  background-color: #f5f5f5;
  color: rgba(0, 0, 0, 0.87);
  font-family: 'Roboto','Open Sans', sans-serif !important;
  padding-top: 24px; }

.navbar {
  background-color: #f5f5f5;
  padding-right: 24px; }

h1 {
  font-weight: 100 !important; }

.md-caption {
  color: rgba(0, 0, 0, 0.54); }

footer {
  color: rgba(0, 0, 0, 0.54);
  height: 48px;
  padding: 16px; }

md-progress-linear {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20000; }

.feature-block {
  padding: 48px; }

.feature-block h1 {
  margin: 0; }

.intro-text {
  white-space: nowrap; }

.quote-block {
  min-height: 240px;
  padding: 48px; }

.primary-bg {
  background-color: rgba(0, 0, 0, 0.04); }

.secondary-bg {
  background-color: rgba(0, 0, 0, 0.06); }

.product-container {
  height: 248px;
  margin-bottom: 60px;
  margin-right: 60px;
  width: 180px; }

.md-card.product-card {
  border-radius: 2px 2px 0 0;
  height: 160px;
  width: 180px; }

.product-image {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  height: 120px !important;
  width: 180px; }

.product-name {
  padding: 8px 8px; }

.material-icons-extended.small {
  font-size: 18px; }

.md-icon-button.small {
  height: 18px;
  width: 18px; }

.md-card.card-bottom {
  border-radius: 0 0 2px 2px;
  height: 32px;
  margin-top: -7px;
  width: 180px; }

.md-content {
  background-color: transparent; }

.btn-dark,
.btn-dark:hover,
.btn-dark:focus {
  color: #fff; }

.txt-dark {
  color: #fff; }

.btn-dark:not([disabled]):focus {
  background-color: rgba(158, 158, 158, 0.2); }

.page-top {
  margin-top: 48px; }

.submit-card {
  margin: 24px;
  max-width: 800px;
  padding: 24px; }
