/* Hide the Honeypot off screen in a way that a bot will not be able to detect */
input[name="subject"], input[name="user"]{
    position: absolute !important;
    left: -9999px !important;
}

.callout select, .callout input[type="text"]{
    margin: 0;
}

.suggestion p{
    margin: 0;
}
.suggestion .close-button{
    top: 0;
}
.suggestion .button{
    font-size: 1rem;
    text-align: center;
    padding: 0.5rem;
}

.suggestion .button:before, .suggestion .button:after{
    display: none;
}