.no-js .top-bar {
  display: none;
}

@media screen and (min-width: 40em) {
  .no-js .top-bar {
    display: block;
  }

  .no-js .title-bar {
    display: none;
  }
}

a.footer {
  line-height: inherit;
  color: #fff;
  text-decoration: none;
  cursor: pointer; }
  a.footer:hover, a.footer:focus {
    color: #C7D300; }
  a img {
    border: 0; }

.tablefnt {
font-size: smaller;
font-display: auto
}

.centerpic {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}

.bgyaesu {
	background-image: url("../img/worldm.jpg");
	background-size: cover;
	opacity: 0.9;
	
}