.clickable {
    cursor: pointer;
}

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

.desktop-only {
    @media only screen and (max-width: 1000px) {
        display: none;
    }
}

.mobile-only {
    @media only screen and (min-width: 1000px) {
        display: none;
    }
}
