.no-scroll {
    overflow-y: hidden;
}

.grid {
    display: flex;
    flex-flow: column wrap;
    justify-content: space-around;
}

.hero-tab-active {
    border-bottom: 2px solid #222;
    font-weight: 500 !important;
    box-sizing: border-box;
    opacity: 1;
}

.hero .tabs a {
    border-bottom: none !important;
}

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

.displaced {
    margin-top: 22px;
    margin-bottom: 0px !important;
}

.is-fullheight {
    height: 100% !important;
}

.is-pulled-bottom {
    bottom: 0px;
}

.small-top-margin {
    margin-top: 8px;
}

.is-slightly-transparent {
    opacity: 0.6;
}

.hero-number {
    text-align: center;
}

.number-value {
    padding-top: none;
    font-size: 28px;
    font-weight: 500;
}

.number-label {
    margin: 0px;
    font-size: 14px;
}

.is-sectionhead {
    font-size: 14px;
}

.card {
    border-radius: 6px;
}

html,
body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
}

.super-container {
    flex: 1 0 auto;
}

footer {
    flex-shrink: 0;
    padding-bottom: 32px;
    padding-top: 32px;
}

.textpage {
    max-width: 40em;
    margin: auto;
}

.sidemargin {
    margin-left: 16px !important;
    margin-right: 16px !important;
}

.item {
    margin-bottom: 48px;
}

.medium-top-margin {
    margin-top: 20px !important;
}

.tweet-card {
    max-width: 100%;
}

.tweet-media {
    margin-top: 0.5rem;
    border: 1px solid #dddddd;
    border-radius: 6px;
    padding: 8px;
    font-size: 13px !important;
}

.tweet-media .header {
    font-weight: bolder;
}

.tweet-media * {
    margin: 0px !important;
    font-size: 13px !important;
    text-overflow: ellipsis;
}

.tweet-media .link {
    color: #888888;
    overflow-x: hidden;
    width: 75%;
}
