/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */




#ticket_card {
      margin-right: 5px;
    text-align: center;
    border-radius: 10px;
    height: 110px;
    background: linear-gradient(0deg, rgba(181,32,28,1) 0%, rgba(220,41,36,1) 100%);
}

#ticket_card p{
    padding: 38px;
}


#ticket_card a{
    color: white;
    font-size: 25px;
}


#ticket_card a:hover{
    text-decoration: none;
}

.domainchecker-homepage-captcha {
    margin-top:15px;
}