@charset "UTF-8";
/* CSS Document */

html {
    -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}


	.container{
    padding:10px;
		width: 1px;
        min-width: 100%;
        *width: 100%;
    white-space:nowrap;
    overflow-x:auto;
		font-size:11px;
		font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
		color:#D8D8D8;
			line-height:23px;
		letter-spacing:1px;
}

.box1{
    margin:5px;
    display:inline-block;
}
	
	.box2{
    margin:5px;
    display:inline-block;
}