/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain) */
/* line 5, app/assets/stylesheets/_reset.sass */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
/* line 26, app/assets/stylesheets/_reset.sass */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 30, app/assets/stylesheets/_reset.sass */
body {
  line-height: 1;
}

/* line 33, app/assets/stylesheets/_reset.sass */
ol, ul {
  list-style: none;
}

/* line 36, app/assets/stylesheets/_reset.sass */
blockquote, q {
  quotes: none;
}

/* line 39, app/assets/stylesheets/_reset.sass */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 44, app/assets/stylesheets/_reset.sass */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 47, app/assets/stylesheets/_reset.sass */
table td, table th, table tr, table thead, table tbody {
  vertical-align: middle;
}

/* AutoScore Colors */
/* SPRITES                                                                        */
/* 1. Enable sprite (use it to set parameters so icon_sprites.png can be used)    */
/* 2. Include the "sprite" mixin, with the following parameters:                  */
/*      $rect           : being the clipping rectangle for the sprite             */
/*      $rect2          : optional rectangle for the "hover" state                */
/*      $offX, $offY    : the positional offset of the sprite in the element      */
/*    Example usage:                                                              */
/*    @include sprite()                                                              */
/* 3. Adjust the clipping of a sprite if needed in another context                */
/* line 1, app/assets/stylesheets/_typography_defaults.sass */
body {
  background-color: #fff;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  font-size: 12px;
  color: #515c5e;
}

/********************************************/
/*            TYPEFACES & FONTS             */
/********************************************/
/* line 12, app/assets/stylesheets/_typography_defaults.sass */
textarea {
  font-family: Verdana, Helvetica, Arial;
}

/* line 15, app/assets/stylesheets/_typography_defaults.sass */
h1, h2, h3 {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  font-weight: bold;
}

/* line 17, app/assets/stylesheets/_typography_defaults.sass */
.button, input[type="submit"], .qtip-title {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}

/* line 20, app/assets/stylesheets/_typography_defaults.sass */
h1 {
  font-size: 2em;
  margin-bottom: 10px;
}

/* line 23, app/assets/stylesheets/_typography_defaults.sass */
h2 {
  font-size: 1.5em;
}

/* line 25, app/assets/stylesheets/_typography_defaults.sass */
h3 {
  font-size: 1.2em;
}

/********************************************/
/* line 32, app/assets/stylesheets/_typography_defaults.sass */
.lead {
  font-size: 1.5em;
  font-style: italic;
}

/******************************************************/
/*              Default AutoScore Styling              */
/*******************************************************/
/* line 7, app/assets/stylesheets/_autoscore.sass */
.score_wrapper .inner span {
  display: none;
}

/* line 9, app/assets/stylesheets/_autoscore.sass */
.score_wrapper.inline {
  display: inline-block;
  vertical-align: middle;
}

/* line 13, app/assets/stylesheets/_autoscore.sass */
.scoreimg span, .score_label_img span, .au_rating_score_and_label span {
  display: none;
}

/* line 23, app/assets/stylesheets/_autoscore.sass */
.scoreimg, .score_label_img {
  width: 81px;
  height: 16px;
  background-repeat: no-repeat;
}

/* line 29, app/assets/stylesheets/_autoscore.sass */
.scoreimg.locale_da, .score_label_img.locale_da {
  background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_small_flat.da-2feba6e3c736f5aca9f810e95ab87fc0923bd2c97c89f3992b791ac02f0d82a1.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 29, app/assets/stylesheets/_autoscore.sass */
  .scoreimg.locale_da, .score_label_img.locale_da {
    background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_small_flat.da@2x-b3c4f4a2ff596da00a7fe0405830b07fb6ae707348e66407537729e7eb6e6ec4.png);
    background-size: 162px 96px;
  }
}

/* line 29, app/assets/stylesheets/_autoscore.sass */
.scoreimg.locale_en, .score_label_img.locale_en {
  background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_small_flat.en-397ea8822692fad5e19a22662c0272a1bc13fa590c7bd5e60cbe90bef0884060.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 29, app/assets/stylesheets/_autoscore.sass */
  .scoreimg.locale_en, .score_label_img.locale_en {
    background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_small_flat.en@2x-0af47dfa222c6e118a8c8eaa2da09e1da0d93e8e7f9db3d164d2aae2904e6d1d.png);
    background-size: 162px 96px;
  }
}

/* line 29, app/assets/stylesheets/_autoscore.sass */
.scoreimg.locale_se, .score_label_img.locale_se {
  background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_small_flat.se-d848a836d12ea5bda3accb450d4409634691011532e57c089fb102185be9eed4.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 29, app/assets/stylesheets/_autoscore.sass */
  .scoreimg.locale_se, .score_label_img.locale_se {
    background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_small_flat.se@2x-1434845405f2dbabcaff9ccd81f0e577df540ae61e3cc74e53c82e81804966b3.png);
    background-size: 162px 96px;
  }
}

/* line 29, app/assets/stylesheets/_autoscore.sass */
.scoreimg.locale_de, .score_label_img.locale_de {
  background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_small_flat.de-ab5f381bc5ba06876ba488d8b2755f0d9c5442a4d0cfe4ee582415ce3f09fa63.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 29, app/assets/stylesheets/_autoscore.sass */
  .scoreimg.locale_de, .score_label_img.locale_de {
    background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_small_flat.de@2x-6b1e42a9aa89218810b432b9796a30b70e260c83a6743e9da907cf37c4d0eced.png);
    background-size: 162px 96px;
  }
}

/* line 29, app/assets/stylesheets/_autoscore.sass */
.scoreimg.locale_it, .score_label_img.locale_it {
  background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_small_flat.it-d3bf6a4417504dffeda1f97b254951f411b74823519db9ab490ee0b8d5eecfaa.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 29, app/assets/stylesheets/_autoscore.sass */
  .scoreimg.locale_it, .score_label_img.locale_it {
    background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_small_flat.it@2x-6d596aaea04da4b1693113a35c3a75d9dc9fe2b2eb6781074aabde44e7a0c6bd.png);
    background-size: 162px 96px;
  }
}

/* line 29, app/assets/stylesheets/_autoscore.sass */
.scoreimg.locale_es, .score_label_img.locale_es {
  background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_small_flat.es-729907381e0d599daf7c74d73fe82ea82e3cefdfe7c8b43f20b3904d4e3f71be.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 29, app/assets/stylesheets/_autoscore.sass */
  .scoreimg.locale_es, .score_label_img.locale_es {
    background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_small_flat.es@2x-a6b734bba3d0dd7f668ce1aecd7f4f16eb3de16e3e403be5ffbd327902fe0f72.png);
    background-size: 162px 96px;
  }
}

/* line 29, app/assets/stylesheets/_autoscore.sass */
.scoreimg.locale_de-AT, .score_label_img.locale_de-AT {
  background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_small_flat.de-AT-ab5f381bc5ba06876ba488d8b2755f0d9c5442a4d0cfe4ee582415ce3f09fa63.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 29, app/assets/stylesheets/_autoscore.sass */
  .scoreimg.locale_de-AT, .score_label_img.locale_de-AT {
    background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_small_flat.de-AT@2x-6b1e42a9aa89218810b432b9796a30b70e260c83a6743e9da907cf37c4d0eced.png);
    background-size: 162px 96px;
  }
}

/* line 29, app/assets/stylesheets/_autoscore.sass */
.scoreimg.locale_pt, .score_label_img.locale_pt {
  background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_small_flat.pt-db361cdb539e1f527158847fc1b691aa506ff2500a9ec44042fca896b77a5540.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 29, app/assets/stylesheets/_autoscore.sass */
  .scoreimg.locale_pt, .score_label_img.locale_pt {
    background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_small_flat.pt@2x-f61a022f1901dfc87891ba9843f310e3a55806a87a19e1bd5ef56dec177d69f0.png);
    background-size: 162px 96px;
  }
}

/* line 29, app/assets/stylesheets/_autoscore.sass */
.scoreimg.locale_pl, .score_label_img.locale_pl {
  background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_small_flat.pl-86099e7e3d20139630df4d74e0788f741aef80d8c8ffa21b38c1a41809f2d766.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 29, app/assets/stylesheets/_autoscore.sass */
  .scoreimg.locale_pl, .score_label_img.locale_pl {
    background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_small_flat.pl@2x-7ed103bd2063eb6976d8532e518012fb9ef4c294d37a99416854fb2c5082d45e.png);
    background-size: 162px 96px;
  }
}

/* line 29, app/assets/stylesheets/_autoscore.sass */
.scoreimg.locale_fi, .score_label_img.locale_fi {
  background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_small_flat.fi-d27982ca85d7899277ffb79ace1fa088ed660c65810d0f9ac2b285553b8d50f2.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 29, app/assets/stylesheets/_autoscore.sass */
  .scoreimg.locale_fi, .score_label_img.locale_fi {
    background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_small_flat.fi@2x-2a56b590533e4dfc5293fac941061cc106dbcc15394c181b4f4c72df6c2b9ace.png);
    background-size: 162px 96px;
  }
}

/* line 29, app/assets/stylesheets/_autoscore.sass */
.scoreimg.locale_ro, .score_label_img.locale_ro {
  background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_small_flat.ro-e329ab889c04335035c4ef4e9840ec64e22ef522a31224cb60e9e9b525517f17.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 29, app/assets/stylesheets/_autoscore.sass */
  .scoreimg.locale_ro, .score_label_img.locale_ro {
    background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_small_flat.ro@2x-045235f08aa4ebed95f778a514b1a875ac57fd5d39306635f774a7b3df395b55.png);
    background-size: 162px 96px;
  }
}

