body {
  padding: 50px;
  font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}

a {
  color: #00B7FF;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

input[readonly] {
  background-color: white !important;
  cursor: text !important;
}

.terms {
    font-size: 140%;
}

.content {
    margin-top: 30px;
}

.fluidIframe {
    position: relative;
    /* proportion value to aspect ratio 16:9 (9 / 16 = 0.5625 or 56.25%) */
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.fluidIframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


.log-block {
    font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
    padding-left: 0px;
    line-height: 130%;
}

.log-h1 {
    font-weight: bold;
    font-size: 120%;
    margin-top: 20px;
    margin-bottom: 10px;
}

.log-output {
    color: #aaa;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.log-input {
    margin-bottom: 10px;
    color: #006;
}

.log-lineno {
    color: rgba(0,0,0,0.4);
    white-space: pre;
    min-width: 30px;
    padding-right: 10px;
    padding-left: 0px;
    text-decoration: none;
}

.log-lineno:hover {
    color: rgba(0,0,0,0.7);
}

.log-line {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 58px;
    text-indent: -58px;
}

.verify-gh {
    text-align: center;
}

.huge-gh {
    font-size: 196px;
}

.large-gh {
    font-size: 64px;
}

.well-verify-1 {
    min-height: 150px;
}

.well-verify-2 {
    min-height: 300px;
}

.vcenter {
    display: table-cell;
    vertical-align: middle;
}

.vcenter-outer {
    display: table;
}
