@font-face {
    font-family: 'Disqus';
    src: url('../../../fonts/disqus-webfont.eot');
    src: local('?'), url('../../../fonts/disqus-webfont.woff') format('woff'), url('../../../fonts/disqus-webfont.ttf') format('truetype'), url('../../../fonts/disqus-webfont.svg#webfontphKv1xv9') format('svg');
    font-weight: normal;
    font-style: normal;
}

.dsq-font {
    font-family: 'Disqus';
    letter-spacing: 2px;
}

#dsq-content_thread {
    margin: 0 0 30px;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;

}

#dsq-content {
}

#dsq-content h3 {
    margin: 0 0 1.5em;
    position: static;
    font-weight:bold;
    clear:none;
}

#dsq-content ul, #dsq-content li {
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.dsq-clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.dsq-clearfix {
    zoom: 1;
}

#dsq-content .dsq-avatar {
    position: absolute;
    left: 0;
}

#dsq-content .dsq-avatar img {
    width: 36px;
    height: 36px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: none;
}

.dsq-textarea {
    margin: 0 0 1em 0;
}

.dsq-textarea-reply {
    margin-left: 46px; /* avatar width + 10 */
    margin-bottom: 1.8em;
}

.dsq-textarea-background {
    background: #fff url("../../../images/themes/houdini/backgrounds-sprite.png") 0 -480px repeat-x;
    width: auto;
    border: 1px solid #c1c1c1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 4px rgba(0,0,0, .16);
    -moz-box-shadow: inset 0 1px 4px rgba(0,0,0, .16);
    box-shadow: inset 0 1px 4px rgba(0,0,0, .16);
}

.dsq-textarea-wrapper {
    min-height: 60px;
    padding: 10px;
}

.dsq-textarea-wrapper iframe {
    height: 60px;
    display: block; /* iframes not block by default, apparently */
}

.dsq-textarea-loading-text {
    display: none;
}
.dsq-textarea-loading .dsq-textarea-loading-text {
    display: block;
    color: #666;
    font-size: 13px;
}
.dsq-textarea-wrapper.dsq-textarea-loading iframe {
        position: absolute;
    top: -10000px;
}

#dsq-textarea textarea {
    background: transparent;
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    max-width: 100%;
    min-height: 40px;
    outline: 0;
    font-size: 13px;
    color: #999;
}

/* first reply box has post-tools hidden */
#dsq-reply .dsq-post-tools {
    height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition-property: height, opacity;  
    -webkit-transition-duration: .2s;  
    -webkit-transition-timing-function: ease-in-out;
    
    -moz-transition-property: height, opacity;  
    -moz-transition-duration: .2s;  
    -moz-transition-timing-function: ease-in-out;
    
    -o-transition-property: height, opacity;  
    -o-transition-duration: .2s;  
    -o-transition-timing-function: ease-in-out;
    
    transition-property: height, opacity;  
    transition-duration: .2s;  
    transition-timing-function: ease-in-out;
}

.dsq-comment-new {
    opacity: 0;
    -webkit-transition-property: height, opacity;  
    -webkit-transition-duration: .2s;  
    -webkit-transition-timing-function: ease-in-out;
    
    -moz-transition-property: height, opacity;  
    -moz-transition-duration: .2s;  
    -moz-transition-timing-function: ease-in-out;
    
    -o-transition-property: height, opacity;  
    -o-transition-duration: .2s;  
    -o-transition-timing-function: ease-in-out;
    
    transition-property: height, opacity;  
    transition-duration: .2s;  
    transition-timing-function: ease-in-out;
}

.dsq-comment-new.dsq-comment-new-reveal {
    opacity: 1;
}