/* line 29, app/assets/stylesheets/_autoscore.sass */
.scoreimg.locale_de-CH, .score_label_img.locale_de-CH {
  background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_small_flat.de-CH-ab5f381bc5ba06876ba488d8b2755f0d9c5442a4d0cfe4ee582415ce3f09fa63.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 29, app/assets/stylesheets/_autoscore.sass */
  .scoreimg.locale_de-CH, .score_label_img.locale_de-CH {
    background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_small_flat.de-CH@2x-6b1e42a9aa89218810b432b9796a30b70e260c83a6743e9da907cf37c4d0eced.png);
    background-size: 162px 96px;
  }
}

/* line 29, app/assets/stylesheets/_autoscore.sass */
.scoreimg.locale_en-GB, .score_label_img.locale_en-GB {
  background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_small_flat.en-GB-397ea8822692fad5e19a22662c0272a1bc13fa590c7bd5e60cbe90bef0884060.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 29, app/assets/stylesheets/_autoscore.sass */
  .scoreimg.locale_en-GB, .score_label_img.locale_en-GB {
    background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_small_flat.en-GB@2x-0af47dfa222c6e118a8c8eaa2da09e1da0d93e8e7f9db3d164d2aae2904e6d1d.png);
    background-size: 162px 96px;
  }
}

/* line 29, app/assets/stylesheets/_autoscore.sass */
.scoreimg.locale_nl-NL, .score_label_img.locale_nl-NL {
  background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_small_flat.nl-NL-787e9a02192f1ec283319e598c87694ea82ef72eaf584c50408b6966474452f8.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 29, app/assets/stylesheets/_autoscore.sass */
  .scoreimg.locale_nl-NL, .score_label_img.locale_nl-NL {
    background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_small_flat.nl-NL@2x-b883459b7a0b6621f307f82404318514829cbe4eaf0a23580211077c373cf9f6.png);
    background-size: 162px 96px;
  }
}

/* line 29, app/assets/stylesheets/_autoscore.sass */
.scoreimg.locale_nl-BE, .score_label_img.locale_nl-BE {
  background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_small_flat.nl-BE-787e9a02192f1ec283319e598c87694ea82ef72eaf584c50408b6966474452f8.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 29, app/assets/stylesheets/_autoscore.sass */
  .scoreimg.locale_nl-BE, .score_label_img.locale_nl-BE {
    background-image: url(//assets.autouncle.com/images/autoscore_labels/labels_and_scores_small_flat.nl-BE@2x.png);
    background-size: 162px 96px;
  }
}

/* line 35, app/assets/stylesheets/_autoscore.sass */
.scoreimg.value5, .score_label_img.value5 {
  background-position: 0 0px;
}

/* line 35, app/assets/stylesheets/_autoscore.sass */
.scoreimg.value4, .score_label_img.value4 {
  background-position: 0 -16px;
}

/* line 35, app/assets/stylesheets/_autoscore.sass */
.scoreimg.value3, .score_label_img.value3 {
  background-position: 0 -32px;
}

/* line 35, app/assets/stylesheets/_autoscore.sass */
.scoreimg.value2, .score_label_img.value2 {
  background-position: 0 -48px;
}

/* line 35, app/assets/stylesheets/_autoscore.sass */
.scoreimg.value1, .score_label_img.value1 {
  background-position: 0 -64px;
}

/* line 35, app/assets/stylesheets/_autoscore.sass */
.scoreimg.value0, .score_label_img.value0 {
  background-position: 0 -80px;
}

/* line 38, app/assets/stylesheets/_autoscore.sass */
.scoreimg.small, .score_label_img.small {
  width: 40px;
  height: 8px;
}

/* line 42, app/assets/stylesheets/_autoscore.sass */
.scoreimg.small.locale_da, .score_label_img.small.locale_da {
  background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_small_flat.da-2feba6e3c736f5aca9f810e95ab87fc0923bd2c97c89f3992b791ac02f0d82a1.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 42, app/assets/stylesheets/_autoscore.sass */
  .scoreimg.small.locale_da, .score_label_img.small.locale_da {
    background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_small_flat.da@2x-b3c4f4a2ff596da00a7fe0405830b07fb6ae707348e66407537729e7eb6e6ec4.png);
    background-size: 80px 48px;
  }
}

/* line 42, app/assets/stylesheets/_autoscore.sass */
.scoreimg.small.locale_en, .score_label_img.small.locale_en {
  background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_small_flat.en-397ea8822692fad5e19a22662c0272a1bc13fa590c7bd5e60cbe90bef0884060.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 42, app/assets/stylesheets/_autoscore.sass */
  .scoreimg.small.locale_en, .score_label_img.small.locale_en {
    background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_small_flat.en@2x-0af47dfa222c6e118a8c8eaa2da09e1da0d93e8e7f9db3d164d2aae2904e6d1d.png);
    background-size: 80px 48px;
  }
}

/* line 42, app/assets/stylesheets/_autoscore.sass */
.scoreimg.small.locale_se, .score_label_img.small.locale_se {
  background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_small_flat.se-d848a836d12ea5bda3accb450d4409634691011532e57c089fb102185be9eed4.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 42, app/assets/stylesheets/_autoscore.sass */
  .scoreimg.small.locale_se, .score_label_img.small.locale_se {
    background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_small_flat.se@2x-1434845405f2dbabcaff9ccd81f0e577df540ae61e3cc74e53c82e81804966b3.png);
    background-size: 80px 48px;
  }
}

/* line 42, app/assets/stylesheets/_autoscore.sass */
.scoreimg.small.locale_de, .score_label_img.small.locale_de {
  background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_small_flat.de-ab5f381bc5ba06876ba488d8b2755f0d9c5442a4d0cfe4ee582415ce3f09fa63.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 42, app/assets/stylesheets/_autoscore.sass */
  .scoreimg.small.locale_de, .score_label_img.small.locale_de {
    background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_small_flat.de@2x-6b1e42a9aa89218810b432b9796a30b70e260c83a6743e9da907cf37c4d0eced.png);
    background-size: 80px 48px;
  }
}

/* line 42, app/assets/stylesheets/_autoscore.sass */
.scoreimg.small.locale_it, .score_label_img.small.locale_it {
  background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_small_flat.it-d3bf6a4417504dffeda1f97b254951f411b74823519db9ab490ee0b8d5eecfaa.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 42, app/assets/stylesheets/_autoscore.sass */
  .scoreimg.small.locale_it, .score_label_img.small.locale_it {
    background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_small_flat.it@2x-6d596aaea04da4b1693113a35c3a75d9dc9fe2b2eb6781074aabde44e7a0c6bd.png);
    background-size: 80px 48px;
  }
}

/* line 42, app/assets/stylesheets/_autoscore.sass */
.scoreimg.small.locale_es, .score_label_img.small.locale_es {
  background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_small_flat.es-729907381e0d599daf7c74d73fe82ea82e3cefdfe7c8b43f20b3904d4e3f71be.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 42, app/assets/stylesheets/_autoscore.sass */
  .scoreimg.small.locale_es, .score_label_img.small.locale_es {
    background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_small_flat.es@2x-a6b734bba3d0dd7f668ce1aecd7f4f16eb3de16e3e403be5ffbd327902fe0f72.png);
    background-size: 80px 48px;
  }
}

/* line 42, app/assets/stylesheets/_autoscore.sass */
.scoreimg.small.locale_de-AT, .score_label_img.small.locale_de-AT {
  background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_small_flat.de-AT-ab5f381bc5ba06876ba488d8b2755f0d9c5442a4d0cfe4ee582415ce3f09fa63.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 42, app/assets/stylesheets/_autoscore.sass */
  .scoreimg.small.locale_de-AT, .score_label_img.small.locale_de-AT {
    background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_small_flat.de-AT@2x-6b1e42a9aa89218810b432b9796a30b70e260c83a6743e9da907cf37c4d0eced.png);
    background-size: 80px 48px;
  }
}

/* line 42, app/assets/stylesheets/_autoscore.sass */
.scoreimg.small.locale_pt, .score_label_img.small.locale_pt {
  background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_small_flat.pt-db361cdb539e1f527158847fc1b691aa506ff2500a9ec44042fca896b77a5540.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 42, app/assets/stylesheets/_autoscore.sass */
  .scoreimg.small.locale_pt, .score_label_img.small.locale_pt {
    background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_small_flat.pt@2x-f61a022f1901dfc87891ba9843f310e3a55806a87a19e1bd5ef56dec177d69f0.png);
    background-size: 80px 48px;
  }
}

/* line 42, app/assets/stylesheets/_autoscore.sass */
.scoreimg.small.locale_pl, .score_label_img.small.locale_pl {
  background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_small_flat.pl-86099e7e3d20139630df4d74e0788f741aef80d8c8ffa21b38c1a41809f2d766.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 42, app/assets/stylesheets/_autoscore.sass */
  .scoreimg.small.locale_pl, .score_label_img.small.locale_pl {
    background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_small_flat.pl@2x-7ed103bd2063eb6976d8532e518012fb9ef4c294d37a99416854fb2c5082d45e.png);
    background-size: 80px 48px;
  }
}

