/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.rollover-link-thrift {
    color: #000;
    font-family: Montserrat, sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: .2rem;
    max-width: 400px;
    padding: 0;

    &:hover {
        opacity: 0.7;
    }
}

.thrift-text {
    font-weight:400;
    font-size:0.875rem;
}