/*
 *= require bootstrap
 *= require font-awesome
 *= require ./smartCardBuilder
 *= require_self
*/

body { padding-top: 6em; }

.smartCard-cell .current {
    padding-right: 12px;
    background-repeat: no-repeat;
    background-position: right center;
}

.smartCard-cell .asc {
    background-image: image-url('up_arrow.gif');
}

.smartCard-cell .desc {
    background-image: image-url('down_arrow.gif');
}
