/* RideShark's App Mobile View */

#wrapper{
	width:100%;
	height:auto;	
	
}

#mobile_container{
	width: 401px;
	height: 813px;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
	overflow-y:hidden;
	
}

#frame{
  width: 360px;
  height: 647px;
  position: relative;
/*  margin: 0 auto;*/
  border-radius: 5px;
  top: -732px;
	
  /* temporal code*/
  background-color:#E7E7E7;	
  /*cursor: url('images/cursor.png'), auto;*/
  overflow: hidden;
	overflow-y:hidden;
	
}

iframe{
	overflow: hidden;
	
}

iframe::-webkit-scrollbar
{  
    display: none;
}


/*

Classes that need the following code: overflow:hidden;
S
--FCO's page first page
.mobile-screen .screen-content.with-ptbs

--FCO's result page
.screen-content.screen-content-fco-search-page .bottom-sheet-body

--Send Message to Users - Results tab
.mobile-screen .screen-content    <- delete overflow-x from there








*/