html {
  background: #f9f9f9;
}

.wrapper {
  background: white;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', Verdana, Arial;
  font-size: 13px;
  color: #333;
}

strong {
  color: #4b6985;
}

img,
td,
th {
  border: 0
}

input[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0 !important;
  border: 1px solid #CCC;
  padding: 6px !important;
}

input[type="text"]::-webkit-search-decoration,
input[type="text"]::-webkit-search-cancel-button,
input[type="text"]::-webkit-search-results-button,
input[type="text"]::-webkit-search-results-decoration {
  display: none;
}

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0 !important;
  border: 1px solid #CCC;
  padding: 6px !important;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

div#ads_full {
  clear: both;
  margin: 0 auto;
  text-align: center;
}

img#logo {
  height: 40px;
  width: auto;
  margin-left: 10px;
  margin-right: 5px;
  margin-top: 15px;
  border: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
  line-height: initial;
}

.header-wrapper {
  width: 100%;
  background: #333;
}

div#header {
  padding: 0px;
  margin: 0px auto 0px auto;
  width: 1280px;
  background: #333;
}

.topnav {
  background-color: #333;
  width: 100%;
  z-index: 1001;
  height: 70px;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 26px 16px;
  text-decoration: none;
  font-size: 16px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a:hover:first-of-type {
  background-color: transparent !important;
}

.topnav .icon {
  display: none;
  padding: 26px 26px;
  box-sizing: border-box;
}

.subnavtop {
  position: relative;
  display: block;
  float: right;
  z-index: 1002;
}

.subnavtop a {
  float: none;
  display: block;
  color: #f2f2f2;
  padding: 26px 16px;
  text-decoration: none;
  font-size: 16px;
  text-align: left !important;
  box-sizing: border-box;
}

.subnavtop a:hover {
  background-color: #ddd;
  color: black;
}

.subnavtop a:hover:first-of-type {
  background-color: #ddd !important;
  color: black !important;
}

.subtopnav-content {
  display: none;
  position: absolute;
  right: 0;
  top: 70px;
  z-index: 1003;
  background-color: #333;
  width: 219px;
}

.subtopnav-content a {
  color: white;
  text-decoration: none;
  display: block !important;
  width: 100% !important;
  float: none;
}

.subtopnav-content a:hover {
  background-color: #ddd;
  color: black;
}

.subnavtop:hover .subtopnav-content {
  display: block;
}

.chat-login label {
  display: block;
  padding: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.chat-login label.option {
  display: block;
  margin-top: 5px;
  padding: 6px;
  width: 100%;
  border: 1px solid #CCC;
  box-sizing: border-box;
  position: relative;
  line-height: 1.2em;
}

.checkmark {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 27px;
  width: 27px;
  background-color: #eee;
  border-left: 1px solid #CCC;
  box-sizing: border-box;
}

.checkmark:hover {
  background-color: #ccc;
}


/* On mouse-over, add a grey background color */

.chat-login label.option :hover input~.checkmark {
  background-color: #ccc;
}


/* When the checkbox is checked, add a blue background */

.chat-login label.option input:checked~.checkmark {
  background-color: #42b992;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}


/* Show the checkmark when checked */

.chat-login label.option input:checked~.checkmark:after {
  display: block;
}


/* Style the checkmark/indicator */

.chat-login label.option .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.chat-login input[type="text"] {
  width: 100%;
  box-sizing: border-box;
  padding: 5px;
}

input[type="password"] {
  box-sizing: border-box;
  padding: 5px;
  border: 1px solid #ccc;
}

.chat-login input[type="submit"] {
  width: 100%;
  box-sizing: border-box;
}

.chat-login label.option>input {
  position: absolute;
  top: 5px;
  right: 5px;
}

.selector-option {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: 0px;
  margin: 0px;
  box-sizing: border-box !important;
  -webkit-appearance: none;
  border: 0px solid red;
  padding: 0px !important;
}

.selector-option button {
  margin: 0px !important;
}

.selector-option button {
  width: 120px !important;
}

.chat-join:before {
  font-family: "FontAwesome";
  content: "\f27b ";
}

.chatdesc,
.chatdesc-mobile {
  margin: 5px;
  padding: 5px;
}

.chatdesc img,
.chatdesc-mobile img {
  margin-right: 10px;
}

.chatdesc-mobile {
  display: none;
}

div#main {
  width: 1280px;
  margin: 0px auto;
  padding: 0;
  padding-bottom: 1.4em;
  background-color: #f9f9f9;
  min-height: 500px;
  box-sizing: border-box;
}

div.ui-tabs-panel a,
div.ui-tabs-panel a:visited {
  color: #000099;
}

div.ui-tabs-panel a:hover,
div.ui-tabs-panel a:active {
  color: #000033;
  text-decoration: none;
}

div.ui-tabs {
  padding: 0;
}

li.ui-state-active a:focus,
li.ui-state-active a:hover,
li.ui-state-active a:active,
li.ui-state-active a:link {
  outline: none;
}

div.ui-tabs .ui-corner-all {
  border-radius: 4px 4px 0 0;
}

div#footer {
  box-sizing: border-box;
  height:70px;
  color: #FCFCFC;
  padding: 20px 10px 20px 10px;
  margin: 0px auto 0px auto;
  width: 1280px;
  background: #333;
}

.ui-dialog {
  left: 0;
  outline: 0 none;
  padding: 0 !important;
  position: absolute;
  top: 0;
  right: 0;
  box-sizing: border-box !important;
}


/* CSS Accettazione Cookie */

div#cookieChoiceInfo {
  background-color: rgba(51, 51, 51, 0.80) !important;
  color: #FFF;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.75em;
  padding-bottom: 10px;
  top: 0;
  bottom: auto !important;
  min-height: 90px;
  box-sizing: border-box;
}

