#indextopads {
    position:relative; 
    overflow:visible;
    margin-left: 10px;
    margin-bottom: 10px;
    margin-top: 0;
    padding: 0;
  }

#indextopads ul {
  display: flex;
  flex-direction: row;
}

#indextopads p { /* This class is for anchor links */
  padding: 0px 0px 5px 5px;
  margin: 0;
}

#indextopads p a { /* This class is for anchor links */
  font-size: 0.75rem;
   color: #666565;
  font-family: sans-serif;
  text-decoration: none;
}

#indextopads p a:hover { /* This class is for anchor links */
  font-size: 0.75rem;
   color: #f83d04;
}

.liwidth {
  max-width: 125px;
  border: 2px solid rgb(211, 210, 210); 
  border-radius: 5px;
  height: 175px;
  }


@media only screen and (max-width: 768px) {
 
  #indextopads {
    position:relative; 
    overflow:visible;
    margin-left: 10px;
    margin-bottom: 10px;
    margin-top: 0;
    padding: 0;
  }

#indextopads ul {
  display: flex;
  flex-direction: row;
  
}

#indextopads p { /* This class is for anchor links */
  padding: 0px 0px 5px 5px;
  margin: 0;
}

#indextopads p a { /* This class is for anchor links */
  font-size: 0.75rem;
   color: #666565;
  font-family: sans-serif;
  text-decoration: none;
}

#indextopads p a:hover { /* This class is for anchor links */
  font-size: 0.75rem;
   color: #f83d04;
}
 
}

