/* html { background-color: #333; } */
@media only screen and (min-width: 600px){
    .ui-page {
        width: 700px !important;
        margin: 0 auto !important;
        position: relative !important;
      /*    border-right: 1px #675959 outset !important; tava borrando nao acontece no client nao sei pq */
    }
    
    .ui-content, .ui-header-fixed ,  .ui-footer , .position-align-right  {
	 /*     border-left:  1px solid ;
	     border-right:  1px solid ;
	     border-color:black; */
    }
   
     .ui-header-fixed   {
    	width: 700px !important;
        margin: 0 auto !important;
	}  
    
    .ui-footer  {
    	width: 700px !important;
        margin: 0 auto !important;
      /*   border-right: 1px black outset !important;
        border-left: 1px black outset !important; */
	}  
	
	.ui-field-contain label.ui-input-text {
	    display: inline-block;
	    margin: 0 2% 0 0;
	    vertical-align: top;
	    width: 40%;
	}
	
	
	.position-align-right {
		margin:0 auto; 
		margin-left:auto;
		align:right;
		text-align:right;
	}
	
	
    #dts-bottom {
 		position:absolute;
   		bottom:0;
        width:100%;
        height: 65px;   /* Height of the footer */
  
	} 
    
}

@media all and (max-width: 799px) {
	#dts-bottom {
		width: 100% !important; 
	    height: 55px;
	} 
}
