.domain-checker-container {
    margin: 20px 0;
    padding: 0;
    background-color: #ffce44;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3793f6), to(#1e219c))!important;
    background: -webkit-linear-gradient(top, #3793f6, #1e219c)!important;
    background: -moz-linear-gradient(top, #3793f6, #1e219c)!important;
    background: -ms-linear-gradient(top, #3793f6, #1e219c)!important;
    background: -o-linear-gradient(top, #3793f6, #1e219c)!important;
}