
#feedback * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#feedback .panel-body {
    padding: 15px;
}

#feedback-form {
    background-color: #ffffff;
}

#feedback-form .form-group {
    margin-bottom: 15px;
}

#feedback-form .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#feedback-form .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

#feedback-form .form-control::-moz-placeholder {
    color: #777;
    opacity: 1;
}
#feedback-form .form-control:-ms-input-placeholder {
    color: #777;
}
#feedback-form .form-control::-webkit-input-placeholder {
    color: #777;
}

#feedback-form textarea.form-control {
    height: auto;
}

#feedback .pull-right {
    float: right!important;
}

#feedback {
    z-index: 1000;
}

.feedback-btn button {
    margin-bottom: 0;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;

    display: inline-block;
    font-size: 1.0em;
    padding: 0 10px;
    border: none;
    border-radius: 0;
    font-style: normal;

}


#feedback-form {
    padding-bottom: 15px;
    min-height: 290px;
}