
.fcb_container {
	width: 100%;
	margin: 25px auto;
	font-size: 14px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	-webkit-text-size-adjust: 100%;
}

.fcb-header-row-1 {
	font-size: 16px;
	font-weight: 700;
}

.fcb-header-row-2 {
	font-size: 12px;
	font-weight: 700;
}

.fcb-header-row-3 {
	font-size: 12px;
	font-weight: 700;
}

.fcb-subheader-row-1 {
	background-color: #333333;
	color: #ffffff;
	font-size: 14px;
}

.fcb-subheader-row-2 {
	background-color: #666666;
	color: #ffffff;
	font-size: 14px;
}

.fcb-subheader-row-3 {
	background-color: #999999;
	color: #ffffff;
	font-size: 14px;
}

.fcb-text-box {
	border-radius: 3px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.4);
	background: #f1f1f1;
	margin: 0 auto;
	padding: 0 10px;
	height: 33px;
	line-height: 31px;
	width: 90px;
	min-width: 90px;
	max-width: 90px;
	overflow: hidden;
	text-align: center;

}

.fcb-country-dropdown {
	width: 100%;
	max-width: 100%;
	padding-right: 10px !important;
}

.fcb-country_id {
	width: 35px;
	min-width: 35px;
	max-width: 35px;
}

.fcb-main-table-container {
	clear: both;
	padding: 0 10px 0 10px;
	margin: 0;
}

#no-service {
	clear: both;
	padding: 10px 0 10px 0;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	display: none;
	text-align: center;
	color: #ff0000;
	font-size: 14px;
	font-weight: 600;
}


.fcb-table-column {
	display: block;
	float:left;
	margin: 0 0 5px 0;
	padding: 5px 0 5px 0;
	text-align: center;
}

.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}

.span_3_of_3 { width: 99.66%; }
.span_2_of_3 { width: 66.33%; }
.span_1_of_3 { width: 33.00%; }

.span_4_of_4 { width: 99.66%; }
.span_3_of_4 { width: 74.66%; }
.span_2_of_4 { width: 49.66%; }
.span_1_of_4 { width: 24.66%; }


@media only screen and (max-width: 767px) {
	.fcb-table-column { margin: 0 0 5px 0; }
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
	.fcb-country-dropdown {	width: 100%; }
}