/* line 42, app/assets/stylesheets/_autoscore.sass */
.scoreimg.small.locale_fi, .score_label_img.small.locale_fi {
  background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_small_flat.fi-d27982ca85d7899277ffb79ace1fa088ed660c65810d0f9ac2b285553b8d50f2.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 42, app/assets/stylesheets/_autoscore.sass */
  .scoreimg.small.locale_fi, .score_label_img.small.locale_fi {
    background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_small_flat.fi@2x-2a56b590533e4dfc5293fac941061cc106dbcc15394c181b4f4c72df6c2b9ace.png);
    background-size: 80px 48px;
  }
}

/* line 42, app/assets/stylesheets/_autoscore.sass */
.scoreimg.small.locale_ro, .score_label_img.small.locale_ro {
  background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_small_flat.ro-e329ab889c04335035c4ef4e9840ec64e22ef522a31224cb60e9e9b525517f17.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 42, app/assets/stylesheets/_autoscore.sass */
  .scoreimg.small.locale_ro, .score_label_img.small.locale_ro {
    background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_small_flat.ro@2x-045235f08aa4ebed95f778a514b1a875ac57fd5d39306635f774a7b3df395b55.png);
    background-size: 80px 48px;
  }
}

/* line 42, app/assets/stylesheets/_autoscore.sass */
.scoreimg.small.locale_de-CH, .score_label_img.small.locale_de-CH {
  background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_small_flat.de-CH-ab5f381bc5ba06876ba488d8b2755f0d9c5442a4d0cfe4ee582415ce3f09fa63.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 42, app/assets/stylesheets/_autoscore.sass */
  .scoreimg.small.locale_de-CH, .score_label_img.small.locale_de-CH {
    background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_small_flat.de-CH@2x-6b1e42a9aa89218810b432b9796a30b70e260c83a6743e9da907cf37c4d0eced.png);
    background-size: 80px 48px;
  }
}

/* line 42, app/assets/stylesheets/_autoscore.sass */
.scoreimg.small.locale_en-GB, .score_label_img.small.locale_en-GB {
  background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_small_flat.en-GB-397ea8822692fad5e19a22662c0272a1bc13fa590c7bd5e60cbe90bef0884060.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 42, app/assets/stylesheets/_autoscore.sass */
  .scoreimg.small.locale_en-GB, .score_label_img.small.locale_en-GB {
    background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_small_flat.en-GB@2x-0af47dfa222c6e118a8c8eaa2da09e1da0d93e8e7f9db3d164d2aae2904e6d1d.png);
    background-size: 80px 48px;
  }
}

/* line 42, app/assets/stylesheets/_autoscore.sass */
.scoreimg.small.locale_nl-NL, .score_label_img.small.locale_nl-NL {
  background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_small_flat.nl-NL-787e9a02192f1ec283319e598c87694ea82ef72eaf584c50408b6966474452f8.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 42, app/assets/stylesheets/_autoscore.sass */
  .scoreimg.small.locale_nl-NL, .score_label_img.small.locale_nl-NL {
    background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_small_flat.nl-NL@2x-b883459b7a0b6621f307f82404318514829cbe4eaf0a23580211077c373cf9f6.png);
    background-size: 80px 48px;
  }
}

/* line 42, app/assets/stylesheets/_autoscore.sass */
.scoreimg.small.locale_nl-BE, .score_label_img.small.locale_nl-BE {
  background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_small_flat.nl-BE-787e9a02192f1ec283319e598c87694ea82ef72eaf584c50408b6966474452f8.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 42, app/assets/stylesheets/_autoscore.sass */
  .scoreimg.small.locale_nl-BE, .score_label_img.small.locale_nl-BE {
    background-image: url(//assets.autouncle.com/images/autoscore_labels/labels_and_scores_small_flat.nl-BE@2x.png);
    background-size: 80px 48px;
  }
}

/* line 48, app/assets/stylesheets/_autoscore.sass */
.scoreimg.small.value5, .score_label_img.small.value5 {
  background-position: 0 0px;
}

/* line 48, app/assets/stylesheets/_autoscore.sass */
.scoreimg.small.value4, .score_label_img.small.value4 {
  background-position: 0 -8px;
}

/* line 48, app/assets/stylesheets/_autoscore.sass */
.scoreimg.small.value3, .score_label_img.small.value3 {
  background-position: 0 -16px;
}

/* line 48, app/assets/stylesheets/_autoscore.sass */
.scoreimg.small.value2, .score_label_img.small.value2 {
  background-position: 0 -24px;
}

/* line 48, app/assets/stylesheets/_autoscore.sass */
.scoreimg.small.value1, .score_label_img.small.value1 {
  background-position: 0 -32px;
}

/* line 48, app/assets/stylesheets/_autoscore.sass */
.scoreimg.small.value0, .score_label_img.small.value0 {
  background-position: 0 -40px;
}

/* line 51, app/assets/stylesheets/_autoscore.sass */
.score-flat-responsive {
  background-image: url(//assets.autouncle.com/assets/autoscore_labels/autoscore_scores_new-10845663c5959783add521f3d159b4096ef5ba3c50a8b5b0005638cef31b316e.svg);
  background-size: 100% auto;
  width: 100%;
  height: 0;
  padding-bottom: 20.5479452055%;
}

/* line 57, app/assets/stylesheets/_autoscore.sass */
.score-flat-responsive.value1 {
  background-position: 0 80%;
  background-repeat: no-repeat;
}

/* line 57, app/assets/stylesheets/_autoscore.sass */
.score-flat-responsive.value2 {
  background-position: 0 60%;
  background-repeat: no-repeat;
}

/* line 57, app/assets/stylesheets/_autoscore.sass */
.score-flat-responsive.value3 {
  background-position: 0 40%;
  background-repeat: no-repeat;
}

/* line 57, app/assets/stylesheets/_autoscore.sass */
.score-flat-responsive.value4 {
  background-position: 0 20%;
  background-repeat: no-repeat;
}

/* line 57, app/assets/stylesheets/_autoscore.sass */
.score-flat-responsive.value5 {
  background-position: 0 0%;
  background-repeat: no-repeat;
}

/* line 65, app/assets/stylesheets/_autoscore.sass */
.score_label_img {
  background-position: -81px 0;
}

/* line 69, app/assets/stylesheets/_autoscore.sass */
.score_label_img.value5 {
  background-position: -81px 0px;
}

/* line 69, app/assets/stylesheets/_autoscore.sass */
.score_label_img.value4 {
  background-position: -81px -16px;
}

/* line 69, app/assets/stylesheets/_autoscore.sass */
.score_label_img.value3 {
  background-position: -81px -32px;
}

/* line 69, app/assets/stylesheets/_autoscore.sass */
.score_label_img.value2 {
  background-position: -81px -48px;
}

/* line 69, app/assets/stylesheets/_autoscore.sass */
.score_label_img.value1 {
  background-position: -81px -64px;
}

/* line 69, app/assets/stylesheets/_autoscore.sass */
.score_label_img.value0 {
  background-position: -81px -80px;
}

/* line 75, app/assets/stylesheets/_autoscore.sass */
.au_rating_score_and_label {
  width: 100px;
  height: 45px;
  background-repeat: no-repeat;
}

/* line 81, app/assets/stylesheets/_autoscore.sass */
.au_rating_score_and_label.locale_da {
  background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_flat.da-ada8ff91335e8fe4d69dea96626c3478a718a2b675d9ac51f21cbbf6a6483fe3.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 81, app/assets/stylesheets/_autoscore.sass */
  .au_rating_score_and_label.locale_da {
    background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_flat.da@2x-300573e00c6b2b756bc381633a1a2c5005cf782f996feff392cfb7662ef55fdf.png);
    background-size: 100px 270px;
  }
}

/* line 81, app/assets/stylesheets/_autoscore.sass */
.au_rating_score_and_label.locale_en {
  background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_flat.en-d5021474ab9c5386796bc4166cf004cd782828747222125f6e7c4e306fa9a7e5.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 81, app/assets/stylesheets/_autoscore.sass */
  .au_rating_score_and_label.locale_en {
    background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_flat.en@2x-2647a0d9ada430a05cae825e5e6b2ce286719339afcb3b82bb1eaa41dbab9be6.png);
    background-size: 100px 270px;
  }
}

/* line 81, app/assets/stylesheets/_autoscore.sass */
.au_rating_score_and_label.locale_se {
  background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_flat.se-5219293a64cc3e0d649aeaa9a6c5086549237685fdcc9c7d94394f27d3283ce0.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 81, app/assets/stylesheets/_autoscore.sass */
  .au_rating_score_and_label.locale_se {
    background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_flat.se@2x-7f1da0b251f21681710eebbe1565b4d1475d3615f74e6d78632781959b6a4229.png);
    background-size: 100px 270px;
  }
}

/* line 81, app/assets/stylesheets/_autoscore.sass */
.au_rating_score_and_label.locale_de {
  background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_flat.de-1b6c017206971c1f670db2c65773e5385c0dee9a3779f4be24842d66c3462ac4.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 81, app/assets/stylesheets/_autoscore.sass */
  .au_rating_score_and_label.locale_de {
    background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_flat.de@2x-ea90995e9a8e8a9779649b4fb6554dcddffe8c2a4127d938e925c6d63e22ad23.png);
    background-size: 100px 270px;
  }
}