#cookieChoiceInfo>span {
  display: block;
  clear: both;
  text-align: left;
  padding: 5px;
}

#cookieChoiceInfo>a:nth-child(2),
a#cookieChoiceDismiss {
  color: #FFF;
  background: linear-gradient(to bottom, #333 4%, #000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333', endColorstr='#000', GradientType=0);
  text-align: center;
  padding: 3px 12px;
  text-decoration: none;
  border-radius: 2px;
  font-size: 14px;
  font-weight: bold;
}

#cookieChoiceInfo>a:nth-child(2):hover,
a#cookieChoiceDismiss:hover {
  color: #FFF;
  text-decoration: none;
  position: relative;
  top: 1px;
  left: 1px;
}

#news h4 {
  line-height: 16px;
  margin: 0px !important;
  padding: 5px;
}

.newslink {
  cursor: pointer;
  position: absolute;
  right: 5px;
  bottom: 5px;
}

#news p {
  border: 1px solid #CCC;
  margin: 0px !important;
  margin-bottom: 10px !important;
  padding: 5px;
  min-height: 65px;
  position: relative;
}

#news span {
  color: #4b6985;
  white-space: nowrap;
}

.news {
  text-align: left;
  padding: 10px;
}

#news-pagination a {
  border: 1px solid #aaaaaa;
  text-decoration: none;
  font-weight: bold;
  margin-right: 5px;
  padding: 3px 6px;
  color: #777777;
  display: block;
  float: left;
}

#news-pagination a:hover,
#news-pagination a.active {
  background-image: linear-gradient(rgb(245, 246, 246), rgb(228, 228, 227));
}

#body-overlay {
  filter: alpha(opacity=60);
  background-color: black;
  position: fixed;
  display: none;
  z-index: 1001;
  opacity: 0.6;
  height: 100%;
  width: 100%;
  left: 0%;
  top: 0%;
}