.dsq-post-tools {
    background: #fff url("../../../images/themes/houdini/backgrounds-sprite.png") 0 -480px repeat-x;
    position: relative;
    border-top: 1px dotted #d6d6d6;

    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;

    -webkit-box-shadow: inset 0 1px 0 #fff, inset 0 -1px 3px rgba(0,0,0, .04);
    -moz-box-shadow: inset 0 1px 0 #fff, inset 0 -1px 3px rgba(0,0,0, .04);
    box-shadow: inset 0 1px 0 #fff, inset 0 -1px 3px rgba(0,0,0, .04);
    font-size: 12px;
    line-height: 15px;
    
}

#dsq-content .dsq-show-tools .dsq-post-tools {
    display: block;
    height: 22px;
    opacity: 1;
    -moz-opacity: 1;
    padding: 5px 0 5px 10px;
}

#dsq-content .dsq-show-tools.dsq-show-tools-finished .dsq-post-tools {
    overflow: visible;
}

#dsq-content .dsq-post-tools li {
    float: left;
}
#dsq-content .dsq-post-tools li.dsq-share-on {
    margin: 0 10px 0 0;
    padding: 4px 0;
}

.dsq-post-tools .dsq-post-as {
    float: right;
    padding: 0;
}

.dsq-post-tools .dsq-post-as .dsq-button {
    margin: 0;
    padding: 8px 20px;
    font-size: 12px;
    line-height: 14px;
    color: #585c60;
    background: url("../../../images/themes/houdini/backgrounds-sprite.png") 0 -250px repeat-x;
    border: 1px solid #acb2b8;
    text-shadow: 0 1px 0 rgba(255,255,255, .9);

    -webkit-border-radius: 0 0 4px 0;
    -moz-border-radius: 0 0 4px 0;
    border-radius: 0 0 4px 0;


    -webkit-box-shadow: inset 1px 1px 0 rgba(255,255,255, .4), inset -1px 0 0 rgba(255,255,255, .4) ,0 1px 2px rgba(72,76,80, .25);
    -moz-box-shadow: 0 1px 2px rgba(72,76,80, .25);
    box-shadow: 0 1px 2px rgba(72,76,80, .25);

    font-weight: 600;
    position: absolute;
    right: -1px;
    top: -1px;
    z-index: 2;

    height: 34px;
}

.dsq-post-tools .dsq-post-as .dsq-button:hover {
    background: url("../../../images/themes/houdini/backgrounds-sprite.png") 0 -310px repeat-x;
}

.dsq-post-tools .dsq-post-as .dsq-button:active {
    background: url("../../../images/themes/houdini/backgrounds-sprite.png") 0 -370px repeat-x;
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255, .8);
    -moz-box-shadow: 0 1px 0 rgba(255,255,255, .8);
    box-shadow: 0 1px 0 rgba(255,255,255, .8);
    padding-top: 9px;
    padding-bottom: 7px;
}

#dsq-account-dropdown {
    float: right;
}

#dsq-sort-by {
    float: right;
}

#dsq-sort-by select {
    margin: 0;
}

/* ---------------------- Comments ---------------------- */

.dsq-notice {
    background: #ffffc5;
    background: rgba(255,255,0,.2);
    font-size: 13px;
    padding: 10px;
    border: 1px solid #e8ec44;
    border:1px solid rgba(210,210,0,.5);
    margin: 0 0 1.5em;
    max-height: 42px; /* avatar height */

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.8);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.8);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.8);
}

.dsq-error {
    background: #f2d2d1;
    color: #981008;
    border: 1px solid #dd9d99;
    border:1px solid rgba(230,100,100,.5);
}

#dsq-comments {

}

#dsq-comments a:focus {
    outline: none;
}

#dsq-content .dsq-comment {
    position: relative;
    margin: 0 0 1.5em;
    
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    
    overflow: hidden;
    clear: both;
}

.dsq-comment .dsq-avatar {
    left: 0;
}

* html .dsq-comment .dsq-avatar {
    top: 15px;
}

.dsq-comment-body {
    padding: 0 0 0 46px; /* avatar width + 10 */
}

