﻿iframe#twitter-widget-0 {
    box-shadow: 0 0 5px #426fc5;
}

#twitter-news {
    float: left;
    text-align: left;
}

#twitter-news-header-wrapper {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    height: 30px;
    max-width: 100%;
    background-color: #fff;
    box-shadow: 0 0 5px #426fc5;
}

#twitter-news-header-wrapper h1 {
    font-size: 18px;
    text-align: center;
    line-height: 30px;
}

#twitter-timeline-container {
    max-width: 100%;
    background-color: #fff;
    box-shadow: 0 0 5px #426fc5;
    height: 570px;
}

#twitter-timeline-placeholder {
    max-width: 100%;
    background-color: #fff;
    box-shadow: 0 0 5px #426fc5;
    height: 570px;
    display:none;
}

#twitter-timeline-wrapper {
    max-width: 100%;
    background-color: #fff;
    box-shadow: 0 0 5px #426fc5;
    height: 570px;
}

#no-twitter-message-wrapper {
    display: none;
}

#twitter-timeline-container span {
    width: 100%;
    font-size: 18px;
    float: left;
    text-align: center;
}

#twitter-timeline-container span:last-child {
    margin-top: 5px;
}

#twitter-timeline-container .twitter-padlock-icon {
    margin-top: 29%;
    float: left;
    width: 100%;
    text-align: center;
}

#twitter-timeline-container .twitter-padlock-icon i {
    font-size: 60px;
}
@media (min-width: 768px) and (max-width: 1201px) {
    #twitter-news {
        width: 315px;
        max-width: 315px;
    }
}

@media (min-width: 1201px) and (max-width: 1300px) {
    #twitter-news {
        width: 480px;
        max-width: 480px;
        margin-left: 40px;
    }
}

@media (min-width: 1301px) {
    #twitter-news {
        width: 600px;
        max-width: 600px;
    }
}


@media (min-width: 1701px) {
    #twitter-news {
        width: 700px;
        max-width: 700px;
    }
}