.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.w-full {
    width: 100% !important;
}

.mv-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
}

.m-auto {
    margin: auto !important;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

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

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

.w-50 {
    width: 50%;
}

.button-xsmall {
    font-size: 70%;
}

.button-small {
    font-size: 85%;
}

.button-large {
    font-size: 110%;
}

.button-xlarge {
    font-size: 125%;
}

.invert{
    filter: invert(1);
}