    #reportIssue > a, #reportIssueBottom > a {
        display: block;
        padding: 5px;
        color: var(--a-color);
        font-size: 16px;
    }

        #reportIssue > a:hover,
        #reportIssue > a.active {
            background-color: #fff;
            opacity: 1;
        }

#reportIssue > div {
    display: none;
    position: absolute;
    top: 28px;
    right: 0;
    border-radius: 3px;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 5px #888;
    z-index: 9999;
}

#reportIssueBottom > div {
    display: none;
    /*position: absolute;
        bottom: 175px;
        left: 20%;*/
    border-radius: 3px;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 5px #888;
    z-index: 9999;
    width: 355px;
}

#reportIssue .arrow.decor {
    background: white;
    border-bottom: solid 1px #cdcdcd;
    border-right: solid 1px #cdcdcd;
    content: '';
    height: 7px;
    left: 376px;
    position: absolute;
    top: -4px;
    transform: rotate(225deg);
    visibility: visible;
    width: 7px;
}

#reportIssue .form h2, #reportIssueBottom .form h2 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    margin-top: 0;
}

#reportIssue .form div:not(.arrow) {
    width: 355px;
}

.report-issue-container {
    min-width: 300px;
}

#reportIssueBottom .form {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    line-height: 1;
}

    #reportIssue .form textarea, #reportIssueBottom .form textarea {
        margin: 1em 0;
        width: 100%;
        height: 75px;
    }

    #reportIssue .form .close, #reportIssueBottom .form .close {
        margin-left: 10px;
    }

#reportIssue .thanks, #reportIssueBottom .thanks {
    width: 355px;
    text-align: center;
}

    #reportIssue .thanks h2, #reportIssueBottom .thanks h2 {
        font-size: 28px;
        font-weight: bold;
    }

    #reportIssue .thanks div, #reportIssueBottom .thanks div {
        margin: 5px 0 25px;
        font-size: 17px;
        font-weight: bold;
    }

#reportIssue {
    position: absolute;
    right: 10px;
    top: 3px;
    z-index: 100;
}

#reportIssueBottom > a {
    color: #aaa;
    text-decoration: none;
    font-size: 12px;
    padding: 0;
}

@media screen and (max-width: 1100px) {
    #reportIssue {
        display: none;
    }

    #reportIssueBottom {
        display: block;
    }
}

@media screen and (min-width: 750px) {
    #reportIssueBottom {
        width: 200%;
    }
}
