/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.main_serial {
  width: 100%;
  font-family: 'Whitney', 'Fira Sans', 'Helvetica', 'Arial', sans-serif; }

.search_serial {
  width: 100%;
  position: relative; }
  .search_serial .input-container {
    overflow: hidden;
    padding-right: 35px; }
  .search_serial input, .search_serial button {
    margin: 0;
    font-size: 14px; }
  .search_serial input[type="text"] {
    width: 100%;
    padding: 10px; }
  .search_serial button[type="submit"] {
    float: right;
    border: 0;
    background-color: #f8971d;
    color: white;
    font-weight: bold;
    padding: 12px 30px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 14px;
    transition: .2s ease all; }
    .search_serial button[type="submit"]:hover {
      background-color: #f9a842;
      cursor: pointer !important; }

.search_results {
  margin-top: 24px; }
  .search_results .table .table-row {
    position: relative;
    overflow: hidden;
    width: 100%; }
    .search_results .table .table-row .table-cell {
      box-sizing: border-box;
      width: 16.666666667%;
      float: left;
      padding: 10px;
      background-color: #f2f2f2;
      border: 1px solid white; }
      @media screen and (max-width: 768px) {
        .search_results .table .table-row .table-cell {
          width: 33.33333334%; }
          .search_results .table .table-row .table-cell:nth-child(4), .search_results .table .table-row .table-cell:nth-child(5), .search_results .table .table-row .table-cell:nth-child(6) {
            display: none; } }
      .search_results .table .table-row .table-cell.no_result {
        width: 100%; }
        .search_results .table .table-row .table-cell.no_result:after {
          display: block;
          text-align: center;
          content: "No results"; }
  .search_results .table .head_result .table-cell {
    background-color: #0076c0;
    color: white;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px; }
