/********* MOBILE STYLE *********/

.mobile *
{
	-webkit-touch-callout:none;
	-webkit-tap-highlight-color:transparent;
	-webkit-user-select:none;
	user-select:none;
}

.mobile input, .mobile textarea
{
	-webkit-user-select:auto;
	user-select:all;
}

.mobile #topBarInfo
{
	display:none;
}

.mobile #pageButton,
.mobile #sectionsButton,
.mobile #saveButton
{
	width:65px;
}

/* IOS7 SCREEN FIX */
@media (orientation:landscape)
{
    body.ios7
	{
        position:fixed;
        bottom:0px;
        width:100%;
        height:671px !important;
    }
}