﻿.content-search-form-body {
  display: flex;
  max-width: 800px;
  margin-right: auto;
  flex-grow: 1;
}

.content-search-form {
  padding: 16px;
  display: flex;
  padding-left: 10px;
}
.content-search-form .input-container {
  display: flex;
  flex: 1;
  height: 44px;
}

.content-search-label {
  padding: 8px;
  margin-bottom: 0;
}

.content-search-text {
  border: none;
  padding: 8px;
  font-size: 16px;
  color: #57646b;
  font-family: Roboto;
  width: 100%;
  flex: 1;
}

.content-search-submit-button {
  border: none;
  padding: 8px 16px 8px 0;
  font-size: 16px;
  font-family: Roboto;
  color: #000;
  background-color: #fff;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
}