/* line 81, app/assets/stylesheets/_autoscore.sass */
.au_rating_score_and_label.locale_it {
  background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_flat.it-e1da118f18af187101603a77c4d48476807236937d95004a2e560bcb17468a96.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 81, app/assets/stylesheets/_autoscore.sass */
  .au_rating_score_and_label.locale_it {
    background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_flat.it@2x-1a417d825698b431b88609edac07d31fb6ec822716917effc9d02d914687bcb4.png);
    background-size: 100px 270px;
  }
}

/* line 81, app/assets/stylesheets/_autoscore.sass */
.au_rating_score_and_label.locale_es {
  background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_flat.es-d5a41630991ba968709f1320aafa0cd2c33ab660e05c7a09b212f8e5e97f2fd5.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 81, app/assets/stylesheets/_autoscore.sass */
  .au_rating_score_and_label.locale_es {
    background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_flat.es@2x-f24e97a0c61f77d4beec16f377f5ccabe0820d4dbf7d6db72570eea307bebb98.png);
    background-size: 100px 270px;
  }
}

/* line 81, app/assets/stylesheets/_autoscore.sass */
.au_rating_score_and_label.locale_de-AT {
  background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_flat.de-AT-1b6c017206971c1f670db2c65773e5385c0dee9a3779f4be24842d66c3462ac4.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 81, app/assets/stylesheets/_autoscore.sass */
  .au_rating_score_and_label.locale_de-AT {
    background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_flat.de-AT@2x-ea90995e9a8e8a9779649b4fb6554dcddffe8c2a4127d938e925c6d63e22ad23.png);
    background-size: 100px 270px;
  }
}

/* line 81, app/assets/stylesheets/_autoscore.sass */
.au_rating_score_and_label.locale_pt {
  background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_flat.pt-1f378c35d8a2254192ada6f104a82050800e2a16fba5ab6dcd5155d3c2826e5d.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 81, app/assets/stylesheets/_autoscore.sass */
  .au_rating_score_and_label.locale_pt {
    background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_flat.pt@2x-1423899e7533357b8314f6f8db6f37f9feca7889a992e2a32490b07809d5d3a2.png);
    background-size: 100px 270px;
  }
}

/* line 81, app/assets/stylesheets/_autoscore.sass */
.au_rating_score_and_label.locale_pl {
  background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_flat.pl-20ca179bcebf8aaffd2a49eddd5bef71915a6b14dbd4f9024316137d641ac4ec.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 81, app/assets/stylesheets/_autoscore.sass */
  .au_rating_score_and_label.locale_pl {
    background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_flat.pl@2x-2850f3577520f77ecda817dc60277f07e624db1ae885b81d4ae18afbfe27b41c.png);
    background-size: 100px 270px;
  }
}

/* line 81, app/assets/stylesheets/_autoscore.sass */
.au_rating_score_and_label.locale_fi {
  background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_flat.fi-0d8b4bced2e83119fab1bf150bf618a56c028fffa5bcc3e460284e98eebc9b8d.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 81, app/assets/stylesheets/_autoscore.sass */
  .au_rating_score_and_label.locale_fi {
    background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_flat.fi@2x-4662e267ebad37d6939fb079462bb61f7670a8df113a29e29dc3e06918403075.png);
    background-size: 100px 270px;
  }
}

/* line 81, app/assets/stylesheets/_autoscore.sass */
.au_rating_score_and_label.locale_ro {
  background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_flat.ro-30c419522a2c61c73828c057a41a0c3d1a6f710ea23cc39424b64c9c49d762c3.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 81, app/assets/stylesheets/_autoscore.sass */
  .au_rating_score_and_label.locale_ro {
    background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_flat.ro@2x-54668ad877cc2d6cab497f3a5ad69c5421375f2e660b2942093e03fd69511945.png);
    background-size: 100px 270px;
  }
}

/* line 81, app/assets/stylesheets/_autoscore.sass */
.au_rating_score_and_label.locale_de-CH {
  background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_flat.de-CH-1b6c017206971c1f670db2c65773e5385c0dee9a3779f4be24842d66c3462ac4.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 81, app/assets/stylesheets/_autoscore.sass */
  .au_rating_score_and_label.locale_de-CH {
    background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_flat.de-CH@2x-ea90995e9a8e8a9779649b4fb6554dcddffe8c2a4127d938e925c6d63e22ad23.png);
    background-size: 100px 270px;
  }
}

/* line 81, app/assets/stylesheets/_autoscore.sass */
.au_rating_score_and_label.locale_en-GB {
  background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_flat.en-GB-d5021474ab9c5386796bc4166cf004cd782828747222125f6e7c4e306fa9a7e5.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 81, app/assets/stylesheets/_autoscore.sass */
  .au_rating_score_and_label.locale_en-GB {
    background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_flat.en-GB@2x-2647a0d9ada430a05cae825e5e6b2ce286719339afcb3b82bb1eaa41dbab9be6.png);
    background-size: 100px 270px;
  }
}

/* line 81, app/assets/stylesheets/_autoscore.sass */
.au_rating_score_and_label.locale_nl-NL {
  background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_flat.nl-NL-c5926c65b66c05d87db87108c9508c8650b277b8daec89f72c119c1ade0b5f86.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 81, app/assets/stylesheets/_autoscore.sass */
  .au_rating_score_and_label.locale_nl-NL {
    background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_flat.nl-NL@2x-257707a2e57ef6b7cd9017641ffa97f81b88001d727cc3e862d29f62f6cbd149.png);
    background-size: 100px 270px;
  }
}

/* line 81, app/assets/stylesheets/_autoscore.sass */
.au_rating_score_and_label.locale_nl-BE {
  background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_flat.nl-BE-c5926c65b66c05d87db87108c9508c8650b277b8daec89f72c119c1ade0b5f86.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 81, app/assets/stylesheets/_autoscore.sass */
  .au_rating_score_and_label.locale_nl-BE {
    background-image: url(//assets.autouncle.com/images/autoscore_labels/labels_and_scores_flat.nl-BE@2x.png);
    background-size: 100px 270px;
  }
}

/* line 87, app/assets/stylesheets/_autoscore.sass */
.au_rating_score_and_label.value5 {
  background-position: 0 0px;
}

/* line 87, app/assets/stylesheets/_autoscore.sass */
.au_rating_score_and_label.value4 {
  background-position: 0 -45px;
}

/* line 87, app/assets/stylesheets/_autoscore.sass */
.au_rating_score_and_label.value3 {
  background-position: 0 -90px;
}

/* line 87, app/assets/stylesheets/_autoscore.sass */
.au_rating_score_and_label.value2 {
  background-position: 0 -135px;
}

/* line 87, app/assets/stylesheets/_autoscore.sass */
.au_rating_score_and_label.value1 {
  background-position: 0 -180px;
}

/* line 87, app/assets/stylesheets/_autoscore.sass */
.au_rating_score_and_label.value0 {
  background-position: 0 -225px;
}

/* line 93, app/assets/stylesheets/_autoscore.sass */
.au_rating_score_and_label_small .scoreimg {
  margin-bottom: 4px;
}

/* line 97, app/assets/stylesheets/_autoscore.sass */
.au_rating_label_large {
  width: 100px;
  height: 23px;
  background-repeat: no-repeat;
}

/* line 105, app/assets/stylesheets/_autoscore.sass */
.au_rating_label_large.locale_da {
  background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_flat.da-ada8ff91335e8fe4d69dea96626c3478a718a2b675d9ac51f21cbbf6a6483fe3.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 105, app/assets/stylesheets/_autoscore.sass */
  .au_rating_label_large.locale_da {
    background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_flat.da@2x-300573e00c6b2b756bc381633a1a2c5005cf782f996feff392cfb7662ef55fdf.png);
    background-size: 100px 270px;
  }
}

/* line 105, app/assets/stylesheets/_autoscore.sass */
.au_rating_label_large.locale_en {
  background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_flat.en-d5021474ab9c5386796bc4166cf004cd782828747222125f6e7c4e306fa9a7e5.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 105, app/assets/stylesheets/_autoscore.sass */
  .au_rating_label_large.locale_en {
    background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_flat.en@2x-2647a0d9ada430a05cae825e5e6b2ce286719339afcb3b82bb1eaa41dbab9be6.png);
    background-size: 100px 270px;
  }
}

/* line 105, app/assets/stylesheets/_autoscore.sass */
.au_rating_label_large.locale_se {
  background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_flat.se-5219293a64cc3e0d649aeaa9a6c5086549237685fdcc9c7d94394f27d3283ce0.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 105, app/assets/stylesheets/_autoscore.sass */
  .au_rating_label_large.locale_se {
    background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_flat.se@2x-7f1da0b251f21681710eebbe1565b4d1475d3615f74e6d78632781959b6a4229.png);
    background-size: 100px 270px;
  }
}

/* line 105, app/assets/stylesheets/_autoscore.sass */
.au_rating_label_large.locale_de {
  background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_flat.de-1b6c017206971c1f670db2c65773e5385c0dee9a3779f4be24842d66c3462ac4.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 105, app/assets/stylesheets/_autoscore.sass */
  .au_rating_label_large.locale_de {
    background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_flat.de@2x-ea90995e9a8e8a9779649b4fb6554dcddffe8c2a4127d938e925c6d63e22ad23.png);
    background-size: 100px 270px;
  }
}

