.consense-hint {
    text-align: center;
    margin: 16px;
}

.consense-hint p {
    border-top: 0;
}

.consense-hint .hint-text {
    font-weight: bold;
    display: inline-block;
    background: rgba(201, 0, 0, 0.4);
    border: 1px solid rgba(201, 0, 0, 1);
    padding: 8px;
    color: #FFF;
}

.consense-hint a  {
    padding: 8px 12px;
    font-size: 20px;
    background: #0E72B9;
    color: #FFF;
    transition: background 0.3s ease 0s;
    margin: 8px auto;
    max-width: 320px;
}

.consense-hint a:hover {
    background: #2e9bdd;
}

.consense-hint a:hover {
    opacity: 1;
}
