.disqus-rcw-update {
    width: 100%;
    margin-top: 10px;
    padding: 8px 10px 7px;
    line-height: 20px;

    background-color: #777;
    cursor: pointer;
    outline: none;
    border: none;

    color: #fff;
    font-family: "Droid Sans", arial, sans-serif;
}
.disqus-rcw-update:hover {
    background-color: #009bc2;
}
.disqus-rcw-update:active, .disqus-rcw-update:disabled {
    background-color: #0080a0;
}

.disqus-rcw-update-icon {
    margin-right: 5px;
}
.disqus-rcw-update:disabled .disqus-rcw-update-icon:before {
    -webkit-animation: spin .5s ease-in-out infinite;
    animation: spin .5s ease-in-out infinite;
}
@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* Disqus widget style */
.dsq-widget ul.dsq-widget-list {
    padding: 0;
    margin: 0;
    text-align: left;
}
img.dsq-widget-avatar {
    width: 32px;
    height: 32px;
    border: 0px;
    margin: 0px;
    padding: 0px 3px 3px 0px;
    float: left;
}
a.dsq-widget-user {
    font-weight: bold;
}
a.dsq-widget-thread {
    font-weight: bold;
}
p.dsq-widget-meta {
    clear: both;
    font-size: 80%;
    padding: 0;
    margin: 0;
}
li.dsq-widget-item {
    margin: 15px 0;
    list-style-type: none;
    clear: both;
}
span.dsq-widget-clout {
    padding: 0 2px;
    background-color: #ff7300;
    color: #fff;
    }
table.dsq-widget-horiz td {
    padding-right: 15px;
}
.dsq-widget-comment p {
    display: inline;
}
