/* .ws-registration-form .et_pb_contact_submit.et_pb_button {
	border: 1px solid #FF0000 !important;
} */

/* .ws-registration-form input[data-original_id="ws-register-feedback"] {
	border: 1px solid #FF0000;	
} */

/* p[data-type="text"] .et_pb_contact_form_label, p[data-type="select"] .et_pb_contact_form_label[for="et_pb_contact_ws-sa-registered_0"] {
	display: none !important;
} */

select[data-original_id="ws-sa-operating"] option:first {
	display: none;
}

#ws-int-rates-container {
	max-height: 500px;
	overflow: auto;
}

.ws-int-rates-table {	
	cursor: pointer !important;	
}

.ws-int-rates-table tr:nth-child(even){
	background-color: #f2f2f2;
}

.ws-int-rates-table tbody tr:hover {
	background-color: #41689c;
	color: #FFFFFF !important;
}

.ws-pricing-container tr:nth-child(even){
	background-color: #f2f2f2;
}

.ws-pricing-container tbody tr:hover {
	background-color: #41689c;
	color: #FFFFFF !important;
}

/* #et_pb_contact_cell_number_0 {
	width: calc(100% - 78px) !important;
}
 */
.ws-reg-cellno-input {
	width: calc(100% - 78px) !important;
}

@media only screen and (max-width: 600px) {
	.ws-int-rates-table td {
		max-width: 100px;
		padding-left: 4px !important;
	}
	
	.ws-int-rates-table .ws-int-country-code {
		text-align: right;
	}
	
}