#twitter-section {
    position: relative;
    width: 100%;
    overflow: auto;
    max-height: 250px;
}

.twitter-embed {
    /*background-color: white;*/
    width: 100%;
}

.tweet-container {
    /*background-color: white;*/
    display: flex;
    flex: 0 0 25em;
    margin-bottom: 1em;
    width: 90%;
    word-break: break-word;
}

.profile-picture-container {
    margin-right: 2em;
}

.profile-picture {
    height: 3.5em;
}

.quote-container-alt {
    padding: 1em;
    margin-bottom: 1em;
    border: 1px solid lightgray;
    border-radius: 1em;
}

.profile-picture-container-alt {
    display: flex;
}

.profile-picture-alt {
    height: 1.5em;
    padding-right: .3em;
}

.user-name {
    display: flex;
    align-items: center;
    font-size: 1.2em;
    margin-bottom: .1em;
}

.verified {
    color: dodgerblue;
    height: 1em;
    margin-right: .5em;
}

.tweet-stats {
    display: flex;
    justify-content: space-between;
}

.tweet-stats-components {
    display: flex;
    align-items: center;
}

.tweet-stats-figures {
    padding-left: 1em;
}

.retweet-container {
    display: flex;
    justify-content: center;
}

.username-container {
    width: 100%;
}

.username-elipsis {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
