.car-search { 
    background: #1c46ad;
    padding: 25px;
    display: block;
    width: 100%;
    position: relative;
    top: 0px;
}
.search-title { 
    color: #fff;
    font-size: 35px;
    margin-bottom: 35px;
}
.search-description{ 
    color: #fff;
    font-size: 15px;
}
.reload { 
    text-align: right;
}
.reload span{ 
    padding: 5px;
    background-color: #fff;
}
.plugin-logo { 
    width: 80px;
    float: right; 
}
.compatibility-box { 
    display:none; 
    width:100%; 
    padding: 25px; 
    color: #fff; 
    text-align: center;
}
#refrigerant-search-button { 
    display: none;
    background: #fff;
    color: #1c46ad;
    width: 100%;
    text-align: center;
    
}
#loadingButton { 
    display: none;
    color: #fff;
}
#refrigerant-search-button button{  
    display: block;
    background: #fff;
    color: #1c46ad;
    width: 100%;
    text-align: center;
    border: 3px solid #fff;
} 
#refrigerant-search-button button:hover { 
    color: #fff;
    background: #1c46ad;
    text-decoration: none;
}
#refrigerant-compatible { 
    background: green; 
}
#refrigerant-not-compatible { 
    background: red; 
}

