/* styles.css */
.plugin-container {
    background-color: #f0f0f0;
    padding: 20px;
}
#upd_del {
	display: none;
}
#results {
	display: none;
}
form#custom-form {
    width: 320px;
}
.cpi-row input[type="text"] {
/*    width: 300px;*/
    font-size: 15px;
    color: #373737;
    padding: 14px 21px !important;
    border: none !important;
    width: 100%;
    line-height: normal;
    margin-bottom: 10px;
}
.cpi-row input[type="submit"] {
    padding: 10px 20px 10px 20px;
    font-size: 17px;
}
p.msg {
    font-size: 14px;
    font-weight: 600;
    color: #22ac22;
}
.cpi-row select#allcountry {
    width: 100%;
    font-size: 15px;
    color: #373737;
    padding: 14px 21px !important;
    border: none !important;
    line-height: normal;
    margin-bottom: 10px;
}
.cpi-row {
    width: 50%;
    float: left;
    min-height: 350px;
}