.report-reportBookDiv {
    text-align: center;
    margin-top: 32px;
}

.report-BookUrl, .report-selectType, .report-description, .report-yourEmail, .report-code {
    margin-top: 20px;
}

.report-BookUrl .cc-input-text, .report-selectType select, .report-description textarea, .report-yourEmail .cc-input-text, .report-code .cc-input-text {
    width: 410px;
    min-height: 33px;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
}

.report-BookUrl label, .report-selectType label, .report-description label, .report-yourEmail label, .report-code label {
    width: 100px;
    min-height: 33px;
    text-align: right;
}

.report-description {
    position: relative;
}

.report-description label {
    position: absolute;
}

.report-description .report-textarea {
    height: 250px;
    overflow: auto;
    margin-left: 110px;
    margin-bottom: 5px;
}

.report-submit {
    text-align: left;
    margin-top: 20px;
    padding-bottom: 50px;
    margin-left: 151px;
}

.report-success {
    color: #75CB81;
    text-align: center;
    margin-top: 10px;
}

.report-submitButton {
    min-width: 100px;
    height: 30px;
    background-color: #1B7FCC;
    color: white;
}

.report-code .cc-input-text {
    width: 290px;
    margin-right: 20px;
}

.report-codePic {
    display: inline-block;
    width: 100px;
    height: 33px;
    vertical-align: middle;
    background-color: blue;
}

.report-codePic img {
    width: 100%;
    cursor: pointer;
}

.report-errorCode, .report-errorEmail, .report-errorDescription {
    margin-left: 150px;
    text-align: left;
}

@media (max-width: 767px) {
    .report-reportBookDiv {
        margin-top: 0;
        padding: 10px;
    }

    .report-BookUrl label,
    .report-selectType label,
    .report-description label,
    .report-yourEmail label,
    .report-code label {
        position: static !important;
        width: 80px !important;
    }

    .report-BookUrl .cc-input-text,
    .report-selectType select,
    .report-description textarea,
    .report-yourEmail .cc-input-text {
        margin-left: 10px !important;
        width: calc(100% - 90px) !important;
    }

    .report-code .cc-input-text {
        margin-right: 10px;
        width: calc(100% - 200px) !important;
    }

    .report-errorCode,
    .report-errorEmail,
    .report-errorDescription,
    .report-submit {
        margin-left: 90px;
    }
}