

.ui-page, .ui-content {
background:transparent;
}

/* Table Styling */
* { 
	margin: 0; 
	padding: 0; 
}

/* 
Generic Styling, for Desktops/Laptops 
*/

table { 
        width: 100%; 
        border-collapse: collapse; 
}
/* striping */
tr { 
        color: #000;
}
th { 
        background: transparent !important; 
        color: #fff; 
        font-weight: bold;  
}
td, th { 
        padding: 6px; 
        border: 1px solid #000; 
        text-align: left; 
}

.ui-content {
border-width: 0;
overflow: visible;
padding: 1em;
}

.ui-page-theme-b .ui-panel-wrapper {
border-color: #454545;
color: #fff;
text-shadow: none;
}

.tileMe li {
display: inline;
margin: 10px;
padding-left:10px;
	
}

.tile a {
    display: block;
    padding: 10px;
    border: none;
}

/* Colors */

/* BACKGROUND COLORS */

.featured {
background-color: transparent; /* IMPORTANT - Background Color Behind Swiping Navigation/Icons Of Index Page */
}

/* FONTS */

.ui-body-b, .ui-overlay-b {
color: #000; /* CONTENT font color of all pages - switch between black and white */
text-shadow: none;
}

.ui-page-theme-b .ui-bar-inherit { 
color: #fff; /* HEADER font color of all pages - switch between black and white */
text-shadow: none;
}

.ui-bar-b {
color: #fff; /* FOOTER font color of all pages - switch between black and white */
text-shadow: none;
}

.ui-listview a {
color: #fff; /* index page LISTVIEW font color - switch between black and white */
text-shadow: none;
}

/* BUTTONS */

.ui-btn {
border: 1px solid black; /* border color of buttons - switch between black and white */
}

.ui-block-a, .ui-block-b, .ui-block-c, .ui-block-d {
border-left: 1px solid #000;
}
	
.footer {
 border-top: 1px solid #000;
}

img {
max-width:100% !important;
    max-height:100% !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.tileMe li {
display: inline-block;
margin: 10px;
padding:10px;
margin: auto;
}

.tile a {
    padding: 10px;
    border: none;
	margin: auto;
}

ul{ text-align:center;width:100%;}