.dsq-threaded .dsq-comment-body {
    margin: 0 0 0 36px; /* avatar width + 10 */
}

.dsq-comment-header {
    background: url(../../../images/themes/houdini/backgrounds-sprite.png) 0 0 repeat-x;
    font-size: 13px;
    padding: 10px;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    margin: 0 0 1em;
    max-height: 36px; /* avatar height */

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    line-height: 14px;
    
}

#dsq-content .dsq-comment-is-collapsed {
    opacity: .6;
}

/*
 * Expand/collapse comment replies
 */
.dsq-collapse-toggle {
    display: none;
    position: absolute;
    width: 11px;
    height: 12px;
    top: 8px;
    right: 6px;
    padding: 4px;
}

.dsq-collapse-toggle span {
    display: block;
    width: 11px;
    height: 12px;
    background: url(../../../images/themes/houdini/icons-sprite.png) -235px -12px;
    text-indent: -9999em;
}
.dsq-comment:hover .dsq-collapse-toggle {
    display: block;
}

.dsq-comment-is-collapsed .dsq-collapse-toggle span {
    background: url(../../../images/themes/houdini/icons-sprite.png) -235px 0px;
}
.dsq-expand {
    display: none !important;
}
.dsq-comment-is-collapsed .dsq-collapse {
    display: none;
}
.dsq-comment-is-collapsed .dsq-expand {
    display: block !important;
}
.dsq-collapsed-count {
    display: none;
}
.dsq-comment-is-collapsed .dsq-collapsed-count {
    display: block;
}

/* When comment is collapsed, contents should be invisible */
.dsq-comment-is-collapsed .dsq-commenter-name,
.dsq-comment-is-collapsed .dsq-commenter-bio,
.dsq-comment-is-collapsed .dsq-reply,
.dsq-comment-is-collapsed .dsq-edit,
.dsq-comment-is-collapsed .dsq-media-embed {
    display: none;
}

.dsq-threaded .dsq-comment-header {
    font-size: 11px;
    padding: 6px 10px;
}

.dsq-commenter-name {
    font-weight: 700;
    text-decoration: none;
}

.dsq-commenter-bio {
    opacity: 0.55;
}

/*.dsq-comment-is-collapsed {
    display: none;
}*/
.dsq-comment-is-collapsed .dsq-comment-message { display: none; }
.dsq-comment-is-collapsed .dsq-comment-footer { display: none ;}

/* Smaller, nested styles */

.dsq-threaded .dsq-avatar img {
    width: 25px;
    height: 25px;
}

.dsq-comment-message {
    line-height: 1.5em;
    margin: 0 0 1em;
}

#dsq-content .dsq-comment-text {
    display: inline;
}

#dsq-content .dsq-comment-truncate-expand,
#dsq-content .dsq-comment-truncate-collapse {
    display: none;
}

.dsq-comment-header .dsq-comment-actions {
    font-size: 82%;
    padding: 2px 0 0;
    opacity: .6;
}

.dsq-comment-header .dsq-comment-actions a {
    opacity: 1;
    padding: 0 4px;
}

.dsq-comment-header .dsq-comment-actions a:last-child {
    padding-right: 0 !important;
} 

.dsq-comment-header .dsq-comment-actions a {
    text-decoration: none;
}

.dsq-comment:hover .dsq-comment-flag {
    visibility: visible !important;
}

.dsq-comment:hover .dsq-comment-moderate {
    visibility: visible !important;
}

.dsq-comment:hover .dsq-comment-flag a {
    text-decoration: none;
}

.dsq-comment-meta, .dsq-comment-actions {
    overflow: hidden;
}

.dsq-comment-meta a, .dsq-comment-actions a {
    color: inherit;
    opacity: .6;
}

#dsq-content .dsq-comment-actions {
    float: right;
}

/* Show thumb icon oly when comment is liked */
.dsq-like-thumb {
    display: none;
    opacity: .6;
}

