.box-example{
    position: relative;
    min-height: 1px;
    float: left;
    padding: 0 40px;
}

img{
width: 50%;
height: 50%;
}

/* Make the widge image smaller instead of the big pixelated image */
a > img {
  width: 1em;
}

.help-image > img {
    width: 100%;
    height: auto;
}

/* Move the ip switch button and make it more visible */
.toggle {
  position: relative;
}

.toggle > .ipswitch{
  position: absolute;
  bottom: 0em;
  margin: -0.7em 0;
}

.inactive {
  position: absolute;
  top: -9999px;
  left: -9999px;
  transition: all 0.3s;
}

/* Hide the collapsible menu button because it wasn't implemented */
div.nav.toggle.navbar-left{
	display: none;
}


