@import "buttons.css";
@import "result.css";
@import "page.css";
@import "sales.css";

html {
	margin:0;
	/*height:0;*/
	background-color: white;
	height:100%;
	width:100%;
	padding:0;
}
body {
    height: auto;
	width:100%;
	background-color: white;
    overflow-y: scroll;
	padding: 0;
	margin: 0;
	border-width:0;
	font-family: "Trebuchet MS", "Verdana", "arial", "sans-serif";
	font-size: 12px;
}
/*table.header {*/
	/*width:100%;*/
	/*height:27px;*/
	/*top: 0;*/
	/*line-height: 27; */
/*}*/

#PERFORMANCE {
    display: none;
}
/*td.header_content {*/
	/*height: 100%;*/
	/*width:100%;*/
	/*font-size:11px;*/
	/*text-align:right;*/
	/*margin: 0;*/
	/*padding: 0;*/
	/*color: #ffeeee;*/
/*}*/
#content {
	position: absolute;
	top: 40px;
	width: 100%; 
	height: calc(100% - 41px);
	overflow: hidden;
}
footer.footer-fixed-bottom {
    position: relative;
    margin-top: -45px;
	margin-right: 5px;
    text-align: right;
}

@media (min-width: 768px) {
    body {
        height:100%;
        overflow: hidden;
    }
}