.dsq-is-liked .dsq-like-thumb {
    display: inline-block;
    vertical-align: text-top;
}

#dsq-content .dsq-comment-meta li, #dsq-content .dsq-comment-actions li {
    float: left;
    margin: 0 12px 0 0;
    font-size: 90%;
}

.dsq-reply {
    position: relative;
    margin-top: 1.5em;
}

.dsq-save-edit {
    margin: 0 0 1em;
}

.dsq-save-edit span {
    padding: 0 6px;
}

#dsq-content .dsq-editedtxt {
    opacity: 0.6;
}

/* --------------------------- Share on --------------------------- */

.dsq-share-on h4 {
    float: left;
    margin: 0;
    padding: 0;
    font-weight: 500;
    color: #888;
    text-shadow: 0 1px 0 #fff;
    font-size: 12px;
    font-family: "Helvetica Neue", arial, sans-serif;
}

.dsq-share-on span {
    cursor: pointer;
    margin: 1px 0 0 8px;
}

.dsq-share-twitter {
    float: left;
    display: block;
    width: 18px;
    height: 12px;
    background: url(../../../images/themes/houdini/icons-sprite.png) -115px 0;
    text-indent: -9999em;
    font-size: 6px;
}

.dsq-share-z {
    float: left;
    display: block;
    width: 12px;
    height: 12px;
    background: url(../../../images/themes/houdini/icons-sprite.png) -115px -12px;
    text-indent: -9999em;
    font-size: 6px;
}

* html .dsq-share-twitter, * html .dsq-share-facebook {
    overflow: hidden;
}

.dsq-share-twitter.dsq-share-toggled {
    background: url(../../../images/themes/houdini/icons-sprite.png) -133px 0;
}

.dsq-share-facebook.dsq-share-toggled {
    background: url(../../../images/themes/houdini/icons-sprite.png) -133px -12px;
}

#dsq-content #dsq-footer {
    margin: 2em 0;
}

#dsq-content #dsq-footer li {
    float: left;
    margin: 0 10px 0 0;
}

#dsq-content #dsq-footer .dsq-numbered-pagination {
    float: right;
    margin: 0;
}

a.dsq-subscribe-email, a.dsq-subscribe-rss {
    text-decoration: none !important;
    font-weight: normal !important;
}

a.dsq-subscribe-email em, a.dsq-subscribe-rss em {
    text-decoration: underline;
    font-style: normal;
}

#dsq-content #dsq-footer .dsq-font {
    color: inherit;
    text-decoration: none;
}

#dsq-content .dsq-more-button {
    display: block;
    margin: 0 0 1.5em;
    padding: 10px 20px;
    font-size: 12px;
    line-height: 14px;
    color: #585c60;
    background: url("../../../images/themes/houdini/backgrounds-sprite.png") 0 -250px repeat-x;
    border: 1px solid #acb2b8;
    text-shadow: 0 1px 0 rgba(255,255,255, .9);

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;


    -webkit-box-shadow: inset 1px 1px 0 rgba(255,255,255, .4), inset -1px 0 0 rgba(255,255,255, .4) ,0 1px 2px rgba(72,76,80, .25);
    -moz-box-shadow: 0 1px 2px rgba(72,76,80, .25);
    box-shadow: 0 1px 2px rgba(72,76,80, .25);

    font-weight: 600;
    text-align: center;
    text-decoration: none;
}

#dsq-content .dsq-more-button:hover {
    background: url("../../../images/themes/houdini/backgrounds-sprite.png") 0 -310px repeat-x;
}

#dsq-content .dsq-more-button:active {
    background: url("../../../images/themes/houdini/backgrounds-sprite.png") 0 -370px repeat-x;
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255, .8);
    -moz-box-shadow: 0 1px 0 rgba(255,255,255, .8);
    box-shadow: 0 1px 0 rgba(255,255,255, .8);
    padding-top: 11px;
    padding-bottom: 9px;
}

