<style>
    body {
        font-family: Arial, sans-serif;
        padding: 0;
		overflow: hidden;
    }
	

	div{
		border: none;
	}
	
	.parent{
		padding:0px;
	}
	
	.flotdiv{
		position: relative;
		display: flex;
		z-index: 10;
		padding:0px;
		width:auto;
		height:auto;
		border: none;
	}
	
	.logo{
		font-size: 2.0em;
		width:20%;
		margin:auto;
	}

	.header{
		text-align: center;
		color:white;
		background-color:black;
		width:60%;
		font-size:2.0em;
		margin:auto;
	}
	
	.logoimgbox{
		width:20%;
		margin-right:0px;
	}
	
	.logoimg {
		vertical-align:middle;
		position: relative;
		float:right;
		margin-top:0px;
		margin-right:0px;
		width:50px;
		height:50px;
	}
	

	
    #app-container {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
		margin-top: 0px;
		position: relative;
		z-index: 5;
		margin:auto;
    }

    #app-viewer {
        width: 100%;
        border: 1px solid #ccc;
        overflow: hidden;
    }
    #ad-container {
        margin:auto;
        margin-top: 5px;
    }
    #device-buttons {
        text-align: center;
        margin-top: 20px;
    }
    #device-buttons button {
        margin: 5px;
        padding: 10px 20px;
        font-size: 16px;
        cursor: pointer;
    }
	


	
	.gameview{
		margin:auto;
	}

	.mycontainer {
	  display: flex;
	}
	
	.divdata {
	  width: 15%;
	  display: inline-block;
	  border-style: outset;
	  margin: 10px;
	  padding: 5px;
	}
	
	.adbandiv{
		z-index: 101;
		margin:auto;
		width:350px;
		border:none;
		padding:0px;
		text-align: center;
		border: 1px solid red;
	}
	
	* {
	  box-sizing: border-box;
	}


	/* Float four columns side by side */
	.column {
	  float: left;
	  width: 25%;
	  padding: 0 10px;
	}

	/* Remove extra left and right margins, due to padding */
	.row {margin: 0 -5px;}

	/* Clear floats after the columns */
	.row:after {
	  content: "";
	  display: table;
	  clear: both;
	}

	/* Responsive columns */
	@media screen and (max-width: 800px) {
	  .column {
		width: 100%;
		display: block;
		margin-bottom: 20px;
	  }
	}

	/* Style the counter cards */
	.card {
	  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	  padding: 5px;
	  text-align: center;
	  background-color: #f1f1f1;
	  height:150px;
	}

</style>