.popup {
  border: 1px solid #4B6985;
  background-color: #f5f5f5;
  -moz-border-radius: 4px;
  text-align: center;
  margin-top: -245px;
  border-radius: 4px;
  font-size: 12px;
  position: fixed;
  padding: 10px;
  z-index: 2005;
  height: 480px;
  width: auto;
  left: 20px;
  right: 20px;
  top: 50%;
}

.newspopup {
  border: 1px solid #4B6985;
  background-color: #f5f5f5;
  -moz-border-radius: 4px;
  text-align: center;
  margin: auto;
  margin-top: -245px;
  border-radius: 4px;
  position: fixed;
  padding: 10px;
  z-index: 2005;
  height: 480px;
  width: auto;
  max-width: 1000px;
  left: 20px;
  right: 20px;
  top: 50%;
}

.popup-btn {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f5f6f6', EndColorStr='#e4e4e3');
  /* for IE 6 - 9 */
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f6f6), to(#e4e4e3));
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #fff;
  font-family: 'Lucida Grande', Tahoma, Verdana, Arial, sans-serif;
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #fff;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #fff;
  background-image: -moz-linear-gradient(#f5f6f6, #e4e4e3);
  background-image: -o-linear-gradient(#f5f6f6, #e4e4e3);
  background-image: linear-gradient(#f5f6f6, #e4e4e3);
  border-color: #999 #999 #888 #999;
  padding: 0.3em 0.6em 0.375em;
  background-color: #eee;
  display: inline-block;
  text-decoration: none;
  white-space: nowrap;
  border-style: solid;
  text-align: center;
  border-radius: 2px;
  position: relative;
  overflow: visible;
  border-width: 1px;
  *display: inline;
  font-size: 13px;
  cursor: pointer;
  color: #333;
  z-index: 1;
  margin: 0;
  zoom: 1;
}

.popup-code {
  border: 1px solid #4B6985;
  border-radius: 2px;
  text-align: left;
  overflow: scroll;
  font-size: 10px;
  margin-top: 0;
  height: 358px;
  width: auto;
  padding: 5px;
  background: #FFF;
}

.panel {
  margin: 1em 1.4em;
  margin-bottom: 0px;
  background-color: #FFF;
  border: 1px solid transparent;
  border-radius: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-default {
  border-color: #ddd;
}

.panel-body {
  padding: 15px;
  box-sizing: border-box;
}

.alert-success {
    
    color: #3c763d;
    box-sizing: border-box;
    display: block;
    background-color: #dff0d8;
    padding: 6px;
    width: 100%;
    border: 1px solid #d6e9c6;
}

.alert-info {
    color:#31708f;
    box-sizing: border-box;
    display: block;
    background-color: #d9edf7;
    padding: 6px;
    width: 100%;
    border: 1px solid #bce8f1;
}

.alert-warning {

    color:#8a6d3b;
    box-sizing: border-box;
    display: block;
    background-color: #fcf8e3;
    padding: 6px;
    width: 100%;
    border: 1px solid #faebcc;
}

.alert-error {
    color: #a94442;
    box-sizing: border-box;
    display: block;
    padding: 6px;
    width: 100%;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.ads-bottom {
  margin: 0px;
  margin-top: 20px;
  margin-bottom: 5px;
  background-color: #FFF;
  border: 1px solid #d3d3d3;
  border-radius: 0;
}

.ads-bottom-default {
  border-color: #d3d3d3;
}

.ads-bottom-body {
  padding: 15px;
  box-sizing: border-box;
}

div#footer a,
div#footer a:visited {
  color: #FCFCFC;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}

div#footer a:hover,
div#footer a:active {
  color: #FFFFFF;
  text-decoration: underline;
}

div#footer table {
  width: 100%;
}

div#footer table tr td {
  width: 33%;
}

div#errorbox {
  text-align: center;
  width: 320px;
  margin: 0 auto;
  padding-top: 125px;
  padding-bottom: 125px;
}

div#loading {
  display: none;
  float: right;
  margin-top: 25px;
}

