/* Hide reflected model name image on tech pages */
.name.reflect{
  display: none;
}
/* Hide news teaser
.teaserNews{
    display: none;
}
*/
/* Hide offer teaser until AMCQ-5720 is fixed */
 .teaser.offers{display: none;}
 
 /* Workaround for AMCQ-5782 */
#models {
    position: absolute;
    top: -100px !important;
}

/* Hide google conversion iframe */
body > iframe:nth-child(1){
    display: none;
}

.countrySelection{
    position: absolute;
    top: 330px;
    left: 580px;
    right: inherit;
}
.countrySelection > h1{
    visibility: hidden;
}
.btns > button{
    color: black;
    background: url('//origin-www2.audi.com/content/dam/ngw/me/icon/arrow-button.png') no-repeat scroll right center #FFF;
}
.x-form-textarea.x-form-field{
  resize: vertical !important; 
}
/* Accomodate performance model names in flyout */
#models .nav{
  width: 200px;
}