/* 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 5, app/assets/stylesheets/autouncle.sass */
.about_action #page-title.right {
  width: 364px;
}

/* line 10, app/assets/stylesheets/autouncle.sass */
body.highest_mileage_models_action .table .index_2 {
  white-space: nowrap;
}