div.choser {
  text-align: right;
  margin-bottom: 10px;
}

div.motd {
  border: 1px solid #ccc;
  margin: 15px 5px 0 5px;
  padding: 5px;
  height: 300px;
  overflow: scroll;
}

div.motd pre {
  font-family: "Courier New", Courier, monospace;
}

div.topic {
  border: 1px dashed #ccc;
  padding: 10px;
  font-family: "Courier New", Courier, monospace;
  white-space: wrap;
}

span.val {
  color: #0066CC;
}

div.clear {
  clear: both;
}

table.details {
  width: 100%;
}

.flexbox {
  display: flex;
}

.culumn_box {
  flex: 1;
  margin: 10px;
  width: 50%;
}

.culumn_box:first-child {
  margin-left: 0px;
  margin-right: 10px;
}

.culumn_box:last-child {
  margin-left: 10px;
  margin-right: 0px;
}

.culumn_menu_box {

  margin: 10px;
  width: 380px;
}

.culumn_panel_box {

  margin: 10px;
  width: 100%;
}

.culumn_menu_box:first-child , .culumn_panel_box:first-child {
  margin-left: 0px;
  margin-right: 10px;
}

.culumn_menu_box :last-child , .culumn_panel_box:first-child {
  margin-left: 10px;
  margin-right: 0px;
}

#chart-countries,
#chart-clients {}


/* jQuery-UI overrides */

.ui-corner-all {
  border-radius: 0 !important;
}

.ui-corner-top {
  border-radius: 0 !important;
}

.ui-corner-bottom {
  border-radius: 0 !important;
}

.ui-corner-tl {
  border-radius: 0 !important;
}

.ui-corner-tr {
  border-radius: 0 !important;
}

.ui-corner-bl {
  border-radius: 0 !important;
}

.ui-corner-br {
  border-radius: 0 !important;
}

.ui-widget {
  font-family: 'Roboto', Verdana, Arial !important;
  font-size: 13px !important;
}

.ui-widget .ui-widget {
  font-size: 13px !important;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: 'Roboto', Verdana, Arial !important;
  font-size: 13px !important;
}

.ui-widget-content {
  border: 0 !important;
  background: #FFF !important;
  color: #333333 !important;
  line-height: 1.5em;
}

.ui-widget-content a {
  color: #4b6985 !important;
}

ul.ui-menu.ui-widget-content {
  border: 1px solid #aaaaaa !important;
  background: #ffffff !important;
  color: #222222 !important;
}

ul.ui-menu.ui-widget-content a {
  color: #222222 !important;
  text-decoration: none !important;
  border: 0 !important;
  padding: 0 !important;
}

ul.ui-menu .ui-menu-item {
  padding: 3px 1em 3px 0.4em;
}

.ui-widget-header {
  background: none;
  border: 0px;
}

#tabs>.ui-widget-header {
  background: #f9f9f9;
  border: 1px solid #d3d3d3;
  border-left: 0px;
  border-right: 0px;
  border-top: 0px;
}

.ui-tabs .ui-tabs-nav {
  padding: 1.5em 0.2em 0;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #d3d3d3;
  background: #e6e6e6;
}

.ui-widget-content .ui-tabs-panel {
  border-left: 1px solid #d3d3d3 !important;
  border-right: 1px solid #d3d3d3 !important;
  border-bottom: 1px solid #d3d3d3 !important;
}

.downloads-container,
.extlinks-container {
  display: flex !important;
  box-sizing: border-box;
  margin: 5px;
  margin-bottom: 15px;
}

.downloads-title {
  width: 120px;
  vertical-align: middle;
}

.downloads-desc {
  width: calc(100% - 300px);
}

.downloads-get {
  width: 140px;
  margin-left: 10px;
  padding-left: 5px;
}

.extlinks-title {
  width: 120px;
  vertical-align: middle;
}