#dsq-content .dsq-remove-message {
    background-color:#FDF1D0;
    border:1px solid #FAD163;
    line-height: 1.25;
    padding: 5px 8px;
    color: #817134;
    margin: 10px 0;
}

.dsq-item-trackback {
    margin: 0 0 1.5em;
}

.dsq-item-trackback input {
    border: 1px solid #c1c1c1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 4px rgba(0,0,0, .16);
    -moz-box-shadow: inset 0 1px 4px rgba(0,0,0, .16);
    box-shadow: inset 0 1px 4px rgba(0,0,0, .16);
    padding: 4px;
}

.dsq-reaction-hide {
    visibility: hidden;
}
.dsq-comment:hover .dsq-reaction-hide {
    visibility: visible;
}

/* Media embed */
.dsq-media-embed {
    margin-bottom: 1em;
}

#dsq-content .dsq-media-embed h4 {
    background: transparent url('../../../images/themes/narcissus/gray-50.png') repeat-x scroll center top;
    font-weight: normal;
    opacity:.60;
    padding-top: 3px;
}

/* Media Upload */
#dsq-content .dsq-attach-media {
}

#dsq-content .dsq-attach-media .dsq-attach-media-container {
    position: relative;
    width: 70px;
    height: 13px;
    font-weight: 500;
    color: #888;
    text-shadow: 0 1px 0 #fff;
    font-size: 12px;
    font-family: "Helvetica Neue", arial, sans-serif;
}

#dsq-content .dsq-attach-media .dsq-attach-media-container iframe {
    height: 13px;
    width: 53px;
    background: transparent url(../../../images/themes/houdini/add-image.png) 0 0 no-repeat;
    vertical-align: middle;
    margin: 5px 8px 0 0;
    padding: 0 8px 0 0;
    border-right: 1px dotted #ccc;
    position: absolute;
    z-index: 1;
}

#dsq-content .dsq-attach-media .dsq-attach-media-container span {
    height: 13px;
    top: 3px;
    left: 18px;
    position: absolute;
    z-index: 0;
}

#dsq-content .dsq-attach-media .dsq-attach-media-container iframe:hover {
    background: transparent url(../../../images/themes/houdini/add-image.png) 0 -14px no-repeat;
}

#dsq-content .dsq-media-preview {
    /* div that stores the uploaded media */
    border-top: 1px solid #CCC;
    background: #F2F2F2;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1);
}

#dsq-content .dsq-media-preview .dsq-media-wrapper {
    position: relative;
    display: inline-block;
    height: 50px;
    width: 50px;
    margin: 10px;
}

#dsq-content .dsq-media-preview .dsq-media-wrapper .dsq-media-image {
    height: 50px;
    width: 50px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 0;
}

#dsq-content .dsq-media-preview .dsq-media-wrapper .dsq-media-image-close {
    position: absolute;
    top: -8px;
    right: -10px;
    height: 23px;
    width: 22px;
    background: url(../../../images/themes/houdini/icons-sprite.png) -73px 0 no-repeat;
}

/* Realtime */
#dsq-realtime-options {
    margin: 0 0 1.5em 0;
}


/******** our css start *********/
#dsq-content{
    font-family:georgia;  
}
#dsq-content a{
    color:#000;    
}

.dsq-notice,
#dsq-realtime-options{
    background-color:rgb(238,238,238);
    padding:2px 0 3px 9px;
    border:1px solid rgb(202,202,202);
    font-size: 11px;
}
.dsq-notice span{
    background:#000;
    color:#fff;
    padding:2px;
    display:inline-block;
}

.dsq-comment-actions li{
    background-color:rgb(238,238,238);
    border:1px solid rgb(202,202,202);    
}
.dsq-comment-actions li a{
    color:#000;
    text-decoration: none;
    padding:0 5px;
}

.dsq-is-liked .dsq-like-thumb {
    vertical-align: text-bottom;
    margin-left: 5px;
    display: inline;
}

