/* Web-content */
.diysdk_twitterNG_twitterNG.web_view.webcomponent div,
.diysdk_twitterNG_twitterNG.web_view.webcomponent span,
.diysdk_twitterNG_twitterNG.web_view.webcomponent a,
.diysdk_twitterNG_twitterNG.web_view.webcomponent p
{
	font-size: 100%;
}
.diysdk_twitterNG_twitterNG.web_view.webcomponent .clear { clear: both; }
.diysdk_twitterNG_twitterNG.web_view.webcomponent .fleft { float: left; }
.diysdk_twitterNG_twitterNG.web_view.webcomponent .bgSeparator        { height: 10px; }
.diysdk_twitterNG_twitterNG.web_view.webcomponent dl,
.diysdk_twitterNG_twitterNG.web_view.webcomponent dd,
.diysdk_twitterNG_twitterNG.web_view.webcomponent .timelineStreamFeed
{
    margin: 0 !important;
    padding: 0 !important;
}
.diysdk_twitterNG_twitterNG.web_view.webcomponent .twitterHeading
{
    border-bottom: 1px solid #0081A8;
    border-radius: 5px 5px 0 0;
    height: 40px;
}
.diysdk_twitterNG_twitterNG.web_view.webcomponent .twitterMainContent .twitterHeading
{
    background: url("../images/twitter_bird_logo.png") no-repeat scroll 30px center #00ACEE;
}
.diysdk_twitterNG_twitterNG.web_view.webcomponent .twitterSidebar .twitterHeading
{
    background: url("../images/twitter_bird_logo.png") no-repeat scroll 20px center #00ACEE;
}
.diysdk_twitterNG_twitterNG.web_view.webcomponent .bgSeparator    { height: 10px; background-color: #C0DEED; }
.diysdk_twitterNG_twitterNG.web_view.webcomponent .twitterConnent
{
    border-bottom: 1px solid;
    border-right: 1px solid;
    border-left: 1px solid;
    padding: 15px 30px 10px;
    clear: both;
    border-radius: 0 0 5px 5px;
}
.diysdk_twitterNG_twitterNG.web_view.webcomponent .timeline-header
{
    -moz-transition: -moz-box-shadow 0.3s ease-out 0s;
    border-width: 0 0 1px;
    box-shadow: 0 0 0 -3px transparent;
}
.diysdk_twitterNG_twitterNG.web_view.webcomponent .timeline-header .summary {
    display: inline-block !important;
    padding: 0;
    font-weight: bold;
    margin: 0px;
    vertical-align: bottom;
}
.diysdk_twitterNG_twitterNG.web_view.webcomponent .timeline-header .summary a
{
    font-size: 160% !important;
    line-height: 100% !important;
    display: inline !important;
    text-decoration: none !important;
    float: left;
}
.diysdk_twitterNG_twitterNG.web_view.webcomponent .timeline-header .followBtn 
{
    display: inline;
    text-align: right;
    float: right;
    margin-left: 5px;
    vertical-align: bottom;
}
.diysdk_twitterNG_twitterNG.web_view.webcomponent .timeline-header .followBtn iframe { margin:0px;}
.diysdk_twitterNG_twitterNG.web_view.webcomponent .tweet {
    margin: 10px 0 0;
    padding: 10px 0 0;
    list-style: none;
    position: relative;
    border-top: 1px solid;
    clear: both !important; 
    width: 100%;
    float: left;
}
.diysdk_twitterNG_twitterNG.web_view.webcomponent .tweet a
{
    text-decoration: none !important;
}
.diysdk_twitterNG_twitterNG.web_view.webcomponent .tAuthorInfo
{
    font-size: 90%;
    padding: 10px 0 0;
}
.diysdk_twitterNG_twitterNG.web_view.webcomponent .twitterSidebar .tAuthorInfo { margin-top: 5px; }
.diysdk_twitterNG_twitterNG.web_view.webcomponent .tAuthorInfo a
{
    text-decoration: none !important;
}
.diysdk_twitterNG_twitterNG.web_view.webcomponent .twitterSidebar .sub-head-from {float: left;margin-right: 5px;}
.diysdk_twitterNG_twitterNG.web_view.webcomponent .permalink a:hover { text-decoration:underline !important; }
.diysdk_twitterNG_twitterNG.web_view.webcomponent .permalink {
    float: right;
    position: relative;
    z-index: 50;
}
.diysdk_twitterNG_twitterNG.web_view.webcomponent .tweet .e-entry-title {
    margin: 0;
    overflow: hidden;
    white-space: pre-wrap;
    word-wrap: break-word;
    width: 100%;
}

.diysdk_twitterNG_twitterNG.web_view.webcomponent .footer {
    -moz-transition: margin-top 0.2s ease-out 0s, padding-top 0.2s ease-out 0s;
    border-width: 0;
    margin-top: 2px;
    min-height: 16px;
    overflow: hidden;
    padding-top: 1px;
}
.diysdk_twitterNG_twitterNG.web_view.webcomponent .p-name { font-weight: bold; }
.diysdk_twitterNG_twitterNG.web_view.webcomponent .tweetHeader .t_link { float: left; }
.diysdk_twitterNG_twitterNG.web_view.webcomponent .user-screen-name { font-size: 90%;}
.diysdk_twitterNG_twitterNG.web_view.webcomponent .twitterSidebar .user-screen-name { float: left;clear: both;}
.diysdk_twitterNG_twitterNG.web_view.webcomponent .clsAvatar
{
    float: left;
    margin: 0;
}
.diysdk_twitterNG_twitterNG.web_view.webcomponent .twitterMainContent .avatar {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 4px;
    height: 48px;
    width: 48px;
}
.diysdk_twitterNG_twitterNG.web_view.webcomponent .twitterSidebar  .avatar
{
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 4px;
    width: 32px;
    height: 32px;
}
.diysdk_twitterNG_twitterNG.web_view.webcomponent .twitterMainContent .tweetInfo { margin-left:68px;}
.diysdk_twitterNG_twitterNG.web_view.webcomponent .twitterSidebar .username { margin-left:42px;}
.diysdk_twitterNG_twitterNG.web_view.webcomponent .twitterMainContent .message { padding-top: 5px; clear: right; }
.diysdk_twitterNG_twitterNG.web_view.webcomponent .twitterSidebar .e-entry-title {clear: right;padding-top: 5px;}
.diysdk_twitterNG_twitterNG.web_view.webcomponent .twitterSidebar .twitterConnent { padding: 15px 20px 10px }
.diysdk_twitterNG_twitterNG.web_view.webcomponent .twitterSidebar .tweetHeader { float: left; width: 100%; }

.diysdk_twitterNG_twitterNG.web_view.webcomponent .tweetMedia { clear: both; width: 100%; }
.diysdk_twitterNG_twitterNG.web_view.webcomponent .tweetMedia .type_photo { clear: both; width: 100%; margin: 10px 0 0 0; }

.diysdk_twitterNG_twitterNG.web_view.webcomponent .tweet:hover .s-element-actions { visibility: visible;}
.diysdk_twitterNG_twitterNG.web_view.webcomponent .s-element-actions
{
    clear: both;
    float: right;
    margin: 10px 0 0;
    visibility: hidden;
}
.diysdk_twitterNG_twitterNG.web_view.webcomponent .s-element-actions a {
    display: block;
    float: left;
    line-height: 16px;
    margin: 0 0 0 30px;
    padding: 0 0 0 16px;
}
.diysdk_twitterNG_twitterNG.web_view.webcomponent .s-element-actions a.twitter-retweet {
    padding: 0 0 0 22px;
}
.diysdk_twitterNG_twitterNG.web_view.webcomponent .s-element-actions a.twitter-reply {
    background: url("../images/icon_reply_base.png") no-repeat scroll 0 0 transparent;
}
.diysdk_twitterNG_twitterNG.web_view.webcomponent .s-element-actions a.twitter-reply:hover {
    background: url("../images/icon_reply_hover.png") no-repeat scroll 0 0 transparent;
}
.diysdk_twitterNG_twitterNG.web_view.webcomponent .s-element-actions a.twitter-retweet {
    background: url("../images/icon_retweet_base.png") no-repeat scroll 0 0 transparent;
    line-height: 13px;
}
.diysdk_twitterNG_twitterNG.web_view.webcomponent .s-element-actions a.twitter-retweet:hover {
    background: url("../images/icon_retweet_hover.png") no-repeat scroll 0 0 transparent;
}
.diysdk_twitterNG_twitterNG.web_view.webcomponent .s-element-actions a.twitter-favorite {
    background: url("../images/icon_favorite_base.png") no-repeat scroll 0 0 transparent;
}
.diysdk_twitterNG_twitterNG.web_view.webcomponent .s-element-actions a.twitter-favorite:hover {
    background: url("../images/icon_favorite_hover.png") no-repeat scroll 0 0 transparent;
}
.diysdk_twitterNG_twitterNG.web_view.webcomponent .e-entry-content .twitter-retweetedBy {
    background: url("../images/icon_retweet_small.png") no-repeat scroll left center transparent;
    padding: 0 0 0 16px;
    font-size: 90%;
}
.diysdk_twitterNG_twitterNG.web_view.webcomponent .e-entry-content .twitter-newwindow
{
	font-size: 90%;
}
/* Start: tweet button */
.diysdk_twitterNG_twitterNG.web_view.webcomponent .widget {
    margin: 5px 0 0 0px;
    overflow: hidden;
    text-align: left;
    white-space: nowrap;
    font: bold 11px/18px 'Helvetica Neue',Arial,sans-serif !important;
}
.diysdk_twitterNG_twitterNG.web_view.webcomponent .btn-o,
.diysdk_twitterNG_twitterNG.web_view.webcomponent .btn,
.diysdk_twitterNG_twitterNG.web_view.webcomponent .btn .label
{
    display: inline-block;
    vertical-align: top;
}
.diysdk_twitterNG_twitterNG.web_view.webcomponent .btn,
{
    -moz-box-sizing: border-box;
    height: 20px;
    max-width: 100%;
}
.diysdk_twitterNG_twitterNG.web_view.webcomponent .btn
{
    -moz-user-select: none;
    background-color: #F8F8F8;
    background-image: -moz-linear-gradient(center top , #FFFFFF, #DEDEDE);
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    color: #333333;
    font-weight: bold;
    overflow: hidden;
    position: relative;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.diysdk_twitterNG_twitterNG.web_view.webcomponent .btn span.i
{
    background: url("../images/tweetImage45x40.png") no-repeat scroll 0 0 transparent;
    height: 13px;
    left: 2px;
    margin-top: -5px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.diysdk_twitterNG_twitterNG.web_view.webcomponent .btn .label
{
    padding: 0 3px 0 19px;
    white-space: nowrap;
    font: bold 11px/18px 'Helvetica Neue',Arial,sans-serif !important;
    color: #333333;
    font-weight: bold;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.diysdk_twitterNG_twitterNG.web_view.webcomponent .followBtn.btn-responsive
{
    display: none;
}
.diysdk_twitterNG_twitterNG.web_view.webcomponent .followBtn.btn-web
{
    display: inline;
}
.diysdk_twitterNG_twitterNG.web_view.webcomponent .tweetOption.align_left,
.diysdk_twitterNG_twitterNG.web_view.webcomponent .followOption.align_left
{
    text-align: left;
}
.diysdk_twitterNG_twitterNG.web_view.webcomponent .tweetOption.align_center,
.diysdk_twitterNG_twitterNG.web_view.webcomponent .followOption.align_center
{
    text-align: center;
}
.diysdk_twitterNG_twitterNG.web_view.webcomponent .tweetOption.align_right,
.diysdk_twitterNG_twitterNG.web_view.webcomponent .followOption.align_right
{
    text-align: right;
}