@media screen and (max-width: 680px) {
	.not-in-mobile{
		display:none;
	}
	.dialog {		
		margin:0;
		width:auto;
		left:0px;
	}
	
	body, html {
	overflow-x: hidden;/*no horizontal scroll bars*/
	}

  .new-frontpage .logo-chess {
    float: none;
    text-align: center;
    margin-top: 5px;
  }

  .new-frontpage .new-frontpage-menu  {
    float: none;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 5px;
	padding-left:0px;
  }
  
  .new-frontpage-menu li:hover ul{ /* Display the dropdown on hover */
    left:-9999px; /* Don't bring back on-screen when needed */
  }

  .new-frontpage #bodyContainer {
    margin-top: 40px;
  }
}

@media screen and (max-width: 560px) { 
  .new-frontpage .new-frontpage-menu li {
      display: block;
      margin-right: 0px;
      margin-bottom: 20px;
  }
  .new-frontpage #bodyContainer {
      margin-top: 120px;
  }
  .new-frontpage .mobile-spacer {
	  height: 5px;
  }
  .new-frontpage .mobile-spacer-1 {
	  height: 10px;
  }
  .new-frontpage .mobile-spacer-2 {
	  height: 20px;
  }
}
