iframe {
    font-size: 0;
}

.app-item-lol a {
    color: #FFFFFF;
    text-decoration: none;
}

.topbar {
  width: 100%;
  height: 50px;
  background: url("/assets/topbarbgupdated.png"); /* default for larger screens */
}

/* For smaller screens (phones, tablets, etc.) */
@media (max-width: 768px) {
  .topbar {
    background: url("/assets/topbarbgupdated.png");
  }
}

#testright {
         background-color: black;
         }
         #testleft {
        background-image: url('/assets/appbtnbg.png');
  background-size: 100% 100%; /* Stretch the image to 100% width and 100% height */
  background-repeat: no-repeat; /* Don't repeat the image */
  background-position: center center; /* Center the image */
         }

     
          .buttonidk {
        margin: 0px;
    background-color: rgba(0, 0, 0, 0);
    color: white;
    background-repeat: no-repeat;
    background-position: calc(100% + 10px) center;
    background-size: contain;
    border: 0;
    border-left: solid 15px;
    top: 0px;
    font-size: 20px;
    cursor: pointer;
    color: white;
    height: 25%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);

    /* Align text to the left and move it onto the border */
    text-align: left;  /* Align text to the left */
    position: relative; /* Allow text movement */

         }
      

             .apps {
          
                    
  background-image: url('/assets/androidappsicon.png');

  border-left-color: #98A752;
  }
      .games {
              background-image: url('/assets/soonicon.png'); /* Set the image as background */
        
  border-left-color: #CF8143;
  }
       .req {
              background-image: url('/assets/androidappsicon.png'); /* Set the image as background */
        
  border-left-color: #4C91BF;
  }
       .wall {
           
              
  border-left-color: #5964A5;
  }
       .about {
              background-image: url('/assets/soonicon.png'); /* Set the image as background */
      
  border-left-color: #A8514F;
  }
   
  #testcontainer {
    font-size: 0;
    position: relative;
  width: 100%;
  overflow: hidden;
}

#testleft {
        margin-top: 0;
    margin-bottom: 0;
    position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  background-color: lightblue;
  height: 100%;
  float: left;
box-sizing: border-box;
}

#testright {
    font-size: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 50%;
}

/* Parent acts like a fixed-width table so old Android handles it */
#testcontainer2 {
  display: table;
  table-layout: fixed;
  width: 100%;
  overflow: hidden;
  height: 100%;          /* key for percentage children */
  table-layout: fixed;
}

#testleft2,
#testright2 {
  display: table-cell;
  vertical-align: middle;    /* centers buttons vertically */
}

#testleft2 {
  width: 66.6%;
    height: 100%;
}

#testright2 {
   display: table-cell;    /* same as left side */
  width: 33.3%;
  height: 100%;           /* now it really has a height */
   background-image: url('/assets/appbtnbg.png');
  background-size: 100% 100%; /* Stretch the image to 100% width and 100% height */
  background-repeat: no-repeat; /* Don't repeat the image */
  background-position: center center; /* Center the image */
  vertical-align: top;    /* we’ll stack buttons from top */
  padding: 0;
  width: 33.3%;
  text-align: center;
}

.float-container {
  display: flex;
}

.float-child {
  flex: 1;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
  color: white;
  width: 50%;
}

#testcontainer {
  overflow: auto;
}

.app-item-lol {
color: black;
   /* unvisited link */
a:link {
    text-decoration: none;
  color: black;
}

/* visited link */
a:visited {
  text-decoration: none;
  color: black;
}

/* mouse over link */
a:hover {
  text-decoration: none;
  color: black;
}

/* selected link */
a:active {
  text-decoration: none;
  color: black;
}
}

body {
  height: 100%; 
}
