#customers {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
  font-size: 12px;
}

#customers td, #customers th {
  border: 1px solid #ddd;
  padding: 8px;
}

#customers tr:nth-child(even){background-color: #f2f2f2;}

#customers tr:hover {background-color: #ddd;}

#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #c72c21;
  color: white;
}

.terms-aera li {list-style-type: decimal !important;}

h1 {
	font-size: 30px !important;
}

.page-title-wrap {
	padding-top: 120px !important;
	padding-bottom: 25px !important;
}

@media only screen and (max-width: 768px) {
 #listFixer {
    font-size: 12px !important;
    line-height: 12px !important;
  }
  
  h1 {
	font-size: 20px !important;
  }
    
  .page-title-wrap {
  	padding-top: 100px !important;
	}
}

.overview {
	padding-top: 100px;
}