﻿body.fgx-brand-css {
  font-family: 'fordngbs-antenna-light',arial,helvetica,sans-serif;
  max-width: 1440px;
  margin: 0 auto;
  font-size: 1.6rem;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 20px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

#ici-test-table tr>th {
  text-align: left;
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 902px;
}

@media only screen and (max-width: 640px) {
  .modal-content {
    width: 85%;
  }
}
