.page-airport .airport-table th,
.page-airport .airport-table td {
  padding: 3px;
  line-height: 1.5;
}
.page-airport .airport-table td {
  padding: 0px;
  text-align:  left;
}
caption, th, td {
  text-align: center;
}
.btn-noriba {
  margin: 3px;
  display: block;
  text-align:  center;
}
.btn-noriba a {
  background: #40b1e6;
  color: #fff;
  padding: 3px 8px;
  text-decoration: none;
  border-radius: 6px;
  display:  inline-block;
  line-height: 1.2;
}
.btn-noriba a:hover {
  background: #96d5f3;
}
.btn-pdf {
  margin: 12px 0;
  display: block;
  text-align: right;
}
.btn-pdf a {
  background: #f57f31;
  color: #fff;
  padding: 6px 12px;
  text-decoration: none;
  border-radius: 6px;
}
.btn-pdf a:hover {
  background: #f1b893;
}

@media screen and (max-width: 640px){
.page-airport .airport-tt-title {
    line-height: 1.3;
}
.btn-pdf {
    text-align: center;
}
}

@media screen and (min-width: 769px){

.page-airport .airport-table td > div {
    margin: 0 18px;
}
}
