#ctf .ctf-header {
    display: none;
}
#ctf .ctf-tweets {
    display: flex;
    max-width: 1400px;
    margin:0 auto;   
}
#ctf .ctf-tweets .ctf-item {
    background-color: #ffffff;
    margin-left:8px;
    margin-right: 8px;
    width: 25%;
    color: #767676;
    border-radius: 2px;
    padding: 16px;
    display: flex;
    flex-direction: column;
}
#ctf .ctf-verified,
#ctf .ctf-author-screenname,
#ctf .ctf-screename-sep {
    display: none;
}
#ctf .ctf-tweet-content, #ctf .ctf-tweet-actions {
    margin-left: 0;
}
#ctf .ctf-tweet-content {
    padding-top: 22px;
    padding-bottom: 5px;
    flex:1;
}
#ctf .ctf-item a:hover {
    text-decoration: none;
}
#ctf a.ctf-author-name,
#ctf .ctf-tweet-content a {
    color: rgb(85, 172, 238) !important;
    transition: all 300ms ease-in-out;
}
#ctf a.ctf-author-name:hover,
#ctf .ctf-tweet-content a:hover {
    color: rgb(0, 0, 0) !important;
    text-decoration: none;
}
#ctf .card__list a {
    color: #767676;
}
#ctf .ctf-tweet-actions a.ctf-reply, #ctf .ctf-tweet-actions a.ctf-retweet, #ctf .ctf-tweet-actions a.ctf-like {
    color: #767676;

}
#ctf a.ctf-twitterlink,
#ctf .ctf-action-count.ctf-favorite-count,
#ctf .ctf-action-count.ctf-retweet-count {
    display: none !important;
}
@media (max-width: 1023px) {
    #ctf .ctf-tweets {
        flex-wrap: wrap;
        justify-content: space-between;
        padding:0 16px;
    }
    #ctf .ctf-tweets .ctf-item {
        width: calc(50% - 8px);
    }
    #ctf .ctf-tweets .ctf-item {
        margin-bottom: 16px;
    }
    #ctf .ctf-tweets .ctf-item:nth-child(odd) {
        margin-left: 0px;
        margin-right: 0px;
    }
    #ctf .ctf-tweets .ctf-item:nth-child(even) {
        margin-left: 0px;
        margin-right: 0;
    }
}
@media (max-width: 1023px) {
    #ctf .ctf-tweets .ctf-item {
        margin-bottom: 1px;
    }
    #ctf .ctf-tweets .ctf-item {
        width: 100%;
    }
}