/* line 105, app/assets/stylesheets/_autoscore.sass */
.au_rating_label_large.locale_it {
  background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_flat.it-e1da118f18af187101603a77c4d48476807236937d95004a2e560bcb17468a96.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 105, app/assets/stylesheets/_autoscore.sass */
  .au_rating_label_large.locale_it {
    background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_flat.it@2x-1a417d825698b431b88609edac07d31fb6ec822716917effc9d02d914687bcb4.png);
    background-size: 100px 270px;
  }
}

/* line 105, app/assets/stylesheets/_autoscore.sass */
.au_rating_label_large.locale_es {
  background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_flat.es-d5a41630991ba968709f1320aafa0cd2c33ab660e05c7a09b212f8e5e97f2fd5.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 105, app/assets/stylesheets/_autoscore.sass */
  .au_rating_label_large.locale_es {
    background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_flat.es@2x-f24e97a0c61f77d4beec16f377f5ccabe0820d4dbf7d6db72570eea307bebb98.png);
    background-size: 100px 270px;
  }
}

/* line 105, app/assets/stylesheets/_autoscore.sass */
.au_rating_label_large.locale_de-AT {
  background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_flat.de-AT-1b6c017206971c1f670db2c65773e5385c0dee9a3779f4be24842d66c3462ac4.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 105, app/assets/stylesheets/_autoscore.sass */
  .au_rating_label_large.locale_de-AT {
    background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_flat.de-AT@2x-ea90995e9a8e8a9779649b4fb6554dcddffe8c2a4127d938e925c6d63e22ad23.png);
    background-size: 100px 270px;
  }
}

/* line 105, app/assets/stylesheets/_autoscore.sass */
.au_rating_label_large.locale_pt {
  background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_flat.pt-1f378c35d8a2254192ada6f104a82050800e2a16fba5ab6dcd5155d3c2826e5d.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 105, app/assets/stylesheets/_autoscore.sass */
  .au_rating_label_large.locale_pt {
    background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_flat.pt@2x-1423899e7533357b8314f6f8db6f37f9feca7889a992e2a32490b07809d5d3a2.png);
    background-size: 100px 270px;
  }
}

/* line 105, app/assets/stylesheets/_autoscore.sass */
.au_rating_label_large.locale_pl {
  background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_flat.pl-20ca179bcebf8aaffd2a49eddd5bef71915a6b14dbd4f9024316137d641ac4ec.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 105, app/assets/stylesheets/_autoscore.sass */
  .au_rating_label_large.locale_pl {
    background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_flat.pl@2x-2850f3577520f77ecda817dc60277f07e624db1ae885b81d4ae18afbfe27b41c.png);
    background-size: 100px 270px;
  }
}

/* line 105, app/assets/stylesheets/_autoscore.sass */
.au_rating_label_large.locale_fi {
  background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_flat.fi-0d8b4bced2e83119fab1bf150bf618a56c028fffa5bcc3e460284e98eebc9b8d.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 105, app/assets/stylesheets/_autoscore.sass */
  .au_rating_label_large.locale_fi {
    background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_flat.fi@2x-4662e267ebad37d6939fb079462bb61f7670a8df113a29e29dc3e06918403075.png);
    background-size: 100px 270px;
  }
}

/* line 105, app/assets/stylesheets/_autoscore.sass */
.au_rating_label_large.locale_ro {
  background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_flat.ro-30c419522a2c61c73828c057a41a0c3d1a6f710ea23cc39424b64c9c49d762c3.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 105, app/assets/stylesheets/_autoscore.sass */
  .au_rating_label_large.locale_ro {
    background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_flat.ro@2x-54668ad877cc2d6cab497f3a5ad69c5421375f2e660b2942093e03fd69511945.png);
    background-size: 100px 270px;
  }
}

/* line 105, app/assets/stylesheets/_autoscore.sass */
.au_rating_label_large.locale_de-CH {
  background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_flat.de-CH-1b6c017206971c1f670db2c65773e5385c0dee9a3779f4be24842d66c3462ac4.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 105, app/assets/stylesheets/_autoscore.sass */
  .au_rating_label_large.locale_de-CH {
    background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_flat.de-CH@2x-ea90995e9a8e8a9779649b4fb6554dcddffe8c2a4127d938e925c6d63e22ad23.png);
    background-size: 100px 270px;
  }
}

/* line 105, app/assets/stylesheets/_autoscore.sass */
.au_rating_label_large.locale_en-GB {
  background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_flat.en-GB-d5021474ab9c5386796bc4166cf004cd782828747222125f6e7c4e306fa9a7e5.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 105, app/assets/stylesheets/_autoscore.sass */
  .au_rating_label_large.locale_en-GB {
    background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_flat.en-GB@2x-2647a0d9ada430a05cae825e5e6b2ce286719339afcb3b82bb1eaa41dbab9be6.png);
    background-size: 100px 270px;
  }
}

/* line 105, app/assets/stylesheets/_autoscore.sass */
.au_rating_label_large.locale_nl-NL {
  background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_flat.nl-NL-c5926c65b66c05d87db87108c9508c8650b277b8daec89f72c119c1ade0b5f86.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 105, app/assets/stylesheets/_autoscore.sass */
  .au_rating_label_large.locale_nl-NL {
    background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_flat.nl-NL@2x-257707a2e57ef6b7cd9017641ffa97f81b88001d727cc3e862d29f62f6cbd149.png);
    background-size: 100px 270px;
  }
}

/* line 105, app/assets/stylesheets/_autoscore.sass */
.au_rating_label_large.locale_nl-BE {
  background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_flat.nl-BE-c5926c65b66c05d87db87108c9508c8650b277b8daec89f72c119c1ade0b5f86.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 105, app/assets/stylesheets/_autoscore.sass */
  .au_rating_label_large.locale_nl-BE {
    background-image: url(//assets.autouncle.com/images/autoscore_labels/labels_and_scores_flat.nl-BE@2x.png);
    background-size: 100px 270px;
  }
}

/* line 111, app/assets/stylesheets/_autoscore.sass */
.au_rating_label_large.value5 {
  background-position: 0 -22px;
}

/* line 111, app/assets/stylesheets/_autoscore.sass */
.au_rating_label_large.value4 {
  background-position: 0 -67px;
}

/* line 111, app/assets/stylesheets/_autoscore.sass */
.au_rating_label_large.value3 {
  background-position: 0 -112px;
}

/* line 111, app/assets/stylesheets/_autoscore.sass */
.au_rating_label_large.value2 {
  background-position: 0 -157px;
}

/* line 111, app/assets/stylesheets/_autoscore.sass */
.au_rating_label_large.value1 {
  background-position: 0 -202px;
}

/* line 111, app/assets/stylesheets/_autoscore.sass */
.au_rating_label_large.value0 {
  background-position: 0 -247px;
}

/* line 115, app/assets/stylesheets/_autoscore.sass */
.au_rating_score_large {
  width: 100px;
  height: 23px;
  background-repeat: no-repeat;
}

/* line 123, app/assets/stylesheets/_autoscore.sass */
.au_rating_score_large.locale_da {
  background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_flat.da-ada8ff91335e8fe4d69dea96626c3478a718a2b675d9ac51f21cbbf6a6483fe3.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 123, app/assets/stylesheets/_autoscore.sass */
  .au_rating_score_large.locale_da {
    background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_flat.da@2x-300573e00c6b2b756bc381633a1a2c5005cf782f996feff392cfb7662ef55fdf.png);
    background-size: 100px 270px;
  }
}

/* line 123, app/assets/stylesheets/_autoscore.sass */
.au_rating_score_large.locale_en {
  background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_flat.en-d5021474ab9c5386796bc4166cf004cd782828747222125f6e7c4e306fa9a7e5.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 123, app/assets/stylesheets/_autoscore.sass */
  .au_rating_score_large.locale_en {
    background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_flat.en@2x-2647a0d9ada430a05cae825e5e6b2ce286719339afcb3b82bb1eaa41dbab9be6.png);
    background-size: 100px 270px;
  }
}

/* line 123, app/assets/stylesheets/_autoscore.sass */
.au_rating_score_large.locale_se {
  background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_flat.se-5219293a64cc3e0d649aeaa9a6c5086549237685fdcc9c7d94394f27d3283ce0.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 123, app/assets/stylesheets/_autoscore.sass */
  .au_rating_score_large.locale_se {
    background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_flat.se@2x-7f1da0b251f21681710eebbe1565b4d1475d3615f74e6d78632781959b6a4229.png);
    background-size: 100px 270px;
  }
}

/* line 123, app/assets/stylesheets/_autoscore.sass */
.au_rating_score_large.locale_de {
  background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_flat.de-1b6c017206971c1f670db2c65773e5385c0dee9a3779f4be24842d66c3462ac4.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 123, app/assets/stylesheets/_autoscore.sass */
  .au_rating_score_large.locale_de {
    background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_flat.de@2x-ea90995e9a8e8a9779649b4fb6554dcddffe8c2a4127d938e925c6d63e22ad23.png);
    background-size: 100px 270px;
  }
}

/* line 123, app/assets/stylesheets/_autoscore.sass */
.au_rating_score_large.locale_it {
  background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_flat.it-e1da118f18af187101603a77c4d48476807236937d95004a2e560bcb17468a96.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 123, app/assets/stylesheets/_autoscore.sass */
  .au_rating_score_large.locale_it {
    background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_flat.it@2x-1a417d825698b431b88609edac07d31fb6ec822716917effc9d02d914687bcb4.png);
    background-size: 100px 270px;
  }
}

