/**
 * https://bitbucket.org/jonahwhale/propeller.la/src/master/css/style.css
 * To use sass build tools:
 *
 * sass --watch css/sass/modules.scss css/modules.css
 * Use css/sass/* to define css via sass
 * Will output to css/modules.css
 *
 *  Put css in this file if you want to not use sass.
 */

@import url("/css/adaptor.css?v7");


.disabled, .inactive {
    opacity: .3;
}

.align-right {
    text-align: right;
}

#userRewardsTableWrapper {
    overflow-x: auto;
}

#userRewardsTableWrapper th {
    border-top: 0;
}

.qty-low {
    display: inline-block;
    background: yellow;
    color: #000;
    text-align: center;
    padding: 2px 4px;
}

.qty-out {
    display: inline-block;
    background: red;
    color: #000;
    text-align: center;
    padding: 2px 4px;
}