/* I really hope I'm not breaking the Disqus TOS with this. */

#disqus_thread a {
  color: #ff00ff;
}
#disqus_thread a:hover {
  color: #fff;
}
#disqus_thread .dsq-by{
  display: none !important;
}
#dsq-content h3 {
  display: none !important;
}
#dsq-options {
  display: none;
}
#disqus_thread {
  position: relative;
}
.logout {
  position: absolute;
  right: 0;
  top: 0;
}
.dsq-comment-header {
  background: none !important;
}
.dsq-comment *{
  font-size: 14px !important;
}

.dsq-comment-message {
  padding: 10px 0 10px 20px !important;
}

.dsq-comment {
  border-top: 1px solid #FF9FFF !important;
  padding-top: 10px !important;
}

textarea {
  padding: 5px;
  font-size: 14px;
  height: 100px;
}

input.submit {
  padding: 2px 4px;
  font-size: inherit;
  font: georgia !important;
  font-size: 14px;
}

input.submit {
  color: #ff00ff;
  font-style: italic;
  border: 1px solid #ccc;
  background: #ff00ff;
  color: white;
  background: #ff00ff;
  border: none;
}
