
html, body {
    height: 100%;
    position:relative;
}

#browser-alert {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    padding: 20px 0;
    border-bottom: 1px solid #774f1c;
    background: #5d3100;
    color: #fff;
    font-family: Arial, sans-serif;
    text-align: center;
}

#browser-alert > h1 {
    font-size: 17px;
    line-height: 20px;
    font-weight: bold;
    margin: 0 0 10px 0;
    padding: 0;
}

#browser-alert > p {
    font-size: 13px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

label.checkbox-label {
    margin: 3px;
}

.email {
    text-align: right;
}

.well ul {
    margin-bottom: 0;
}

.lg-select > div {
    text-align: left;
}

.bg-strip{
    text-align: left;
    margin-bottom: 15px;
    height: 100%;
    background: repeating-linear-gradient(
      -45deg,
      #272727,
      #272727 10px,
      #202020 10px,
      #202020 20px
    );
}

.lg-fill-50 {
    min-height: 50%;
}

.lg-fill-70 {
    min-height: 70%;
}

.lg-fill-75 {
    min-height: 75%;
}

.lg-fill-90 {
    min-height: 90%;
}

.lg-fill-100 {
    min-height: 100%;
}

#lg-result-frame, #lg-controls {
    min-height: 500px;
}

#lg-result-text {
    /*background: rgba(39, 39, 39, 0.75)*/
    width: 100%;
    min-height: 340px;
}

.lg-padding-5 {
    padding-top: 2px;
    padding-bottom: 2px;
}

.lg-button {
    margin: 15px 0 0 0;
    padding-bottom: 0;
}

.lg-bottom-0 {
    margin-bottom: 0;
}

.lg-bottom-5 {
    margin-bottom: 5px;
}

.lg-bottom-10 {
    margin-bottom: 10px;
}

#lg-controls {
    padding: 40px;
}

.lg-top-container, .grid-container {
    max-width: none;
}

.lg-container {
    height: 100%;
    padding: 40px;
}

.lg-test-box {
    text-align: left;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: opacity 1s ease-out;
}

.lg-loading-overlay {
    position: fixed;
    left: 50%;
    top: 50%;
}

.center, .ctr {
    text-align: center;
}

.width-half {
  width: 50%;
  margin: 0 auto;
}

.width-quarter {
  width: 25%;
  margin: 0 auto;
}

.border {
    border: solid rgba(255, 255, 255, 0.15);
    border-width: 1px;
    overflow: auto;
    padding: 20px;
}

.body-content {
    background-image: url(/images/bg-top.jpg);
    background-attachment: fixed;
    background-position: center top;
    padding-bottom: 20px;
}

.footer {
    position: relative;
    bottom: 0;
}


