.setcolor {
    background-color: white;
}

.ui-btn-inner{
    text-overflow: initial; /* Get rid of the ellipsis */
    padding-left: 5px; /* Play with padding to make max use of available button width */
}

.ui-btn-text {
    font-size: 10px; /* Play with font size of the text */
}

.ui-block-a {
    font-size: 9px; /* Play with font size of the text */
}


.appDesc {
    font-size: 10px;
}


.warning {
	color:red;
	font-size: xx-small;
}


img {
    max-width: 100%;
    max-height: 100%;
}

.portrait {
    height: 90px;
    width: 30px;
}

.landscape {
    height: 30px;
    width: 80px;
}

.square {
    height: 75px;
    width: 75px;
}