form ul {
    list-style-type: none;
}

.submit-container {
    position: relative;
    display: inline-block;
}

.response-counter {
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 2px 5px;
    border-radius: 3px;
    font-size: 12px;
}