/* line 123, app/assets/stylesheets/_autoscore.sass */
.au_rating_score_large.locale_es {
  background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_flat.es-d5a41630991ba968709f1320aafa0cd2c33ab660e05c7a09b212f8e5e97f2fd5.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 123, app/assets/stylesheets/_autoscore.sass */
  .au_rating_score_large.locale_es {
    background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_flat.es@2x-f24e97a0c61f77d4beec16f377f5ccabe0820d4dbf7d6db72570eea307bebb98.png);
    background-size: 100px 270px;
  }
}

/* line 123, app/assets/stylesheets/_autoscore.sass */
.au_rating_score_large.locale_de-AT {
  background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_flat.de-AT-1b6c017206971c1f670db2c65773e5385c0dee9a3779f4be24842d66c3462ac4.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 123, app/assets/stylesheets/_autoscore.sass */
  .au_rating_score_large.locale_de-AT {
    background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_flat.de-AT@2x-ea90995e9a8e8a9779649b4fb6554dcddffe8c2a4127d938e925c6d63e22ad23.png);
    background-size: 100px 270px;
  }
}

/* line 123, app/assets/stylesheets/_autoscore.sass */
.au_rating_score_large.locale_pt {
  background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_flat.pt-1f378c35d8a2254192ada6f104a82050800e2a16fba5ab6dcd5155d3c2826e5d.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 123, app/assets/stylesheets/_autoscore.sass */
  .au_rating_score_large.locale_pt {
    background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_flat.pt@2x-1423899e7533357b8314f6f8db6f37f9feca7889a992e2a32490b07809d5d3a2.png);
    background-size: 100px 270px;
  }
}

/* line 123, app/assets/stylesheets/_autoscore.sass */
.au_rating_score_large.locale_pl {
  background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_flat.pl-20ca179bcebf8aaffd2a49eddd5bef71915a6b14dbd4f9024316137d641ac4ec.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 123, app/assets/stylesheets/_autoscore.sass */
  .au_rating_score_large.locale_pl {
    background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_flat.pl@2x-2850f3577520f77ecda817dc60277f07e624db1ae885b81d4ae18afbfe27b41c.png);
    background-size: 100px 270px;
  }
}

/* line 123, app/assets/stylesheets/_autoscore.sass */
.au_rating_score_large.locale_fi {
  background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_flat.fi-0d8b4bced2e83119fab1bf150bf618a56c028fffa5bcc3e460284e98eebc9b8d.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 123, app/assets/stylesheets/_autoscore.sass */
  .au_rating_score_large.locale_fi {
    background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_flat.fi@2x-4662e267ebad37d6939fb079462bb61f7670a8df113a29e29dc3e06918403075.png);
    background-size: 100px 270px;
  }
}

/* line 123, app/assets/stylesheets/_autoscore.sass */
.au_rating_score_large.locale_ro {
  background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_flat.ro-30c419522a2c61c73828c057a41a0c3d1a6f710ea23cc39424b64c9c49d762c3.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 123, app/assets/stylesheets/_autoscore.sass */
  .au_rating_score_large.locale_ro {
    background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_flat.ro@2x-54668ad877cc2d6cab497f3a5ad69c5421375f2e660b2942093e03fd69511945.png);
    background-size: 100px 270px;
  }
}

/* line 123, app/assets/stylesheets/_autoscore.sass */
.au_rating_score_large.locale_de-CH {
  background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_flat.de-CH-1b6c017206971c1f670db2c65773e5385c0dee9a3779f4be24842d66c3462ac4.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 123, app/assets/stylesheets/_autoscore.sass */
  .au_rating_score_large.locale_de-CH {
    background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_flat.de-CH@2x-ea90995e9a8e8a9779649b4fb6554dcddffe8c2a4127d938e925c6d63e22ad23.png);
    background-size: 100px 270px;
  }
}

/* line 123, app/assets/stylesheets/_autoscore.sass */
.au_rating_score_large.locale_en-GB {
  background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_flat.en-GB-d5021474ab9c5386796bc4166cf004cd782828747222125f6e7c4e306fa9a7e5.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 123, app/assets/stylesheets/_autoscore.sass */
  .au_rating_score_large.locale_en-GB {
    background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_flat.en-GB@2x-2647a0d9ada430a05cae825e5e6b2ce286719339afcb3b82bb1eaa41dbab9be6.png);
    background-size: 100px 270px;
  }
}

/* line 123, app/assets/stylesheets/_autoscore.sass */
.au_rating_score_large.locale_nl-NL {
  background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_flat.nl-NL-c5926c65b66c05d87db87108c9508c8650b277b8daec89f72c119c1ade0b5f86.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 123, app/assets/stylesheets/_autoscore.sass */
  .au_rating_score_large.locale_nl-NL {
    background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_flat.nl-NL@2x-257707a2e57ef6b7cd9017641ffa97f81b88001d727cc3e862d29f62f6cbd149.png);
    background-size: 100px 270px;
  }
}

