#reminder{
	background-color: #870816;
	color: #FFF;
	padding: 20px;
	width: 100%;
	margin-top: 2.5%;
}
#reminder p{
	text-align: center;
}
/*****************TABLE**************/
table{
	border-collapse: collapse;
	width: 100%;
}
td, th {
	border: 1px solid #dddddd;
	text-align: left;
	padding: 8px;
	white-space: nowrap;
}
th{
	background-color: #605E5E;
	color: #FFF;
	height: 70px;
	text-align: center;
}
/************************ STANDARD, CAPTIVE SHACKLES *****************************/

#shackleAndMeasures{
	margin-top: 2.5%;
	margin-bottom: 2.5%;
}

.img_standard{
	margin: 0 auto;
	margin-top: 80px;
	padding: 2%;
}
.standard{
	width: 100%;
	margin-top: 30px;
	border-bottom: 1px solid #dddddd;
	display: flex;
}
.image{
	position: relative;
	width: 20%;
	padding: 0;
  	float: left;
  	text-align: center;
  	display: inline-block;
  	display:flex;
  	vertical-align: middle;
  	align-items: center;
  	border-top:1px solid #dddddd;
  	border-bottom:1px solid #870816;
  	border-right: 1px solid #870816;
}
.measures{
	width: 80%;
	float: left;
}
.standard_tittle{
	position: absolute;
	top: 0;
	left: 0;
	padding: 5.5px;
	width: 100%;
	border-bottom: 1px solid #dddddd;
	background-color: #870816;
	text-align: center;
  	display: inline-block;
  	display:flex;
  	vertical-align: middle;
  	align-items: center;
  	height: 70px;
}
.standard_tittle h2{
  	color: #FFF;
  	margin: 0 auto;
}
#div_longShackles{
	height: auto;
}
@media only screen and (max-width : 1500px){
	#folding-measures2{
		overflow-x: auto;
	}
}
@media only screen and (max-width : 1400px){
	#anchorSwivel{
		overflow-x: auto;
	}
}
@media only screen and (max-width : 1400px){
	#div_longShackles{
		height: 300px;
	}
	#folding-measures1{
		overflow-x: auto;
	}
}
@media only screen and (max-width : 1100px){
	.image{
		width: 25%;
	}
	.measures{
		width: 75%;
		overflow-x: auto;
	}
	.standard_tittle{
		height: 80px;
	}
	th{
		height: 80px;
	}
}
@media only screen and (max-width : 800px){
	.image{
		width: 40%;
	}
	.measures{
		width: 60%;
	}
}
@media only screen and (max-width : 500px){
	
	.img_standard{
		transform: scale(1.5,1.5);
	}
	#anchorSwivelImage{
		transform: rotate(-90deg);
	}
}