.dsq-comment-meta .dsq-comment-like-count{
    color:#000;
    text-decoration: none;
    padding:0 5px;
    background:rgb(252,247,21);
    display:inline-block    
}
.dsq-popup-container .dsq-popup-tl,
.dsq-popup-container .dsq-popup-tr,
.dsq-popup-container .dsq-popup-bl,
.dsq-popup-container .dsq-popup-br,
.dsq-popup-container .dsq-popup-b{
    background:none!important;    
}

#dsq-popup-message .dsq-popup-container {
    border:5px solid #777!important;
    background:#fff!important;
}
.dsq-comment-header .dsq-commenter-name{
    font-size:18px;
    font-family:georgia;
    font-weight:normal;
    
}

.dsq-popup-raw .dsq-border,
.dsq-comment-header,
.dsq-textarea-background {
     -moz-border-radius: 0 0 0 0!important;   
     -webkit-border-radius: 0 0 0 0!important;
     border-radius: 0 0 0 0!important;
}

.dsq-comment-truncate-collapse,
.dsq-comment-truncate-expand,
.dsq-click-to-comment{
    color:#c00!important;    
}

.dsq-comment-message{
    font-size:13px;    
}
#dsq-content .dsq-comment{
    _zoom:1;
}

#dsq-content #dsq-global-toolbar table{
    border:0!important;    
}
.dsq-reply {
    _zoom:1;    
}
.dsq-textarea-wrapper{
 _height:60px;
 _zoom:1;
 
}

.dsq-avatar{
    top:0;
}

#dsq-toolbar-dropdown{
    z-index:9999;
}

#dsq-reply{
    margin-top:0;    
}

#dsq-content h3 {
    margin-left:50px;    
}
.dsq-moderator.dsq-comment-is-collapsed .dsq-comment-header {
 background:#CC0000;
}
/******** our css end *********/

/***New additions Simon 14/04/2011***/


.dsq-moderator {background:#fff; padding:9px!important;}
.dsq-moderator .dsq-comment-header {
background:url("http://img.timeinc.net/time/rd/trunk/www/web/feds/i/time-disqus-logo.gif") no-repeat scroll 10px 50% #cc0000;
color:#FFFFFF;
}

.dsq-moderator .dsq-comment-header .dsq-commenter-name {color:#fff; margin-left:72px;}

.dsq-moderator .dsq-avatar {left:9px!important;}

.dsq-numbered-pagination a, 
.dsq-numbered-pagination a:link, 
.dsq-numbered-pagination a:visited {color:#cc0000;}

.dsq-click-to-comment {margin-left:46px;}
#dsq-content #dsq-footer {margin:0}
#dsq-pagination {float:right}

/* copied from custom */
a.dsq-brlink {display:none;}

.dsq-login-button-yahoo { display:none !important; }
#dsq-login-tab-yahoo { display: none !important; }
#dsq-popup-message .dsq-popup .dsq-modal-tabs .dsq-login-tab-yahoo { display:none !important; }

.dsq-login-button-facebook { display:none !important; }
#dsq-login-tab-yahoo { display: none !important; }
#dsq-popup-message .dsq-popup .dsq-modal-tabs .dsq-login-tab-yahoo { display:none !important; }

.dsq-login-button-twitter { display:none !important; }
#dsq-login-tab-yahoo { display: none !important; }
#dsq-popup-message .dsq-popup .dsq-modal-tabs .dsq-login-tab-yahoo { display:none !important; }

.dsq-login-button-google { display:none !important; }
#dsq-login-tab-google { display: none !important; }
#dsq-popup-message .dsq-popup .dsq-modal-tabs .dsq-login-tab-google { display:none !important; }

.dsq-login-button-openid { display:none !important; }
#dsq-login-tab-openid { display: none !important; }
#dsq-popup-message .dsq-popup .dsq-modal-tabs .dsq-login-tab-openid { display:none !important; }

