body {
        margin: 0;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 14px;
        line-height: 20px;
        color: #333;
        background-color: #fff;
        padding-left: 15px;
    }

.preview-div {
  background: url('/img/transparent.png');
}

.screenshottable {
  height: auto !important;
  position: initial !important;
  overflow: visible !important;
}

.form-control-file, .form-control-range {
    display: inline-block;
    width: 81%;
    vertical-align: middle;
    margin-right: 8px;
}

.hidden {
  visibility: hidden;
}

.gone {
  display: none;
}

/*
    .btn {
        display: inline-block;
        padding: 6px 12px;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }

    .btn-default {
        color: #333;
        background-color: #fff;
        border-color: #ccc;
    }
    */

a.h1 {
  color: #333 !important;
}
    h1{
        font-size: 34px;
    }

    h1{
        font-family: inherit;
        font-weight: 500;
        line-height: 1.1;
        color: inherit;
    }

    h1 small{
        font-size: 65%;
    }

    h1 small {
        font-weight: 400;
        line-height: 1;
        color: #777;
        display: block;
       padding-top: 15px;
    }
    .specific{
      margin: 0 auto;
      background: #FFFFFF;
      width: fit-content;
    }

    h5 {
      color: #656565;
    font-size: 1em;
    font-weight: 300;
    margin: 1.2rem 0;
    }

p a{
  padding: 5px;
}

#fileUpload {
  border: 1px solid #ced4da;
    border-radius: .25rem;
    padding: 12px 8px;
    width: 100%;
    background: #FFF;
}

.contained {
  width: fit-content;
  margin: 0 auto;
}