.extlinks-desc {
  width: calc(100% - 300px);
}


/* DataTables overrides */

table.dataTable .fa-circle {
  margin-right: 5px;
}

table.dataTable tbody th,
table.dataTable tbody td {
  padding: 6px 10px !important;
  height: 24px !important;
}

table.dataTable tbody td:first-child {
  white-space: nowrap;
}

table.dataTable tbody td.child:first-child {
  white-space: normal;
}


.dataTables_length {
  padding: 6px;
}

table.dataTable tbody tr img {
  vertical-align: middle;
}

table.clickable tbody tr.even:hover td,
table.clickable tbody tr.odd:hover td {
  cursor: pointer;
  background-color: #FFE97F;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
    line-height: 15px;
	left: auto;
	color: #42b992;
}

table.dataTable tbody tr td:nth-child(3) {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 600px;
  min-width: 120px;
}

.error {
  display: none;
  box-sizing: border-box;
  background-color: rgb(255, 204, 0);
  padding: 5px;
  width: auto;
  background-position: initial initial;
  background-repeat: initial initial;
}

.xmlrpcloading {
  display: none;
}

.ircClients {
  float: left;
  width: 200px;
}

.ircForms {
  margin-left: 205px;
  max-width: 728px;
  position: relative;
  border-left: 1px solid #CCC;
  padding-left: 10px;
}

.ircForms input[type='text'] {
  width: calc(100% - 45px) !important;
  padding: 5px;
}

.regInvite {
  width: 460px;
}

#panelLink {
  cursor: hand;
  text-decoration: underline;
  color: #4b6985;
}

.loggedIn {
  background: #333;
  color: white;
  border-radius: 0px 0px 0px 5px;
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 5px;
}

.loggedIn a {
  color: white !important;
}

.channel_info_chatbtn {}

.channel_info_chatbtn::before {}

.ui-dialog.confirm-dialog {
  border: 1px solid #aaa !important;
  background: #fff !important;
  color: #222 !important;
}

.ui-dialog.mediabot-dialog {
  border: 1px solid #aaa !important;
  background: #fff !important;
  color: #222 !important;
}


.ui-dialog.mediabot-dialog > ui-dialog-buttonpane.ui-widget-content.ui-helper-clearfix {
    margin: 0px;
    padding: 0px;
}


.ui-disabled-display {
  outline: none;
  cursor: pointer;
}

.input-labeled-container {
  margin-top: 5px;
}

.flex-div-setting-container {
  display: flex;
  margin-bottom: 10px;
  align-items: center;
}

.flex-div-option {
  flex: 0 0 auto;
  width: 120px;
}

.flex-div-option-large {
  flex: 0 0 auto;
  width: 150px;
}

.flex-div-button {
  flex: 0 0 auto;
}

.flex-div-desc {
  flex: 1 auto 0;
}

.account-description {
  margin: 0px 10px 0px 10px;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
    color: #333;
    background: transparent;
}

table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before {

    background: transparent;
}

/***** Media Queries *****/

@media screen and (max-width: 1340px) {
  div#header {
    width: 1000px;
  }
  div#main {
    width: 1000px;
  }
  table.dataTable tbody tr td:nth-child(3) {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 500px;
    min-width: 120px;
  }
  div#footer {
    font-size: x-small;
    color: #FCFCFC;
    padding: 10px 5px 10px 5px;
    margin: 0px auto 0px auto;
    width: 1000px;
  }
}

