﻿body {
}

.question-container {
    font-size: 18px;
}

.question-edit-wrapper {
    position: relative;
}

    .question-edit-wrapper button.open-modal, .question-edit-wrapper a {
        position: absolute;
        left: -100px;
    }

    .question-edit-wrapper .modal-content {
        width: 1000px;
    }

    .question-edit-wrapper td {
        padding: 5px;
    }

#htmlEditor {
    overflow: scroll;
    max-height: 300px;
    width: 100%;
}

#QuestionEditor {
    width: 1000px;
}

div.modal-body {
    overflow-y: auto;
    max-height: none;
    padding: 15px;
}

.control-label {
    padding-left: 10px;
}

/*.question-edit-wrapper a.open {
    position: absolute;
    left: -30px;
}

.question-editor {
    width: 600px;
    border: solid #000000 1px;
    background-color: #ffffff;
    margin: 300px auto;
    z-index: 5000;
    position: absolute;
    top: 0px;
    height: 400px;
}*/
