form#report{
    display: none;
    background-color: #FFFFFF;
    position: absolute;
    top: 50px;
    padding: 25px;
    width: 600px;
    z-index: 10001;
    left: 50%;
    margin-left: -300px;
}

@media only screen and (max-width: 600px) {
    form#report {
        width: 90%;
        padding: 5%;
        left: 5%;
        margin-left: 0;
        top: 20px;
    }
}

form#report p.status{
    display: none;
}

.report_overlay{
    height: 100%;
    width: 100%;
    background-color: #F6F6F6;
    opacity: 0.9;
    position: fixed;
    z-index: 10000;
    margin-top:0 !important;
}

#report {
    color: #333;
    font-family: helvetica, arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
 }

#report .close {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #222;
    text-shadow: none;
    filter: none;
    opacity: 1;
    float: right;
    text-decoration: none !important;
}

#report .close-report-form {
    text-decoration: none;
    background-color: #222;
    border: 0;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-family: helvetica, arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 800;
    line-height: 1;
    padding: 1em 2em;
    text-shadow: none;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
    float: right;
    text-decoration: none !important;
}

#report h1 {
    color: #222;
    font-style: normal;
    font-weight: 300;
    font-size: 30px;
    font-family: helvetica, arial, sans-serif;
    clear: both;
    line-height: 1.4;
    margin: 0 0 0.50em;
    padding: 0 0 0;
    text-transform: none;
}

#report p {
    font-family: helvetica, arial, sans-serif;
    margin: 0 0 1.5em;
    line-height: 1.5em;
}

#report label {
    font-family: helvetica, arial, sans-serif;
    font-style: normal;
    font-size: 1em;
    text-transform: none;
    letter-spacing: normal;
}

#report textarea {
    height: 300px;
}

#report a {
    text-decoration: underline !important;
}

#report input, #report textarea, #report button{
    font-family: helvetica, arial, sans-serif;
    font-size: 1em;
    line-height: 1.5em;
}

#report input[type="text"], #report input[type="email"], #report textarea {
    color: #666;
    background: #fff;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    border: 1px solid #bbb;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: block;
    padding: 0.7em;
    width: 100%;
    margin: 0 0 5px 0;
}

#report button, #report input[type="button"], #report input[type="submit"] {
    background-color: #222;
    border: 0;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-family: helvetica, arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 800;
    line-height: 1;
    padding: 1em 2em;
    text-shadow: none;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
}

#report button:hover, #report button:focus, #report input[type="button"]:hover, #report input[type="button"]:focus, #report input[type="submit"]:hover, #report input[type="submit"]:focus, #report .close-report-form:hover {
    background: #767676;
}

#report label {
    color: #333;
    display: block;
    font-weight: 800;
    margin-bottom: 0.5em;
}

#report .help_text{
    color: #636c72!important;
    font-size: 80%;
    font-weight: 400;
    margin-top: .25rem;
    margin-bottom: 10px;
    display: block;
}

.ohnohoney{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}