@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400');

#multi-comments-tabs .ui-helper-hidden {
  display: none;
}

#multi-comments-tabs .ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

#multi-comments-tabs .ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

#multi-comments-tabs .ui-helper-clearfix:before,#multi-comments-tabs .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

#multi-comments-tabs .ui-helper-clearfix:after {
  clear: both;
}

#multi-comments-tabs .ui-helper-clearfix {
  min-height: 0;
}

#multi-comments-tabs .ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}

#multi-comments-tabs .ui-front {
  z-index: 100;
}

#multi-comments-tabs .ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#multi-comments-tabs {
  padding: .2em;
}

#multi-comments-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}

#multi-comments-tabs .ui-tabs-nav li {
  list-style: none;
  outline: 0;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

#multi-comments-tabs .ui-tabs-nav li a {
  float: left;
  text-decoration: none;
  margin: 0.5em;
  outline: 0;
}

#multi-comments-tabs .ui-tabs-nav li.ui-tabs-active a,#multi-comments-tabs .ui-tabs-nav li.ui-state-disabled a,#multi-comments-tabs .ui-tabs-nav li.ui-tabs-loading a {
  cursor: text;
}

#multi-comments-tabs .ui-tabs-nav li a,.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
  cursor: pointer;
}

#multi-comments-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 0;
  background: none;
}

#multi-comments-tabs {
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  font-family: "Roboto" !important;
  font-weight: 400 !important;
  font-style: normal !important;
}

#multi-comments-tabs {
  background: transparent;
  border: none;
  outline: none;
}

#multi-comments-tabs .ui-widget-header {
  background: transparent;
  border: none;
  border-bottom: 1px solid #c0c0c0;
  border-radius: 0px;
}

#multi-comments-tabs .ui-tabs-nav .ui-state-default {
  background: transparent;
  border: none;
}

#multi-comments-tabs h4 {
  font-family: "Roboto" !important;
  font-weight: 400 !important;
  font-style: normal !important;
}

#multi-comments-tabs ul.controls {
  font-family: "Roboto" !important;
  font-weight: 400 !important;
  font-style: normal !important;
}

#multi-comments-tabs ul.controls li img {
  width: 16px;
  padding: 0px;
  border: 0;
  margin-right: 5px;
}

.multi-comments-embed-container {
  position: relative;
}

.multi-comments-embed-container iframe {
  width: 100%;
}

.switch {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  transform: scale(0.7); 
  -moz-transform: scale(0.7, 0.7); 
  -ms-transform: scale(0.7); /* IE 9 */ 
  -webkit-transform: scale(0.7, 0.7); 
  -o-transform: scale(0.7);
  width: 72px;
  height: 40px;
  cursor: pointer;
}
.switch .switch-toggle {
  cursor: pointer;
  -webkit-transition: background-color .25s ease;
  -moz-transition: background-color .25s ease;
  transition: background-color .25s ease;
  border-radius: 30px;
  padding-left: 2px;
  background-color: #c0c0c0;
}
.switch a {
  cursor: pointer;
}
.switch input[type=radio] {
  margin-right: 4px;
  box-sizing: border-box;
  padding: 0;
}
.switch .switch-control {
  opacity: 0;
  visibility: hidden;
}
.switch .switch-control:checked + .switch-toggle .switch-handle {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  background-color: #fff;
}
.switch .switch-control:checked {
  pointer-events: none;
}
.switch .switch-control, .switch .switch-toggle {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.switch label {
  display: inline-block;
  margin-left: 5px;
  font-size: 14px;
}
.switch .switch-handle {
  -webkit-transition: -webkit-transform .25s ease;
  -moz-transition: -moz-transform .25s ease;
  transition: transform .25s ease;
  position: absolute;
  top: 4px;
  left: 4px;
  display: inline-block;
  width: 33px;
  height: 33px;
  margin: 0;
  border-radius: 100%;
  background-color: #fff;
  cursor: pointer;
}
.switch .switch-handle span {
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 33px;
  text-align: center;
}

.switch-Facebook .switch-control:checked + .switch-toggle {
  background-color: #3b5998;
}

.switch-GPlus .switch-control:checked + .switch-toggle {
  background-color: #d34836;
}

.switch-WordPress .switch-control:checked + .switch-toggle {
  background-color: #0073aa;
}

.switch-Disqus .switch-control:checked + .switch-toggle {
  background-color: #2e87e7;
}

.switch-Trackback .switch-control:checked + .switch-toggle {
  background-color: #222;
}

.switch-Facebook .switch-handle span {
  color: #3b5998;
}

.switch-GPlus .switch-handle span {
  color: #d34836;
}

.switch-WordPress .switch-handle span {
  color: #0073aa;
}

.switch-Disqus .switch-handle span {
  color: #2e87e7;
}

.switch-Trackback .switch-handle span {
  color: #222;
}

#multi-comments-Facebook-label, 
#multi-comments-GPlus-label, 
#multi-comments-WordPress-label, 
#multi-comments-Disqus-label, 
#multi-comments-Trackback-label {
  vertical-align: middle;
}