/* Submit wpcargo */
#submit_wpcargo{
	border-width:0px;
	border-top-left-radius:20px;
	border-top-right-radius:20px;
	border-bottom-left-radius:20px;
	border-bottom-right-radius:20px;
}

/* Input */
#wpcargo-track-table tbody input[type=text]{
	color:#000000;
	font-size:15px;
	border-color:#000000;
	border-width:1px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	font-weight:500;
	line-height:1.5em;
	text-align:center;
	text-decoration:none;
	font-family:'Roboto', sans-serif;
}

/* Heading */
#wpcargo-track-table .track_form_th h4{
	background-color:#ffffff;
}

/* Track form */
#wpcargo-track-table tbody .track_form_td{
	background-color:#ffffff;
}

/* Track form */
#wpcargo-track-table tbody .track_form_th{
	background-color:#ffffff;
}

/* Wpmtst submit testimonial */
.wpmtst-submit label .wpmtst_submit_testimonial{
	border-top-left-radius:15px !important;
	border-top-right-radius:15px !important;
	border-bottom-left-radius:15px !important;
	border-bottom-right-radius:15px !important;
}

/* Single related posts */
#content .hentry .single-related-posts{
	padding-left:50px;
	
}

/* Wpmtst submit testimonial */
.wpmtst-submit label .wpmtst_submit_testimonial{
	font-weight:400 !important;
}