.iframeCont{
	display: flex; 
	gap: 20px; 
	justify-content: space-around;
	padding: 30px 0;
	margin-bottom: 80px;
}

@media(max-width:756px){
	.iframeCont{
		flex-direction: column;
		justify-content: center;
	   align-items: center;
	}
	
	.tire-table{
		overflow: scroll;
	}
}

.tire-link{
	font-size: 20px;
   line-height: 32px;
   text-transform: uppercase;
   font-weight: 600;
   letter-spacing: .5px;
   background: var(--brand-blue);
   color: var(--white-color);
   padding: 4px 15px;
   margin: 10px 0;
   display: inline-block;
   border-radius: 4px;
}

a.small {
    font-size: 8pt;
    font-weight: bold;
}
a.small:hover{
    color: #ff00ff;
}

img.withlines {
   border-width: 1px;
 	border-color: #BDBDBD;
}

table.withlines {
/*  background-color: #888888; 666666;*/
border-collapse: collapse;
}
table.withlines td{
/*  background-color: #d0d0d0; cccccc;*/
padding: 12px 10px;
 border-width: 1px;
 	border-color: #828282;
 	 	border-style: solid;
 	 	font-size: 14px;
font-family: Montserrat;
line-height: 18px;
}
table.withlines td a.small {
    color: #442D7F;
    font-size: 8pt;
    font-weight: normal;
}
table.withlines td a.smallalert {
    color: #ff0000;
    font-size: 8pt;
    font-weight: normal;
}
table.withlines td.title{
    color: #442D7F;
    font-size: 14pt;
    font-weight: normal;
    text-align: center;
}
table.withlines th{
   background-color: #061AA1;
   color: #FFFFFF;
   font-size: 12pt;
   /*font-weight: bold;*/
   font-weight: normal;
   padding: 10px;
   border-width: 1px;
   border-color: #828282;
 	border-style: solid;
}
table.withlines th a{
    color: #442D7F;
    font-size: 12pt;
    font-weight: bold;
}
table.withlines th a.small {
    color: #442D7F;
    font-size: 12pt;
    font-weight: normal;
}
table.withlines th a.small:hover {
    color: #ff00ff;
}
table.withlines th a.smallalert {
    color: #ff0000;
    font-size: 12pt;
    font-weight: normal;
}

#compareSpecs center{
	font-size: 16px;
	margin: 10px 20px 30px;
}

