@charset "utf-8";
.dt-sc-twitter-feeds {
    float: left;
    clear: both;
    width: 100%;
    text-align: center;
}

.dt-sc-twitter-icon {
    margin: 0 0 40px;
    position: relative;
    float: left;
    width: 100%;
    clear: both;
}

.dt-sc-twitter-icon span {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 46px;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}

.dt-sc-twitter-feeds .dt-sc-tweet {
    display: block;
    text-align: center;
}

.dt-sc-twitter-feeds .tweet-text {
    font-size: 24px;
    line-height: 40px;
    color: #000000;
}

.dt-sc-twitter-feeds .dt-sc-tweet .tweet-time {
    font-size: 16px;
    clear: both;
    display: inline-block;
    width: 100%;
    font-style: italic;
    margin: 10px 0 0;
}

.dt-sc-twitter-icon:before {
    content: "";
    position: absolute;
    left: 100%;
    right: 0;
    top: 35px;
    width: 9000px;
    height: 1px;
}

.dt-sc-twitter-icon:after {
    content: "";
    position: absolute;
    right: 100%;
    right: 0;
    top: 35px;
    width: 9000px;
    height: 1px;
}