

/* ------ tables to div Styles------*/

.content.mobile-ffc{
clear:both;
width:	100%; /*1300 ÷ 1400px*/
padding:50px 30px 50px 30px;
margin-right:auto;/*50 ÷ 1400px*/
margin-left:auto;/*50 ÷ 1400px*/
}
/*p.yellow{
color: #D9AA18  !important;
}*/
.table-title {
	font-weight: 500;
	font-size: 18px;
	background-color: #8f959b;
	color: #fff;
	padding: 10px;
	text-align: center;
	border-right: solid 1px #ccc;
	border-left: solid 1px #f1f1f1;
	border-top: solid 1px #f1f1f1;
	border-bottom: solid 1px #858c93;
}

.ml-15 {margin-left: 15px!important;}
.mr-20 {margin-right: 20px!important;}
.mt-50 {margin-top: 50px!important;}
.mb-20 {margin-bottom: 20px!important;}

table.mobile-ffc { 
  width: 100%; 
  border-collapse: collapse; 	
	font-family: "proxima-nova",sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 14px;
	line-height: 16px;
	border-top: solid 1px #f1f1f1;
	border-right: solid 1px #f1f1f1;
	border-left: solid 1px #f1f1f1;
	background-color: #fff; 
}

/* Zebra striping */
table.mobile-ffc tr:nth-of-type(odd) { 
 background-color: #DFDFDF;
}

table.mobile-ffc tr:hover {background-color: #858C93!important; color: #fff;} 

table.mobile-ffc th { 
	font-weight: 500;
	font-size: 15px;
	background-color: #4F6D8E;
	color: #f0f0f0;
	padding: 10px;
	border-right: solid 1px #f1f1f1;
	border-left: solid 1px #f1f1f1;
	border-bottom: solid 1px #2D4660;
}

table.mobile-ffc td, table.mobile-ffc th { 
  text-align: left; 
	border-bottom: 1px solid #ddd;	
	padding: 12px 0px 12px 8px;
	border-right: 1px dashed #ccc;
}

table.mobile-ffc td:last-child {
background-color: #08172B !important;
}

table.mobile-ffc td a:link, table.mobile-ffc td a:active, table.mobile-ffc td a:visited {
color: #fff !important;
font-weight: 500;
font-size: 14px !important;
line-height: 16px !important;
}

table.mobile-ffc td a:hover{
color: #C6A02C !important;
}

/* ------END table Styles------*/



/*-------------------------------*/

/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media only screen and (max-width: 960px),
(min-device-width: 968px) and (max-device-width: 1024px)  {

	table.mobile-ffc{
	font-size: 14px !important;
    line-height: 17px !important;
	}

	table.mobile-ffc td a:link, table.mobile-ffc td a:active, table.mobile-ffc td a:visited {
font-size: 14px !important;
line-height: 17px !important;
}

	/* Force table to not be like tables anymore */
	table.mobile-ffc, table.mobile-ffc thead, table.mobile-ffc tbody, table.mobile-ffc th, table.mobile-ffc td, table.mobile-ffc tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	table.mobile-ffc thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	table.mobile-ffc tr { /*border: 1px solid #ccc;*/ }
	
	table.mobile-ffc td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #DCDCDC; 
		position: relative;
		padding-left: 70%; 
	}
	
	table.mobile-ffc td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		/*top: 6px;*/
		left: 16px;
		width: 35%; 
/*	padding:0px 10px 10px 10px;*/
/*  padding-right: 10px; */
		white-space: nowrap;
		font-size: 14px;
		letter-spacing: -.5px;
	}
	
	table.mobile-ffc td:last-child {color: #fff !important;} 
		
	table.mobile-ffc tr:nth-of-type(odd) { background-color: #E2E2E2;}
	table.mobile-ffc tr:hover {background-color: #747474; color: #fff;} 

	
	/*
	Label the data
	*/
	table.mobile-ffc td:nth-of-type(1):before { content: "Connection Number:"; }
	table.mobile-ffc td:nth-of-type(2):before { content: "Max. Girder Flange Width (in) Width:"; }
	table.mobile-ffc td:nth-of-type(3):before { content: "Min. Girder Depth:"; }
	table.mobile-ffc td:nth-of-type(4):before { content: "Min. Joist Depth:"; }
	table.mobile-ffc td:nth-of-type(5):before { content: "Max. Joist Vertical LRFD Reaction (kips):"; }
	table.mobile-ffc td:nth-of-type(6):before { content: "Number of Bolts:"; }
	table.mobile-ffc td:nth-of-type(7):before { content: "Bolt Diam. (in):"; }
	table.mobile-ffc td:nth-of-type(8):before { content: "Bolt Grade ASTM:"; }
	table.mobile-ffc td:nth-of-type(9):before { content: "Hole Diam. in Joist End Plate (in):"; }
	table.mobile-ffc td:nth-of-type(10):before { content: "Slot Width in Beam Tab (in):"; }
	table.mobile-ffc td:nth-of-type(11):before { content: "Slot Length in Beam Tab (in):"; }
	table.mobile-ffc td:nth-of-type(12):before { content: "Connection Drawing:"; }
	
	
}
@media screen  and (max-width: 620px) { /*Large Smart Phone*/	
.table-title {
	font-size: 16px;
}
	
table.mobile-ffc{
font-size: 12px !important;
line-height: 15px !important;
}
	
table.mobile-ffc td{
padding-left:78% !important;
}
	
table.mobile-ffc td:before { 
font-size: 12px !important;
letter-spacing: -.3px;
}
	
table.mobile-ffc td a:link, table.mobile-ffc td a:active, table.mobile-ffc td a:visited {
font-size: 12px !important;
line-height: 15px !important;
letter-spacing: -.3px !important;
}

table.mobile-ffc td a:hover{
color: #C6A02C !important;
}
}