html {
    box-sizing: border-box;
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    margin: 0;
    background: #fafafa;
}

.responses-table:not(.live-responses-table) {
    border-top: dotted 4px !important;
    
}

div.responses-inner h4:nth-child(2) {
    margin-top: 60px !important;
}
