/* Style Sheet File */

div.ueben_box {
	width: 100%;
	height: 100%;
	margin: 2em auto;	/* left and right centered, top and bottom with a little space */

  clear: both;
  width: 700px;
  
  border-top: 3px solid #bbb;
}

div.ueben_nav_icon {
  float: left;
  width: 80px;
  margin: 2em 1em;
  text-align: center;
}

div.ueben_box_icon {
  /**/
  float: right;
  /**/
  width: 100px;
  margin: 0.5em 0.5em;
}

div.ueben_app_store_badge {
  float: right;
  height: 100px;
  padding: 20px 20px;
}

.screenshot_box {
    width: 710px;
    overflow: scroll;
    padding: 1em 0.5em;
    background-color: #aaa;
}
.screenshot_box img {
    width: 160px;
    height: 284px;
}
.screenshot_side_box {
    width: 160px;
    height: 284px;
    /*
    width: 320px;
    height: 568px;
    */
    /*
    float: right;
    clear: both;
    */
    /* overflow: scroll; */
    /*
    padding: 1em 0.5em;
    background-color: #aaa;
    */
}

.screenshot_side_box img {
    width: 160px;
    height: 284px;
}

/* end of file */
