#table_fscase
{
	margin: 0px 0px 20px 0px;
	min-width: 50%;
	border: 1px solid grey;
}
#table_fscase td{
	padding: 4px 2px 2px 2px;
}
#table_fscase td.carrier{
	white-space: normal;text-align:right
}
#table_fscase td.check{
 text-align:right;
 padding-right:20px;
}
.carrier_name{
	font-size:13px;font-weight:bold;text-transform:uppercase;
}
#table_fscase tr.selected{
	background-color:#FFF1B5;
}
#freeshipcase_carrier_block{
	border:1px solid #CCCCCC;
	padding:10px;
}
span.info_mini{
	font-size:10px;
}
p.freedeliverymanager-extra-info{
	padding:5px;
}

#freeship_content { text-align: center;  border-radius: 5px; padding: 35px 25px 25px; background: #2a2a2a; max-width: 1050px; margin: auto; }
#freeship_content .freeship_info_text { margin-bottom: 25px; font-size: 19px; text-transform: none; }
#freeship_content .freeship_info_text b { color: #cb0d05; }
#freeship_content .freeship_status_content { height: 35px; margin: 0 auto; width: 80%; }
#freeship_content .freeship_status_image { float: left; margin-right: 15px; }
#freeship_content .freeship_status_image i { font-size: 30px; color: #fff; transform: scaleX(-1); -webkit-transform: scaleX(-1); }
#freeship_content .freeship_status { float: left; width: 80%; margin-top: 10px; }
#freeship_content .freeship_status .red { float: left; height: 10px; background-color: green; }
#freeship_content .freeship_status .gray { float: left; height: 10px; background-color: #ffffff; }
#freeship_content .freeship_status_price { float: left; margin-left: 15px; line-height: 30px; font-weight: 600; font-size: 20px; }
#freeship_content .dual_price { font-size: 12px; display: block; }
#freeship_content .freeship_status_content.with_dual_price { height: 48px; }
#freeship_content .freeship_status_content.with_dual_price .freeship_status_price { line-height: 19px; text-align: right; }

@media (max-width: 1200px) {
	#freeship_content { padding: 30px 20px 20px; }
	#freeship_content .freeship_status { width: 75%; }
	#freeship_content .freeship_info_text { margin-bottom: 20px; }
}

@media (max-width: 991px) {
	#freeship_content .freeship_status_content { width: 85%; }
}

@media (max-width: 767px) {
	#freeship_content { padding: 25px 10px; }
	#freeship_content .freeship_info_text { margin-bottom: 10px; font-size: 18px; }
	#freeship_content .freeship_status_content {position: relative; height: 50px; width: 96%; }
	#freeship_content .freeship_status_content.with_dual_price { height: 60px; }
	#freeship_content .freeship_status_image { position: absolute; top: 30px; left: 0px; }
	#freeship_content .freeship_status { width: 100%; }
	#freeship_content .freeship_status_price { position: absolute; top: 30px; right: 0px; }
}