 .qc {
  border: 1px solid #ff0;
  padding: 2px;
  margin-top: 2px;
  margin-left: 1px;
  margin-right: 1px;
  background-image: url(http://84dn.yn.lt/bt/qc.gif) !important;
  background-position: right top !important;
  background-repeat: no-repeat !important;
}
.right {
  text-align: right;
  padding: 1px;
}
.link {
  text-decoration: none;
  font-weight: bold;
  magin: 1px;
  margin-right: 3px;
  padding: 1px;
  border: 1px solid #8B6914;
  background: #ffc125;
  color: #000 !important;
}
.tb {
  box-shadow: /*$c9*/#0D0D0D/*e*/ 0px 0px 4px;
  padding: 2px;
  margin-top: 2px;
  margin-left: 1px;
  margin-right: 1px;
  margin-bottom: 4px;
  color: white !important;
  font-family: Segoe UI;
  animation: marquee 70s linear infinite;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
  background: none;
}

.tb:hover {
  animation-play-state: paused;
}

@keyframes marquee {
    0%   { text-indent: 110%  }
    100% { text-indent: -290% }
}

html {
    cursor: url(http://ngoisaoonline.yn.lt/NSonline_VIP.cur), copy;
  }
a:hover {
    cursor: url(http://ngoisaoonline.yn.lt/NSonline_VIP_hover.cur), pointer;
  }
textarea:hover, input[type="text"] {
    cursor: url(http://ngoisaoonline.yn.lt/NSonline_VIP_type.cur), text;
  }

.link:focus {
  background-image: url(http://84dn.yn.lt/bt/load.gif);
  background-repeat: no-repeat;
  background-position: right bottom;
  color: gray;
  text-decoration: none;
  font-weight: bold; 
  background-color: white;
  border: 1px solid red;
  }
.tdbv:hover {
  background-color: black !important;
  font-weight: none !important;
}
.readtitle {
  display: inline;
  float: center;
  font-size: 17px;
  font-weight: bold;
}
.xtss {
  color: red;
  font-size: 10px;
  font-weight: bold;
}
.xt_touch .ndbv {
  margin: 10px;
  background: /*$c12*/#262626/*e*/;
  padding: 10px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: /*$c9*/#0D0D0D/*e*/ 0px 1px 10px;
  -webkit-box-shadow: /*$c9*/#0D0D0D/*e*/ 0px 1px 10px;
  -o-box-shadow: /*$c9*/#0D0D0D/*e*/ 0px 1px 10px;
  box-shadow: /*$c9*/#0D0D0D/*e*/ 0px 1px 10px;
}

.ndbv {
   margin: 3px;
  background: /*$c12*/#262626/*e*/;
  padding: 3px;
}
.reading {
   margin: 3px;
  background: /*$c12*/#FFFFFF/*e*/;
  padding: 3px;
  color: #000 !important;
}

.xt_touch .reading {
  margin: 10px;
  background: /*$c12*/#ffffff/*e*/;
  padding: 10px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: /*$c9*/#0D0D0D/*e*/ 0px 1px 10px;
  -webkit-box-shadow: /*$c9*/#0D0D0D/*e*/ 0px 1px 10px;
  -o-box-shadow: /*$c9*/#0D0D0D/*e*/ 0px 1px 10px;
  box-shadow: /*$c9*/#0D0D0D/*e*/ 0px 1px 10px;
  color: #000 !important;
}

.bold_link a:hover {
  font-weight: bold;
}

.chattingboxtitle {
  color: black !important;
}

.permaltylink {
  font-size: 15px !important;
}

.menupc a {
  color: #000;
  font-weight: bold;
}

.menupc a:hover {
  background-color: #000;
  padding: 3px;
  color: #fff !important;
  text-decoration: none !important;
}

.headertitle {
  margin-bottom: 5px;
  background-image: url(http://nsonline.xyz/img/trotch_cover.png);
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: #000;
}
  
.tipdescription {
  color: black;
  background-color: #fff;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.lanset {
  background-color: none;
  color: white;
  text-align: center;
  text-weight: bold;
  border: 2px solid #fff;
}
.lgbg {
  margin-top: 5px;
  font-family: Open Sans;
}
.t1:hover {
  color: transparent !important;
}
.t2:hover {
  color: transparent !important;
}
.t3:hover {
  color: transparent !important;
}
.suplink {
  color: blue !important;
  vertical-align: super;
  font-size: 75%;
  font-weight: bold;
}
.forumpost_description {
  border: 1px solid gray;
  background: #000;
  color: white !important;
  font-size: 90%;
  padding: 4px;
  margin: 3px 3px 0 3px;
}

.admintb {
  margin: 5px 0 0 5px;
}
.twitter-tweet-button {
  margin-bottom: -6px;
}
.list1 {
  margin-bottom: 4px;
}

.infotext {
  position: relative;
  display: inline-block;
  color: #fff !important;
}

.descriptiontip {
  visibility: hidden;
  background-color: transparent;
  text-align: left;
  padding: 0;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 0%;
  opacity: 0;
  transition: opacity 1s;
}

.infotext:hover .descriptiontip {
  visibility: visible;
  opacity: 1;
  cursor: -webkit-zoom-in;
  transition: opacity 1s;
}


.fixed-header {
  position: fixed;
  top: 0;
  margin-bottom: auto;
  padding: 3px;
  background: #000 !important;
  color: #fff !important;
  text-align: left;
  border-bottom: 3px solid #fff;
  z-index: 1;
  width: 100%;
}

.fixed-footer {
  position: fixed;
  bottom: 0;
  margin: auto auto 0 auto;
  padding: 2px;
  background: #000;
  color: #fff;
  text-align: left;
}

.m-nav {
  font-size: 14px;
  padding: 2px;
  margin-left: 4px;
  display: inline;
  text-decoration: none;
  font-color: white;
}

.m-nav:hover {
  color: black !important;
  background: #fff;
  text-decoration: none;
}

.m-sitename {
  font-size: 18px;
}

.m-sitedesc {
  font-size: 15px;
  background: none;
  border: 0;
  color: #ff0;
  text-shadow: 1px 1px #f00;
  box-shadow: none"
}