.gray-box {background:#ccc;padding:25px;margin-top:25px;} p {font-size: 15px;} #tiny{font-size: 10px;}
.advice p.mot {max-width:490px;float:left;}
img.icon {float: right;max-width: 250px;padding: 10px;}

#article {}
#article img {float: right;padding: 5px 25px;}
#article br {line-height:2.5em;}
.article h4 {padding: 0px 0px 0px 0px;}

img.right {max-width: 35%;float: right;}
.advice p {margin: 0 0 0.6em;font-size: 1.2em;padding-bottom: 1.2em;}
.advice h3 {padding: 5px 0px;font-size:1.75em;margin:0px;}
.advice ul li{font-size: 12px;}.gray-box {background: #ccc;padding: 25px;margin-top: 25px;}
.or{color:#f9a51a;font-weight:600;}

.relarticles > ul > li > a {
    font-weight: bold;
    text-decoration: none;
    display: block;
    }
.relarticles li {
    list-style: none;
    float: left;
    max-width: 219px;
    margin: 0 5px 0 0;
    line-height:1.5em;
    overflow: hidden;
}    
#mobileprices {
    border: 1px solid orange;
    border-top: 5px solid orange;
    padding: 0px 15px 5px 15px;
    margin-bottom: 10px;
    background: #f0f0f0;
    width: 50%;
  }
  #mobileprices > p > span{
    float: right;
  }
 .relarticles li img {
    height:140px;
	}
#articleShortDesc {
	display: none;
	}
#share {
	margin-top: 30px;
	}
#articleImage{

}
.textcol {
   width: 100%; 
   float: none; 
    margin-right: 0; 
    border-bottom: 1px solid rgba(0,0,0,0.2);
    margin: 0px;
    padding-bottom: 15px;
}
article {
    border-bottom: none;
}
.tyre-wear > .tyre-wear-cont > h3~h4{
	padding-top: 5px;

}
.tyre-wear {
    border: 1px solid #7EAFD3;
    box-shadow: 0-5px 0 0 #7EAFD3;
    clear: both;
    margin: 15px 0px;
    padding: 15px 5px;
}
.tyre-wear > img {
    width: 170px;
    float: left;
    margin-bottom: 5px;
}

.tyre-wear-cont {max-width: 75%;float: right;}

/*style below for screens bigger than 768px*/
@media screen and (min-width:767px){

#mobilecta{
display:none;
}

#mobileprices{
display:none;
}
#articleImage{
	/* display: none; */
}
}
@media screen and (max-width:767px){

.relarticles{
  display: none;
}
.tyre-wear {
    height: 100%;
    text-align: center;
}
.tyre-wear > .tyre-wear-cont > h3~h4 {
    padding-top: 5px;
    margin: 15px 0px;
}
.tyre-wear > img {
    height: 200px;
    float: none;
}
}

