/* TABELA PARA JQUERY MOBILE */
table.tableMobile{color: black; background: #fff; font-family: Helvetica,Arial,sans-serif; text-shadow: none; padding: 0; margin-top:10px; width: 100%; -webkit-border-radius: 8px;}
table.tableMobile tr td {color: #666; border-bottom: 1px solid #b4b4b4; border-right: 1px solid #b4b4b4; padding: 0px; background-image: -webkit-linear-gradient(top, #fdfdfd, #eee); }	 
table.tableMobile tr td:last-child {border-right: none;}
table.tableMobile tr:last-child td {border-bottom: none;}
table.tableMobile thead tr td {background: #333; color: #fff; padding: 10px; font-weight: bold;} 
/* END OF TABLES */

/* CHART CONTAINER */
.chartContainer {display:inline-block; min-width: 610px;}

/* LOGOS */
#logo {margin: 0 auto 0; width: 300px;}
#logo img{width: 300px; height: auto; margin: 0 auto 0; border: 1px solid black;}
#logo input{width: 300px; height: auto; margin: 0 auto 0; border: 1px solid black;}
#logo_ico {float: right;width: auto; height: 30px;}

.row_b .ui-btn {text-align: center; width: 85px;}

/* DEMO DE RESPOSTA */
#democlick {width: 20px; position: absolute; top: 380px; left: -50px; z-index: 9999;}
#democlick img {width: 50px;}