/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.text-bold {
    font-weight: bold;
}

.line-through {
    text-decoration: line-through;
}

