body {
  font-family: FFDINStdRegular;
  margin: 0 auto;
  text-align: center;
  color: #4A4A4A;
}

h1 {
  font-family: FFDINStdCondensedMedium;
  text-align: center;
}

h2 {
  font-family: FFDINStdCondensedMedium;
  margin-top: 50px;
  margin-bottom: 0px;
  /* font-size: 2.2vw; */
}

p {
  margin-top: 5px;
  margin-bottom: 20px;
  /* font-size: 1.5vw; */
}

select:focus {
    outline:none;
}

input:focus {
    outline:none;
}

button:focus {
    outline:none;
}

span {
  font-weight: bold;
  font-size: 18px;
}

select {
  text-align: center !important;
  color: #000;
  /*font-size: 16px;*/
  padding: 2px 20px;
  /*width: 150px;*/
  text-align-last:center;
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
/*  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -o-appearance: none !important;
  appearance: none !important;*/
  font-size: .9375rem;
  height: 2.5rem;
  margin-bottom: 10px;
}

#autocomplete-input{
     border: 1px solid #d8d8d8;
  border-radius: 4px;
  padding: 2px !important;
  font-size: .9375rem !important;
  height: 2.5rem !important;
}

.container {
  display: flex;
  align-content: center;
  justify-content: center;
}

.compare-container {
  text-align: center;
}

#compare-button {
    border: 3px solid #e6510f;
    color: #e6510f;
    display: none;
    font-family: FFDINStdBold,sans-serif;
    font-size: 1rem;
    line-height: 1;
    padding: .6875rem 1.25rem .8125rem;
    text-align: center;
}

.table-container {
  margin: 0 auto;
  margin-top: 30px;
}

#compare-table {
  display: none;
}

.compare-options {
  display: flex;
  align-content: center;
  justify-content: center;
}

.company-option {

  padding: 5px 10px;
  border-radius: 4px;
  border: 1px solid #d8d8d8;
  display: none;
  margin: 20px 10px;
  font-family: FFDINStdBold; 
}


tr:nth-of-type(even) {
background: #eee;
}

th {
background: #333;
color: white;
font-weight: bold;
cursor: s-resize;
background-repeat: no-repeat;
background-position: 3% center;
border: .5px solid #ccc;
font-size: 18px;
}

td, th {
padding: 10px 20px;
border: 1px solid #ccc;
text-align: center;
}

td {
  font-size:16px;
}

#rank {
  background: #1959C4;
}

#blank {
  border: none;
  background: none !important;
}

.horizontal-header {
  text-align: right;
}

.company {
  color: #e6510f;
  text-decoration: none;
  font-family: FFDINStdBold;
  font-size: 20px;
}

.industry {
  font-family: FFDINStdRegular;
  font-size:14px;
}

.policy {
  color: #e6510f;
  text-decoration: none;
}



@media
	only screen and (max-width: 860px),
	(min-device-width: 768px) and (max-device-width: 1024px)  {

  .legend {
      display: none;
    }

  }

/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
	body {
		padding: 0;
		margin: 0;
		width: 320px; }
	}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	body {
		width: 495px;
	}
}
 {
		width: 495px;
	}
}
