#removeImage {
    display: none;
}

#images {
    margin-top: 2px;
}

#images .dijitTabContainerTop-tabs .dijitTab {
    min-width: 53px;
}

#images div .dijitAccordionContainer-child p {
    margin: -2px;
    padding: 3px 0;
}

#symbols {
    margin-top: 2px;
    height: 360px;
}

#renderedEquation {
    margin: 12px 8px;
}

#memberImagesForm {
    margin-bottom: 10px;
}

#memberImages {
    margin-top: 20px;
}

#memberImages .insertImage {
    display: block;
    margin-top: 10px;
    text-align: center;
}

#memberImages .insertImage a {
    text-decoration: none;
}

.clearImage {
    vertical-align: top;
    margin-left: 2px;
    margin-top: 2px;
}

.letter {
    font-family: monospace;
}

#matching_with_grid_table {
    border-collapse: collapse;
}

#matching_with_grid_table td {
    padding: 5px;
    border: 1px solid #ccc;
}

.matching_with_grid_question {
    min-width: 195px;
}

.answer_option_header {
    min-width: 117px;
}

.answer_option {
    text-align: center;
}

#matching_with_grid_table_container {
    overflow: auto;
    max-width: 620px;
}
