#progress {
  height: 1em;
  width: 20em;
}

.preview {
  max-width: 40em;
  max-height: 20em;
}

.navbar img {
  height: 2em;
  display: inline;
}

.navbar-header h3 {
  color: white;
  display: inline-block;
}

.jumbotron {
  margin-top: 2em;
}

#secretUrlOutput, #copySecretOutput, #secretDisplay, #errorRow, #secretPasswordInput {
  display: none;
}

#copySecretURL {
  margin-top: 0.5em;
}

#secretText, #secretOutput {
  min-height: 10em;
  width: 100%;
}

input[type=file] {
  float: left;
}

#secretURL {
  padding: 0.5em;
  width: 100%;
}

#secretURL {
    border: 0px;
}

input[type=password], input[type=text] {
  border: 1px solid #ccc;
  padding: 4px;
}

input[type=text]:focus {
  outline: 0;
}

#secretOutput:focus {
  outline: 0;
}

#secretOutput {
    overflow: hidden;
    min-height: 10em;
}

.navbar-header a, .navbar-header a:hover {
    color: wheat;
    text-decoration: none;
}
