# Reference table

<div class="Vlt-table Vlt-table--data">
|Class |	Behaviour|
|---|---|
|`.Vlt-card`	| Defines a card style |
|`.Vlt-card--border` | Removes the shadow and creates a semi-transparent 1px border that will adapt to any background color |
|`.Vlt-card--lesspadding` | Less padding around the card |
|`.Vlt-card--stretch` | Gives the card a 100% height to adapt to its container, useful when you want cards in a grid to have the same height |
|`.Vlt-card--scrollable` | Transforms the card into a flexbox column and `.Vlt-card__content` becomes scrollable |
|`.Vlt-card__image` |	Wraps the card image. By default it's grey |
|`.Vlt-card__content` |	Wraps the content in a card of type image and adds the padding |
|`.Vlt-card__footer` |	A footer separated by a visible border |
|`.Vlt-card__footer--short` |	Less padding on the footer |
|`.Vlt-card__footer--noborder` |	No border and less top padding on the footer |
|`.Vlt-card__corner` |	Wraps a top-right corner used to create emphasis |
</div>