

#feedback-container {
    display: none;
    padding: 5px 5px 0px 0px;
}

#feedback-container p {
    font-size: 1.43em;
    padding-top: 3px;
}

#toggle-feedback {
    margin-top: 10px;
    margin-bottom: 10px;
}

button, input[type='submit'], input[type='button'] {
    font-family: "Open Sans",sans-serif;
    background-color: #f1f1f1;
    color: #638BB0;
    cursor: pointer;
    padding: 3px 5px 3px 5px;
    border: none;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;    
    border-radius: 2px;
}

#captcha {
    margin-top: 5px;
}

input[type="submit"] {
    width: auto;
}

button:hover, input[type='submit']:hover {
    background-color: #3c7493;
    color: white;
}

#survey {
    display: inline;
    overflow: hidden;
    white-space: nowrap;
    font-size: 1.1em;
    line-height: 1.5em;
}
#survey > p {
    display: inline-block;
}

ul#user-rating {
    display: inline-block;
    list-style-type: none;
    list-style-image: none;
    margin: 0 0 0 5px;
    padding: 0;
}

ul#user-rating > li {
    font-size: 1.1em;   
    display: inline;
    margin-right: 5px;
    padding: 3px 5px 3px 5px;
    background-color: #f1f1f1;
    color: #638BB0;
    font-weight: bold;
    border-radius: 2px;
}

ul#user-rating > li:hover {
    background-color: #3c7493;
    color: white;
    cursor: pointer;
}


input[type='submit'], input[type='button'] {
    margin-top: 10px;
}
#refresh {
    background-image: url("../images/new_code.png");
    background-repeat: no-repeat;
    padding-right: 16px;
    color: #3c7493;    
    cursor: pointer;
}

button:disabled {
    color: #c7c7c7;
    background-color: #f1f1f1;
    cursor: default;
}

textarea, p input {
    position: relative;
    width: 80%;
    height: 100%;    
    resize: none;
}


textarea, input[type='text'] {
    font-family: "Open Sans",sans-serif;
    border: 1px solid #bbb;
}

textarea:focus, input[type='text']:focus {
    border: 1px solid skyblue;
    outline: none;
}
textarea {
    height: 150px;    
    padding-top: 5px;
    padding-left: 5px;
}

#randtext {
    user-drag: none;
    -ms-user-drag: none;
    -webkit-user-drag: none;
    -moz-user-drag: none;

    -moz-user-select: none;   
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

img {
    vertical-align: top;
}

.required {
    color: #ed4d41;
}

.highlighted {
    border-color: #c74c35 !important;
}

#captcha-fail-message {
    display: none;
}

.quick-info-icon {
    background-image: url("../images/quickInfo.png");
    background-repeat: no-repeat;    
    background-size: 11px;
    height: 11px;
    width: 11px;    
    background-position: 50%;
    display: inline-block;
    position: relative;
    top: -15px;
}

.quick-info-text {
    font-size: 0.9em !important;
    text-indent: 0;
    display: inline-block;
}