body { margin: 0; width: 1200px; max-width: 100%; text-align: center; font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } #bear{ height: 350px; width: 250px; } .instructions { margin-bottom: 20px; } .em{ height: 300px; width: 20px; } .form-input-label { display: inline-block; max-width: 100%; // Force IE8 to wrap long content (see https://github.com/twbs/bootstrap/issues/13141) margin-bottom: 5px; font-weight: 700 !important; } .form-inline .form-control { width: 100px; }