.sdc_wp_form_Wrap {
    width: 100%;
    display: block;
}
#sdc_wp_main_wrap .sdc_wp_input {
    width: 20% !important;
    border: 1px solid #283c58;
    padding: 4px;
    font-size: 17px;
}
#sdc_wp_result_wrap .sdc_wp_result_table th.sdc_wp_table_header, th.sdc_wp_table_header h3 {
    font-weight:700 !important;
    color: #fff !important;
}

#sdc_wp_result_wrap table.sdc_wp_result_table {
    margin: 0px 0px -2px !important;
}
td.sdc_wp_table_entry {
    font-size: 14px;
    font-weight: 600;
    color: #0f2b4d;
}
#sdc_wp_result_wrap .sdc_wp_result_table th, #sdc_wp_result_wrap .sdc_wp_result_table td {
    padding: 10px 10px !important;
    border: 2px solid #0f2b4d !important;
}
tr.sdc_wp_table_header_wrap {
    background: #29a3b1;
    color: #fff !important;
}
span.sdc_form_label {
    font-weight: 600;
    font-size: 16px;
    width:58% !important;
    display:inline-block;
    vertical-align: middle;
}
.sdc_wp_btn_wrap{
	width:20% !important;
    display:inline-block;
}
#sdc_wp_main_wrap button.sdc_wp_btn {
    color: #ffffff!important;
    border-width: 0px!important;
    font-size: 14px;
    background-color: #29a3b1;
    padding: 8px 15px;
    margin: 5px;
    cursor: pointer;
}
.sdc-wp-loader{
	display:none;
}
.sdc-wp-overly {
    background: #6a6a6aad;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .80;
    z-index: 500;
}
.sdc-wp-loader-spin {
    border: 7px solid #0f2b4e;
    border-radius: 50%;
    border-top: 7px solid #29a3b1;
    width: 70px;
    height: 70px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    z-index: 999;
    position: absolute;
    top:2%;
    left:45%;
}
@media only screen and (max-width:455px) and (min-width:60px){
	span.sdc_form_label{
		width: 100% !important;
		font-size: 13px;
	}
	td.sdc_wp_table_entry{
		font-size: 12px;
		line-height: normal;
	}
	#sdc_wp_main_wrap .sdc_wp_input{
		width: 38% !important;
	}
	#sdc_wp_result_wrap .sdc_wp_result_table th.sdc_wp_table_header, th.sdc_wp_table_header h3 {
    	font-weight: 700 !important;
    	color: #fff !important;
    	font-size: 13px;
    	line-height: initial;
	}
}
@media only screen and (max-width:300px) and (min-width:60px){
	span.sdc_form_label{
		font-size: 13px;
	}
	#sdc_wp_main_wrap .sdc_wp_input{
		width:50% !important;
	}
}
/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}