/* line 123, app/assets/stylesheets/_autoscore.sass */
.au_rating_score_large.locale_nl-BE {
  background-image: url(//assets.autouncle.com/assets/autoscore_labels/labels_and_scores_flat.nl-BE-c5926c65b66c05d87db87108c9508c8650b277b8daec89f72c119c1ade0b5f86.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 123, app/assets/stylesheets/_autoscore.sass */
  .au_rating_score_large.locale_nl-BE {
    background-image: url(//assets.autouncle.com/images/autoscore_labels/labels_and_scores_flat.nl-BE@2x.png);
    background-size: 100px 270px;
  }
}

/* line 129, app/assets/stylesheets/_autoscore.sass */
.au_rating_score_large.value5 {
  background-position: 0 0px;
}

/* line 129, app/assets/stylesheets/_autoscore.sass */
.au_rating_score_large.value4 {
  background-position: 0 -45px;
}

/* line 129, app/assets/stylesheets/_autoscore.sass */
.au_rating_score_large.value3 {
  background-position: 0 -90px;
}

/* line 129, app/assets/stylesheets/_autoscore.sass */
.au_rating_score_large.value2 {
  background-position: 0 -135px;
}

/* line 129, app/assets/stylesheets/_autoscore.sass */
.au_rating_score_large.value1 {
  background-position: 0 -180px;
}

/* line 129, app/assets/stylesheets/_autoscore.sass */
.au_rating_score_large.value0 {
  background-position: 0 -225px;
}

/* line 132, app/assets/stylesheets/_autoscore.sass */
.au-rating-score-flat {
  background-image: url(//assets.autouncle.com/assets/autoscore_labels/autoscore_scores_new-10845663c5959783add521f3d159b4096ef5ba3c50a8b5b0005638cef31b316e.svg);
  background-size: 100% auto;
}

/* line 135, app/assets/stylesheets/_autoscore.sass */
html.no-svg .au-rating-score-flat {
  background-image: url(//assets.autouncle.com/assets/autoscore_labels/autoscore_scores_new-d88c6fcbc3c93a4f8b9ab86394525de74a1da6ddf304a35a65be5724553ec8ce.png);
}

/* line 140, app/assets/stylesheets/_autoscore.sass */
.au-rating-score-flat.value0 {
  background-position: 0 100%;
  background-repeat: no-repeat;
}

/* line 140, app/assets/stylesheets/_autoscore.sass */
.au-rating-score-flat.value1 {
  background-position: 0 80%;
  background-repeat: no-repeat;
}

/* line 140, app/assets/stylesheets/_autoscore.sass */
.au-rating-score-flat.value2 {
  background-position: 0 60%;
  background-repeat: no-repeat;
}

/* line 140, app/assets/stylesheets/_autoscore.sass */
.au-rating-score-flat.value3 {
  background-position: 0 40%;
  background-repeat: no-repeat;
}

/* line 140, app/assets/stylesheets/_autoscore.sass */
.au-rating-score-flat.value4 {
  background-position: 0 20%;
  background-repeat: no-repeat;
}

/* line 140, app/assets/stylesheets/_autoscore.sass */
.au-rating-score-flat.value5 {
  background-position: 0 0%;
  background-repeat: no-repeat;
}

/* line 143, app/assets/stylesheets/_autoscore.sass */
.au-rating-score-flat.size144px {
  width: 144px;
  height: 26px;
}

/* line 146, app/assets/stylesheets/_autoscore.sass */
.au-rating-score-flat.size72px {
  width: 72px;
  height: 14.7945205479px;
}

/* line 149, app/assets/stylesheets/_autoscore.sass */
.au-rating-score-flat.size83px {
  width: 83px;
  height: 17.0547945205px;
}

/* line 150, app/assets/stylesheets/_autoscore.sass */
html.no-svg .au-rating-score-flat.size83px {
  background-image: url(//assets.autouncle.com/assets/autoscore_labels/autoscore_scores_new_83px-cd8b0c84814f0d21514f193484eddb743e425fbd4921406e62382d4fd56815d4.png);
}

/* line 156, app/assets/stylesheets/_autoscore.sass */
.au-rating-label-flat {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  white-space: nowrap;
}

/* line 162, app/assets/stylesheets/_autoscore.sass */
.au-rating-label-flat.value0 {
  color: #d4e3f5;
}

/* line 162, app/assets/stylesheets/_autoscore.sass */
.au-rating-label-flat.value1 {
  color: #a50600;
}

/* line 162, app/assets/stylesheets/_autoscore.sass */
.au-rating-label-flat.value2 {
  color: #9a6700;
}

/* line 162, app/assets/stylesheets/_autoscore.sass */
.au-rating-label-flat.value3 {
  color: #00838a;
}

/* line 162, app/assets/stylesheets/_autoscore.sass */
.au-rating-label-flat.value4 {
  color: #4d7d00;
}

/* line 162, app/assets/stylesheets/_autoscore.sass */
.au-rating-label-flat.value5 {
  color: #0a8020;
}

/* line 164, app/assets/stylesheets/_autoscore.sass */
.au-rating-label-flat.locale_de.value2, .au-rating-label-flat.locale_de-AT.value2, .au-rating-label-flat.locale_de-CH.value2, .au-rating-label-flat.locale_it.value4 {
  font-size: 11px;
}

/* line 167, app/assets/stylesheets/_autoscore.sass */
.au-rating-label-flat.small {
  font-size: 10px;
}

/* line 170, app/assets/stylesheets/_autoscore.sass */
.au-rating-score-and-label-flat {
  text-align: center;
}

/* line 171, app/assets/stylesheets/_autoscore.sass */
.au-rating-score-and-label-flat .au-rating-score-flat, .au-rating-score-and-label-flat .au-rating-label-flat {
  display: inline-block;
  vertical-align: middle;
}

/* line 180, app/assets/stylesheets/_autoscore.sass */
.score-label-light--wrapper {
  text-align: center;
  line-height: normal;
}

/* line 183, app/assets/stylesheets/_autoscore.sass */
.score-label-light--label {
  display: block;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 3px;
}

/* line 189, app/assets/stylesheets/_autoscore.sass */
.score-label-light--label.value5 {
  color: #0a8020;
}

/* line 189, app/assets/stylesheets/_autoscore.sass */
.score-label-light--label.value4 {
  color: #4d7d00;
}

/* line 189, app/assets/stylesheets/_autoscore.sass */
.score-label-light--label.value3 {
  color: #00838a;
}

/* line 189, app/assets/stylesheets/_autoscore.sass */
.score-label-light--label.value2 {
  color: #9a6700;
}

/* line 189, app/assets/stylesheets/_autoscore.sass */
.score-label-light--label.value1 {
  color: #a50600;
}

/* line 189, app/assets/stylesheets/_autoscore.sass */
.score-label-light--label.value0 {
  color: #d4e3f5;
}

/* line 191, app/assets/stylesheets/_autoscore.sass */
.score-label-light--score {
  width: 82px;
  height: 15px;
  display: inline-block;
  background-image: url(//assets.autouncle.com/assets/new_listing/autoscore_scores-54fe93bdcc9a268f503d5520668652564bcad24680665a39fcdd5496ee435132.png);
  background-repeat: no-repeat;
}

/* line 199, app/assets/stylesheets/_autoscore.sass */
.score-label-light--score.value5 {
  background-position: 0 0px;
}

/* line 199, app/assets/stylesheets/_autoscore.sass */
.score-label-light--score.value4 {
  background-position: 0 -15px;
}

/* line 199, app/assets/stylesheets/_autoscore.sass */
.score-label-light--score.value3 {
  background-position: 0 -30px;
}

/* line 199, app/assets/stylesheets/_autoscore.sass */
.score-label-light--score.value2 {
  background-position: 0 -45px;
}

/* line 199, app/assets/stylesheets/_autoscore.sass */
.score-label-light--score.value1 {
  background-position: 0 -60px;
}

/* line 199, app/assets/stylesheets/_autoscore.sass */
.score-label-light--score.value0 {
  background-position: 0 -75px;
}

/* line 8, app/assets/stylesheets/components/_box_containers.sass */
.box-container--bordered-rounded {
  border: 1px solid #edeae6;
  border-radius: 5px;
  background-color: white;
  color: #515c5e;
}

/* line 14, app/assets/stylesheets/components/_box_containers.sass */
.box-container--transparent {
  background-color: transparent;
}

/* line 17, app/assets/stylesheets/components/_box_containers.sass */
.box-container--dark {
  background-color: transparent;
  border-color: #525252;
  color: #d0d0d0;
}

/* line 22, app/assets/stylesheets/components/_box_containers.sass */
.box-container--background-fill {
  background-color: #F7F7F7;
}

/* line 25, app/assets/stylesheets/components/_box_containers.sass */
.box-container--padded {
  padding: 18px;
}

/* line 31, app/assets/stylesheets/components/_box_containers.sass */
.box-container__text-accent {
  color: #307787;
}

/* line 37, app/assets/stylesheets/components/_box_containers.sass */
.box-container__bottom-panel {
  border-bottom: 1px solid #edeae6;
  border-left: 1px solid #edeae6;
  border-right: 1px solid #edeae6;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #f9f9f9;
}

/* line 43, app/assets/stylesheets/components/_box_containers.sass */
.box-container__bottom-panel--dark {
  color: #d0d0d0;
  border-color: #525252;
  background-color: rgba(255, 255, 255, 0.1);
}

/* line 47, app/assets/stylesheets/components/_box_containers.sass */
.box-container__bottom-panel--transparent {
  background-color: transparent;
}

/* line 51, app/assets/stylesheets/components/_box_containers.sass */
.box-container__bottom-panel--with-hover:hover {
  background-color: #f6f3ef;
}

/* line 54, app/assets/stylesheets/components/_box_containers.sass */
.box-container__bottom-panel--dark.box-container__bottom-panel--with-hover:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

/* line 20, ../../shared/bundle/ruby/3.4.0/gems/bourbon-7.3.0/core/bourbon/library/_clearfix.scss */
.graphic-car-label::after {
  clear: both;
  content: "";
  display: block;
}

/* line 4, app/assets/stylesheets/components/_graphic_car_label.sass */
.graphic-car-label .graphic-car-label__graphic {
  max-width: 100%;
}

/* line 7, app/assets/stylesheets/components/_graphic_car_label.sass */
.graphic-car-label--tall {
  padding: 2px 4px;
  text-align: center;
  line-height: 1.6;
  vertical-align: middle;
  display: inline-block;
  width: 82px;
}

/* line 14, app/assets/stylesheets/components/_graphic_car_label.sass */
.graphic-car-label--tall .graphic-car-label__graphic {
  width: 61px;
}

/* line 16, app/assets/stylesheets/components/_graphic_car_label.sass */
.graphic-car-label--tall .graphic-car-label__heading {
  font-size: 12px;
}

/* line 18, app/assets/stylesheets/components/_graphic_car_label.sass */
.graphic-car-label--tall .graphic-car-label__content {
  line-height: 1;
}

/* line 22, app/assets/stylesheets/components/_graphic_car_label.sass */
.graphic-car-label--wide .graphic-car-label__content, .graphic-car-label--wider_no_border .graphic-car-label__content {
  padding: 10px 10px 4px 4px;
  text-align: right;
}

/* line 25, app/assets/stylesheets/components/_graphic_car_label.sass */
.graphic-car-label--wide .graphic-car-label__graphic, .graphic-car-label--wider_no_border .graphic-car-label__graphic {
  float: left;
  padding: 4px 4px 3px 10px;
}

/* line 28, app/assets/stylesheets/components/_graphic_car_label.sass */
.graphic-car-label--wide .graphic-car-label__heading, .graphic-car-label--wider_no_border .graphic-car-label__heading {
  font-size: 15px;
}

/* line 30, app/assets/stylesheets/components/_graphic_car_label.sass */
.graphic-car-label--wide .graphic-car-label__heading b, .graphic-car-label--wider_no_border .graphic-car-label__heading b {
  font-weight: normal;
}

/* line 33, app/assets/stylesheets/components/_graphic_car_label.sass */
.graphic-car-label .au-logo--tiny-no-shadow {
  height: 7px;
}

/* line 10, app/assets/stylesheets/widgets/car_ratings_widget.sass */
body {
  font-family: 'Helvetica', 'Arial', sans-serif;
  background-color: transparent;
  color: #515c5e;
}

/* line 63, app/assets/stylesheets/widgets/car_ratings_widget.sass */
.widget {
  display: block;
  overflow: hidden;
  text-decoration: none;
}

/* line 67, app/assets/stylesheets/widgets/car_ratings_widget.sass */
.widget--wide {
  min-width: 208px;
}

/* line 42, app/assets/stylesheets/widgets/car_ratings_widget.sass */
.widget--wide .price_rating {
  float: left;
  padding: 4px 0 5px 4px;
}

/* line 20, ../../shared/bundle/ruby/3.4.0/gems/bourbon-7.3.0/core/bourbon/library/_clearfix.scss */
.widget--wide .price_rating::after {
  clear: both;
  content: "";
  display: block;
}

/* line 46, app/assets/stylesheets/widgets/car_ratings_widget.sass */
.widget--wide .byline {
  float: right;
  padding: 8px 4px 0 0;
  vertical-align: middle;
}

/* line 50, app/assets/stylesheets/widgets/car_ratings_widget.sass */
.widget--wide .logo_tiny {
  margin-top: 7px;
  width: 110px;
}

/* line 53, app/assets/stylesheets/widgets/car_ratings_widget.sass */
.widget--wide .widget__text-message {
  padding: 6px 4px;
}

/* line 69, app/assets/stylesheets/widgets/car_ratings_widget.sass */
.widget--tall {
  max-width: 90px;
  height: 70px;
  line-height: 70px;
}

/* line 22, app/assets/stylesheets/widgets/car_ratings_widget.sass */
.widget--tall .price_rating {
  padding: 4px;
}

/* line 20, ../../shared/bundle/ruby/3.4.0/gems/bourbon-7.3.0/core/bourbon/library/_clearfix.scss */
.widget--tall .price_rating::after {
  clear: both;
  content: "";
  display: block;
}

/* line 25, app/assets/stylesheets/widgets/car_ratings_widget.sass */
.widget--tall .price_rating .au_rating_score_and_label_small {
  float: right;
}

/* line 27, app/assets/stylesheets/widgets/car_ratings_widget.sass */
.widget--tall .byline {
  padding: 0 4px 4px;
  line-height: 1;
}

/* line 30, app/assets/stylesheets/widgets/car_ratings_widget.sass */
.widget--tall .logo_tiny {
  width: 100%;
  margin-top: 2px;
}

/* line 33, app/assets/stylesheets/widgets/car_ratings_widget.sass */
.widget--tall .widget__text-message {
  font-size: 12px;
  line-height: 1.3;
  padding: 7px 4px 7px;
  vertical-align: middle;
  display: inline-block;
}

/* line 71, app/assets/stylesheets/widgets/car_ratings_widget.sass */
.widget--tall_smaller {
  border: none;
  border-radius: 0px;
}

/* line 74, app/assets/stylesheets/widgets/car_ratings_widget.sass */
.widget--tall_smaller .logo_tiny {
  width: 96%;
  margin-top: 0;
}

/* line 78, app/assets/stylesheets/widgets/car_ratings_widget.sass */
.widget--tall_smaller .price_rating img {
  width: 73px;
}

/* line 80, app/assets/stylesheets/widgets/car_ratings_widget.sass */
.widget--with-rating-explanation {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

/* line 82, app/assets/stylesheets/widgets/car_ratings_widget.sass */
.widget--tall_no_border {
  max-width: 90px;
  height: 70px;
  line-height: 70px;
  border: none;
  border-radius: 0px;
}

/* line 22, app/assets/stylesheets/widgets/car_ratings_widget.sass */
.widget--tall_no_border .price_rating {
  padding: 4px;
}

/* line 20, ../../shared/bundle/ruby/3.4.0/gems/bourbon-7.3.0/core/bourbon/library/_clearfix.scss */
.widget--tall_no_border .price_rating::after {
  clear: both;
  content: "";
  display: block;
}

/* line 25, app/assets/stylesheets/widgets/car_ratings_widget.sass */
.widget--tall_no_border .price_rating .au_rating_score_and_label_small {
  float: right;
}

/* line 27, app/assets/stylesheets/widgets/car_ratings_widget.sass */
.widget--tall_no_border .byline {
  padding: 0 4px 4px;
  line-height: 1;
}

/* line 30, app/assets/stylesheets/widgets/car_ratings_widget.sass */
.widget--tall_no_border .logo_tiny {
  width: 100%;
  margin-top: 2px;
}

/* line 33, app/assets/stylesheets/widgets/car_ratings_widget.sass */
.widget--tall_no_border .widget__text-message {
  font-size: 12px;
  line-height: 1.3;
  padding: 7px 4px 7px;
  vertical-align: middle;
  display: inline-block;
}

/* line 86, app/assets/stylesheets/widgets/car_ratings_widget.sass */
.widget--wide_no_border {
  min-width: 208px;
  border: none;
  border-radius: 0px;
}

/* line 42, app/assets/stylesheets/widgets/car_ratings_widget.sass */
.widget--wide_no_border .price_rating {
  float: left;
  padding: 4px 0 5px 4px;
}

/* line 20, ../../shared/bundle/ruby/3.4.0/gems/bourbon-7.3.0/core/bourbon/library/_clearfix.scss */
.widget--wide_no_border .price_rating::after {
  clear: both;
  content: "";
  display: block;
}

/* line 46, app/assets/stylesheets/widgets/car_ratings_widget.sass */
.widget--wide_no_border .byline {
  float: right;
  padding: 8px 4px 0 0;
  vertical-align: middle;
}

/* line 50, app/assets/stylesheets/widgets/car_ratings_widget.sass */
.widget--wide_no_border .logo_tiny {
  margin-top: 7px;
  width: 110px;
}

/* line 53, app/assets/stylesheets/widgets/car_ratings_widget.sass */
.widget--wide_no_border .widget__text-message {
  padding: 6px 4px;
}

/* line 90, app/assets/stylesheets/widgets/car_ratings_widget.sass */
.widget--wider_no_border {
  min-width: 208px;
  border: none;
  border-radius: 0px;
  float: left;
}

/* line 42, app/assets/stylesheets/widgets/car_ratings_widget.sass */
.widget--wider_no_border .price_rating {
  float: left;
  padding: 4px 0 5px 4px;
}

/* line 20, ../../shared/bundle/ruby/3.4.0/gems/bourbon-7.3.0/core/bourbon/library/_clearfix.scss */
.widget--wider_no_border .price_rating::after {
  clear: both;
  content: "";
  display: block;
}

/* line 46, app/assets/stylesheets/widgets/car_ratings_widget.sass */
.widget--wider_no_border .byline {
  float: right;
  padding: 8px 4px 0 0;
  vertical-align: middle;
}

/* line 50, app/assets/stylesheets/widgets/car_ratings_widget.sass */
.widget--wider_no_border .logo_tiny {
  margin-top: 7px;
  width: 110px;
}

/* line 53, app/assets/stylesheets/widgets/car_ratings_widget.sass */
.widget--wider_no_border .widget__text-message {
  padding: 6px 4px;
}

/* line 95, app/assets/stylesheets/widgets/car_ratings_widget.sass */
.widget--wider_no_border .byline {
  float: left;
  margin-right: 10px;
  margin-left: 4px;
}

/* line 99, app/assets/stylesheets/widgets/car_ratings_widget.sass */
.widget--minimal_look {
  max-width: 145px;
  width: auto;
  border: none;
  background: transparent;
  border-radius: 0px;
}

/* line 101, app/assets/stylesheets/widgets/car_ratings_widget.sass */
.widget--minimal_look .au-rating-score-flat {
  margin: auto;
  margin-bottom: 5px;
}

/* line 104, app/assets/stylesheets/widgets/car_ratings_widget.sass */
.widget--minimal_look .logo_tiny {
  width: 80%;
  margin-top: 0;
}

/* line 108, app/assets/stylesheets/widgets/car_ratings_widget.sass */
.widget .price_rating {
  position: relative;
  z-index: 2;
}

/* line 111, app/assets/stylesheets/widgets/car_ratings_widget.sass */
.widget .price_rating .au_rating_score_and_label_small {
  box-sizing: border-box;
  width: 82px;
}

/* line 114, app/assets/stylesheets/widgets/car_ratings_widget.sass */
.widget .byline {
  color: #b9b7b5;
  position: relative;
  text-align: center;
  z-index: 1;
}

/* line 119, app/assets/stylesheets/widgets/car_ratings_widget.sass */
.widget .widget__text-message {
  text-align: center;
}

/* line 121, app/assets/stylesheets/widgets/car_ratings_widget.sass */
.widget .widget__text-message b {
  font-weight: bold;
}

/* line 124, app/assets/stylesheets/widgets/car_ratings_widget.sass */
.embedded-rating-explanation-button {
  display: block;
  text-align: center;
  font-size: 11px;
  padding: 1px;
  text-decoration: none;
}

/* line 130, app/assets/stylesheets/widgets/car_ratings_widget.sass */
.embedded-rating-explanation-button i, .embedded-rating-explanation-button span {
  vertical-align: middle;
}

/* line 132, app/assets/stylesheets/widgets/car_ratings_widget.sass */
.embedded-rating-explanation-button i.ic-chevron-right-blue-14px {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(//assets.autouncle.com/assets/ic_chevron_right_blue_14px-fa6cc44973bbe234c8ca68d4460c15798f2bccfee7ce01dec97a6c2d349bcc4b.png);
}

/* line 137, app/assets/stylesheets/widgets/car_ratings_widget.sass */
.embedded-rating-explanation-button--wider_no_border {
  overflow: hidden;
  font-size: 12px;
  border: 0 none;
  background-color: transparent;
  line-height: 45px;
  height: 45px;
  vertical-align: middle;
  padding: 0;
  margin-left: 10px;
  display: none;
}

/* line 147, app/assets/stylesheets/widgets/car_ratings_widget.sass */
.embedded-rating-explanation-button--wider_no_border:hover {
  background: 0 none;
  text-decoration: underline;
}

/* line 150, app/assets/stylesheets/widgets/car_ratings_widget.sass */
.embedded-rating-explanation-button--wider_no_border i.ic-chevron-right-blue-14px {
  display: none;
}

/* line 152, app/assets/stylesheets/widgets/car_ratings_widget.sass */
.embedded-rating-explanation-button--wider_no_border span {
  display: inline-block;
  line-height: 1.6;
}

@media screen and (min-width: 300px) {
  /* line 137, app/assets/stylesheets/widgets/car_ratings_widget.sass */
  .embedded-rating-explanation-button--wider_no_border {
    display: block;
  }
}