@media screen and (max-width: 1000px) {
  html {
    background: #FFF;
  }
  div#header {
    width: 100%;
  }
  .ui-widget-content .ui-tabs-panel {
    border-left: 0px !important;
    border-right: 0px !important;
    border-bottom: 0px !important;
  }
  .ads-bottom {
    border: 0px;
  }
  .topnav a:not(:first-child) {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
  .subnavtop {
    display: none;
  }
  div#main {
    width: 100%;
  }
  .detailscontainer {
    display: block;
    text-align: left;
  }
  .flexbox {
    display: block;
  }
  .culumn_box {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .culumn_box:first-child,
  .culumn_box:last-child {
    margin-right: 0px;
    margin-left: 0px;
  }
  div#footer {
    font-size: x-small;
    color: #FCFCFC;
    padding: 10px 5px 10px 5px;
    margin: 0px !important;
    width: 100% !important;
  }
  #chart-countries,
  #chart-clients {}
}

@media screen and (max-width: 1000px) {
  .topnav.responsive {
    position: relative;
  }
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
    padding: 26px;
    ;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
    background: #333;
    height: 70px;
    box-sizing: border-box;
  }
  .topnav.responsive a:hover {
    background: #DDD;
  }
  .topnav.responsive a:first-child:hover {
    background: #333;
  }
  .subnavtop.responsive {
    display: block;
    position: absolute;
    width: 100%;
    border-top: 2px #444 solid;
  }
  .subnavtop.responsive a {
    float: none;
    display: block;
    text-align: left;
    background: #333;
    height: 70px;
    box-sizing: border-box;
  }
  .subnavtop.responsive a:hover {
    background-color: #ddd;
  }
  .subnavtop.responsive a:first-of-type {
    border-top: 0px solid #444;
  }
  .subnavtop.responsive a:hover:first-of-type {
    background-color: #ddd !important;
    color: black !important;
  }
  .subtopnav-content.responsive {
    display: block;
    position: relative;
    top: 0px;
    background-color: #333;
    width: 100%;
  }
  .subtopnav-content.responsive a {
    color: white;
    text-decoration: none;
    display: block !important;
    width: 100% !important;
    float: none;
    border-top: 0px !important;
  }
  .subtopnav-content.responsive a:hover {
    background-color: #ddd;
    color: black;
  }
  #tabs>.ui-widget-header {
    border-left: 0px;
    border-right: 0px;
  }
}

@media screen and (max-width: 767px) {
  div#header {
    margin: 0px;
    padding: 0px;
    width: 100%;
  }
  .chatdesc {
    display: none;
  }
  .chatdesc-mobile {
    display: block;
  }
  .chat-login-wrapper {
    padding-left: 0px !important;
  }
  .chat-login input[type="text"] {
    width: 100%;
  }
  .chat-login input[type="submit"] {
    width: 100%;
  }
  .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    padding: .5em .5em !important;
  }
  .ircClients {
    float: none;
    width: 100%;
  }
  .ircForms {
    margin-left: 5px;
    max-width: 720px;
    border-left: 0px;
    padding-left: 0px;
  }
}

@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: right;
  }
  #tabs>.ui-widget-header {
    border-top: 0px;
    background: #333;
    padding-top: 0px;
  }
  .ui-tabs .ui-tabs-nav li {
    border-bottom-width: thin;
    width: 100%;
    box-sizing: border-box;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
    display: block;
    margin: 0px;
  }
  .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    width: 100%;
  }
  .ui-tabs .ui-tabs-nav {
    padding: 0px;
    padding-top: 0;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
  }
}

@media screen and (max-width: 620px) {
  div#header {}
  .downloads-container {
    display: block !important;
  }
  .downloads-title {
    width: 100%;
    font-size: 17px;
    font-weight: bold;
    text-decoration: underline;
    margin-bottom: 5px;
  }
  .downloads-desc {
    width: 100%;
  }
  .downloads-get {
    width: 100%;
    margin-left: 0px;
    padding-left: 0px;
    clear: both;
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .regInvite {
    width: 100%;
  }
}

@media screen and (max-width: 420px) {
  .chat-login input[type="text"] {
    width: 100%;
  }
  .chat-login input[type="submit"] {
    width: 100%;
  }
  #dialog-login table {
    width: 100%;
  }
}

@media screen and (max-width: 340px) {}
