div#results table thead tr th {
    background: linear-gradient(45deg, #1e55b2, #3477e8) !important;
    color: #fff;
}

.resultTable {
            margin-top: 30px;
            display: none;
        }

        .result-item {
            background-color: #f9f9f9;
            border: 1px solid #ddd;
            margin-bottom: 10px;
            padding: 10px;
            border-radius: 6px;
            text-align: left;
        }

        .error {
            color: red;
            font-size: 16px;
            margin-top: 20px;
        }


button.blue-btn {
    margin-top: 20px;
}




div#results {
    margin-top: 20px;
    overflow: auto;
    max-height: 400px;
}



@media(max-width:767px){

div#results table thead tr th, div#results table thead tr td{
 font-size:12px;
}

}