.advice p {
		font-size: 1.2em;
		padding-bottom: 1.2em;
	}
	.advice h3 {
		padding-top: 5px;
	}
	.advice h4 {
		padding: 30px 0px 0px 0px;
	}
	
	table {
	    border-collapse: collapse;
	    margin: 10px 0;
	}
	table, td, th {
	    border: 1px solid black;
	    font-size: 1.2em;
	    padding: 5px;
	    text-align: center;
	    width: 600px;
	}
	.store-location ul{
	  list-style: none;
	  margin-top: 0;
	  text-decoration: none;
	  padding: 0px 15px;
	}
	.store-location{
	  max-width: 960px;
	  min-width: 960px;
	  margin: auto;
	}

	.store-location h4{ 
	  margin-top: 10px;
	}
	.region-row,.region-row-2,.region-row-3,.region-row-4{
	  float: left;
	  width:25%;
	}
	.region-row ul {
	  padding-left: 0;
	}

	.header-style{
	  color: white;
	  background: #222;
	  padding: 10px;
	  box-shadow: 0px -3px 0px 0px orange;
	}
	.region-row > ul > li {
	  list-style: none;
	  margin-left: 0;
	  line-height: 1em; 
	}
	.region-row-2> ul > li {
	  list-style: none;
	  margin-left: 0;
	  line-height: 1em; 
	}
	.region-row-3 > ul > li {
	  list-style: none;
	  margin-left: 0;
	  line-height: 1em; 
	}
	.region-row-4 > ul > li {
	  list-style: none;
	  margin-left: 0;
	  line-height: 1em; 
	}
	.region-row > ul > li > a {
	  text-decoration: none;
	}
	.region-row > ul > li > a:hover {
	    text-decoration: underline;
	    color:black;
	}
	.region-row-2 > ul > li > a {
	  text-decoration: none;
	}
	.region-row-2 > ul > li > a:hover {
	    text-decoration: underline;
	    color:black;
	}
	.region-row-3 > ul > li > a {
	  text-decoration: none;
	}
	.region-row-3 > ul > li > a:hover {
	    text-decoration: underline;
	    color:black;
	}
	.region-row-4 > ul > li > a {
	  text-decoration: none;
	}
	.region-row-4 > ul > li > a:hover {
	    text-decoration: underline;
	    color:black;
	}
	small {
	  color: orange;
	}
	/* #accordion input {
	  display: none;
	}
	#accordion label {
	  background: #eee;
	  border-bottom: 1px solid rgba(0,0,0,0.2);
	  cursor: pointer;
	  display: block;
	  z-index: 20;
	  padding: 15px;
	}
	#accordion input:checked + label {
	  background: #eee;
	  margin-bottom: 0;
	}
	#accordion article {
	  height:0px;
	  overflow:hidden;
	  z-index:10;
	}
	#accordion article p {
	  padding-top: 0.7em;
	  font-size: 1.2em;
	  line-height: 1.2em;
	  padding-left: 0.7em;
	  padding-right: 0.7em;
	}
	.list{
	  margin-left: 12px;
	  font-size: 1.2em;
	  line-height: 1.2em;
	  padding-top: 0.7em;
	}
	#accordion input:checked ~ article {

	  height: auto;
	}
	#accordion input:checked ~ label i:before{
	  -webkit-transform: translate(-4px, 0) rotate(45deg);
	      -ms-transform: translate(-4px, 0) rotate(45deg);
	          transform: translate(-4px, 0) rotate(45deg);
	}
	#accordion input:checked ~ label i:after{
	  -webkit-transform: translate( 4px, 0) rotate(-45deg);
	      -ms-transform: translate( 4px, 0) rotate(-45deg);
	          transform: translate( 4px, 0) rotate(-45deg);
	}
	label i:before, label i:after {
	  content: "";
	  position: absolute;
	  background-color: #2d2d2d;
	  width: 1px;
	  height: 13px;
	}
	label i {
	  float: right;
	  -webkit-transform: translate(-25px, 0);
	      -ms-transform: translate(-25px, 0);
	          transform: translate(-25px, 0);
	  margin-top: 3px;
	  right: 0;
	}
	i:before {
	  -webkit-transform: translate(4px, 0) rotate(45deg);
	      -ms-transform: translate(4px, 0) rotate(45deg);
	          transform: translate(4px, 0) rotate(45deg);
	}
	i:after {
	  -webkit-transform: translate(-4px, 0) rotate(-45deg);
	      -ms-transform: translate(-4px, 0) rotate(-45deg);
	          transform: translate(-4px, 0) rotate(-45deg);
	} */

	hr.thin {
	  height: 1px;
	  border: 0;
	  color: #333;
	  background-color: #333;
	  opacity: 0.1;
	  width: 924px;
	} 
	@media screen and (max-width: 775px) {
		table, td, th {
	    font-size: 1em;
	    width: 0;
		}
		.store-location{
		max-width:100%;
		min-width: 100%;
		}
		.region-row,.region-row-2,.region-row-3,.region-row-4{
		width:33%;
		}
		.region-row > ul > li > a {
		    color: black;
		}
		.region-row-2 > ul > li > a {
		    color: black;
		}
		.region-row-3 > ul > li > a {
		    color: black;
		}
		.region-row-4 > ul > li > a {
		    color: black;
		}
		article h3 {
		    margin: 0px 0 16px;
		}
	}