/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 span.wpaicg-answer {
    display: inline-block;
    background: #004a8e;
    border-radius: 5px;
    padding: 4px 8px 6px;
    color: white;
    cursor: pointer;
    line-height: normal;
    font-size: 0.8rem;
    margin: 4px 2px 0 0;
}

span.wpaicg-answer:hover {
    opacity: 0.8;
}