@charset "utf-8";
/* CSS Document */
@media only screen and (min-width: 960px)
{
.ui-page
    {
        max-width: 960px;
        margin: 0 auto !important;
        position: relative !important;
		
    }
}
/*.ui-overlay-c { background: none;}*/

  .ui-footer .ui-title {
    white-space: normal;
    margin-right: auto;
    margin-left:auto;
}

.ui-page { 
/* nice trick to color page to overide jquery css*/
background: #fff;
}


#mytable {
    display:table;
     vertical-align:top;
    max-width: 100%;
   
}
.myrow{
    display:table-row;
    
}

.mycell{
    display:table-cell;
    vertical-align:middle;
    text-align: center;
   padding: 1em;
}

#mypanel{
 background-color: #fff;  
    max-width: 98%;
    
}

img.samsungpic{
	height: 100%;
    width: auto;
    
}

img.bg{
	/* Set up proportionate scaling of a jpg image */
	width: 100%;
	height: auto;
}

td{padding: 0 5px 0 5px;}

#sendemail{
    width:40%;
    
}

#customcollaps{
 background-color:white !important;   
    
}    

.fixedFooter {
    /*left: 0px !important;
    right: 0px !important;*/
    position: fixed !important;
    bottom: 0px !important;
    z-index: 999 !important;
    width: 960px;
}

body {
   background-color: #eef;     
}
#tabs {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}
/* Note that jQuery UI CSS is loaded from Google's CDN in the "Add Resources" pane to the left.  Normally this would be done in your <head> */
 