/* Used for screen readers and such */
.visually-hidden {
    display: none;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}
