.boxy-wrapper {
    position: absolute;
    font-family: Formata, Verdana, sans-serif;
    font-size: 8pt;
}

.boxy-wrapper.fixed {
    position: fixed;
    font-family: Formata, Verdana, sans-serif;
    font-size: 8pt;
}

/* Modal */

.boxy-modal-blackout {
    position: absolute;
    background-color: black;
    left: 0;
    top: 0;
}

/* Border */

.boxy-wrapper {
    empty-cells: show;
}

.boxy-wrapper .top-left, .boxy-wrapper .top-right, .boxy-wrapper .bottom-right, .boxy-wrapper .bottom-left {
    width: 2px;
    height: 2px;
    padding: 0;
    background-color: #def0f2;
}

.boxy-wrapper .top, .boxy-wrapper .bottom {
    height: 2px;
    background-color: #def0f2;
    padding: 0;
}

.boxy-wrapper .left, .boxy-wrapper .right {
    width: 2px;
    background-color: #def0f2;
    padding: 0;
}

/* Title bar */

.boxy-wrapper .title-bar {
    background-color: #def0f2;
    padding: 6px;
    position: relative;
}

.boxy-wrapper .title-bar.dragging {
    cursor: move;
}

.boxy-wrapper .title-bar h2 {
    font-weight: bold;
    font-family: Formata, Verdana, sans-serif;
    font-size: 8pt;
    line-height: 1;
    margin: 0;
    padding: 0;
}

.boxy-wrapper .title-bar .close {
    color: white;
    position: absolute;
    top: 6px;
    right: 6px;
    line-height: 1;
}

/* Content Region */

.boxy-inner {
    background-color: white;
    padding: 0;
}

.boxy-content {
    padding: 15px 15px 3px;
}

/* Question Boxes */

.boxy-wrapper .question {
    width: 350px;
    min-height: 40px;
}

.boxy-wrapper .answers {
    text-align: right;
}

.boxy-wrapper input {
    border: 1px solid #000000;
    background-color: #def0f2;
    font-family: Formata, Verdana, sans-serif;
    font-size: 8pt;
    height: 25px;
    width: 75px;
    text-align: left;
    padding-left: 20px;
}