html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
fieldset,img{
  border:0;
}
li{
  list-style:none;
}
caption,th{
  text-align:left;
}
h1,h2,h3,h4,h5,h6{
  font-size:100%;
  font-weight:normal;
}
legend{
  color:#000;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a img{border:0;}
a{outline:0;} /*firefox dotted line*/
a:link, a:visited{ }
a:hover{ }
.clearfix::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}


body{
  font-family:"helvetica neue", "arial", sans-serif;
  font-size:13px;
  color:#3e3e3e;
  background:#fafafa url('../images/bg-body.jpg') top center;
  text-shadow:1px 1px rgba(255,255,255,0.5);
}
a{
  text-decoration:none;
}
a:link, a:visited{
  color:#3e3e3e;
}
a:hover{
  text-decoration:underline;
}
h1, h2, h3, h4, h5, h6, h1 a {
  font-weight: normal;
  color: #3D3D3D;
}
#header{
  margin:10px 0px 10px 0px;
}
#header #logo{
  text-decoration: none;
  display:block;
  float:left;
}
#header .ad728x90{
  float:right;
}
#navigation{
  height:60px;
  margin:10px 0px;
}
#navigation .nav-left, #navigation .nav-right{
  width:25px;
  height:60px;
  padding:0px;
  float:left;
}
#navigation .nav-left{
  background:transparent url('../images/nav-left.png') no-repeat top right;
}
#navigation .nav-right{
  background:transparent url('../images/nav-right.png') no-repeat top left;
}
#navigation .nav-content{
  float:left;
  width:1025px;
  height:60px;
  background:transparent url('../images/nav-content.png') repeat-x top left;
}
#navigation .nav-content ul{
  float:right;
  margin-top:12px;
}
#navigation .nav-content ul li{
  list-style: none;
  line-height: 32px;
}
#navigation .nav-content ul li a {
  display:block;
  float:left;
  background: url('../images/bg-filterbar-right.png') no-repeat right top;
  padding: 0 10px 20px 0;
  height: 12px;
  margin-top: 0px;
  border: 0;
  border-image: initial;
  color: #8B8B8B;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: none;
}
#navigation .nav-content ul li a span {
  display:block;
  float:left;
  background: url('../images/bg-filterbar-left.png') no-repeat left top;
  height: 32px;
  float: left;
  margin-left: -10px;
  padding: 0 15px 0 20px;
}
#navigation .nav-content ul li:hover a{
  background-position:right -104px;
  color:#EFEFEF;
}
#navigation .nav-content ul li:hover a span{
  background-position:left -64px;
}
#navigation .nav-content ul li.disabled a,
#navigation .nav-content ul li.disabled:hover a,
#navigation .nav-content ul li.disabled a span,
#navigation .nav-content ul li.disabled:hover a span{
  color:#9B9B9B;
}
#navigation .nav-content ul li.disabled a,
#navigation .nav-content ul li.disabled:hover a{
  background-position:right -32px;
}
#navigation .nav-content ul li.disabled a span,
#navigation .nav-content ul li.disabled:hover a span{
  background-position:left -32px;
}

#footer{
  width:100%;
  height:30px;
  background: #000 url('../images/bg-footer.jpg') repeat-x 0px 0px;
  color:#EFEFEF;
  padding-top:40px;
  text-shadow:1px 1px rgba(0,0,0,0.5);
}
#footer a{
  color:#AAA;
}
.top-line{
  width:100%;
  height:4px;
  background:#111;
  border-bottom:1px solid #EFEFEF;
}
.vig-left {
  width: 450px;
  height: 450px;
  background: url('../images/vig-dark.png') no-repeat left bottom;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
}
.vig-right {
  width: 450px;
  height: 450px;
  background: url('../images/vig-dark.png') no-repeat right bottom;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.wrapper {
  width: 1075px;
  margin: auto;
  padding: 0 5px;
  position: relative;
  z-index: 2;
}
.wide-content{
  width: 1075px;
  position: relative;
  z-index: 2;
}
.main-column{
  width:760px;
  float:left;
}
.right-column{
  float:right;
  width:300px;
  padding:0px 5px;
  margin:55px 0px 0px;
}
.right-column .widget, .bottom-line{
  margin:0px 0px 20px 0px;
  border-bottom: 1px solid #DDD;
  padding-bottom:20px;
}
.right-column .widget::after, .bottom-line::after {
  display: block;
  content: "";
  border-bottom: 1px solid #AAA;
  position: relative;
  bottom: -20px;
}
.right-column .widget h2{
  font-size:20px;
  line-height:24px;
  font-weight: normal;
  margin-bottom:10px;
}
.right-column .widget h2 span{
  font-weight: bold;
  margin:0px 4px;
}
.right-column .widget ul li {
  position:relative;
  background: transparent url('../images/li-widget-bg.png') no-repeat 0 0;
  width:280px;
  height:50px;
  padding:5px 10px;
  margin:0px 0px 5px;
}
.right-column .widget ul li.current{
  background:#EEE;
  border:1px solid #888;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.right-column .widget ul li:hover{
  background-position: 0px -61px;
}
.right-column .widget ul li a{
  text-decoration:none;
  display:block;
  width:280px;
  height:50px;
}
.right-column .widget ul li h3,
#users-playlist .list-item .top h3{
  font-size:16px;
  line-height:24px;
  font-weight:bold;
}
.right-column .widget ul li .t-logo,
#users-playlist .list-item .top .t-logo{
  width:48px;
  height:48px;
  float:left;
  margin-right:10px;
}
.right-column .widget ul li .rank,
#users-playlist .list-item .top .rank{
  display:inline-block;
  margin-top:5px;
  font-size:16px;
  color:#F1EBAC;
  font-weight:bold;
  text-shadow:1px 1px rgba(100,29,0,0.5);
}
.user-status{
  height:15px;
  padding:0px 10px 0px 16px;
  background: transparent url('../images/images.png') no-repeat -90px -32px;
}
.user-status.online{
  background-position:-90px -16px;
}
.right-column .widget ul li .user-status,
#users-playlist .list-item .top .user-status{
  position:absolute;
  top:8px;
  right:0px;
  color:black;
}
.right-column .widget ul li .viewers,
#users-playlist .list-item .top .viewers{
  bottom:8px;
}
h1.title{
  font-size:35px;
  line-height:35px;
  margin:20px 0px 10px 0px;
  font-weight: normal;
}
h1.title span{
  font-weight: bold;
}

/* Users#index */
#tcams, #tcasts{
  list-style-type: none;
}
#tcams .item, #tcasts .item{
  width: 183px;
  height: 192px;
  position:relative;
  float:left;
  z-index:3;
  background: transparent url('../images/tcams2.png') no-repeat -1px -1px;
  margin:0px 6px 15px 0px;
}
#tcams .item:hover,
#tcasts .item:hover{
  background-position: -185px -1px;
}
#tcams .item.checked,
#tcasts .item.checked{
  background-position: -368px -1px;
}
#tcams .item .preview,
#tcasts .item .preview{margin:5px 5px 0px 5px;display:block;text-decoration:none;}
#tcams .item .preview,
#tcams .item .preview img,
#tcasts .item .preview,
#tcasts .item .preview img{
  width:170px;
  height:128px;
}
#tcams .item .details,
#tcasts .item .details{
  margin:6px 6px 0px 6px;
  position:relative;
  overflow:hidden;
}
.item .icon, .top .icon{
  margin-top:4px;
  display:inline-block;
  width:16px;
  height:14px;
  opacity: 0.6;
  -moz-opacity: 0.6;
  filter:alpha(opacity=60);
  cursor:pointer;
}
.item .close, .top .close{
  background: transparent url('../images/images.png') no-repeat 0px -34px;
}
.item .blank, .top .blank{
  background: transparent url('../images/images.png') no-repeat -20px -17px;
}
.item .playlist-checkbox{
  background: transparent url('../images/images.png') no-repeat -20px -1px;
}
.item.checked .playlist-checkbox{
  background-position: -40px -1px;
}
.item .twitter, .top .twitter{
  background: transparent url('../images/images.png') no-repeat -40px -18px;
}
.item .icon:hover, .top .icon:hover{
  text-decoration:none;
  opacity: 1;
  -moz-opacity: 1;
  filter:alpha(opacity=1);
}
#tcams .item .details .logo,
#tcasts .item .details .logo{
  display: block;
  float:left;
  margin-right:5px;
}
#tcams .item .details .logo,
#tcams .item .details .logo img,
#tcasts .item .details .logo,
#tcasts .item .details .logo img{
  text-decoration: none;
  width:48px;
  height:48px;
}
#tcams .item .details h3,
#tcasts .item .details h3{
  width:116px;
  overflow:hidden;
  font-weight: bold;
  font-size:14px;
  line-height:14px;
  margin-bottom:4px;
}
.widget .viewers,
#tcams .item .details .viewers,
#tcasts .item .details .viewers{
/*  position:absolute;
  right:5px;
  bottom:0px;*/
  font-style: italic;
  color:#FFF;
  text-shadow:1px 1px rgba(0,0,0,0.5);
}
/* Footer Buttons*/
.playlist_painel{
  display:none;
  position:fixed;
  bottom:0px;
  background:#FFF;
  z-index:10;
  left:40%;
  padding:10px 15px 5px;
  border:1px solid #aaa;
  border-bottom:none;
  -webkit-animation-name: glowPulse;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
}
.playlist_painel ul{
  float:left;
}
.playlist_painel #play-all,
.playlist_painel #clear-all{
  text-decoration:none;
  cursor: pointer;
  text-align: center;
}
.playlist_painel #play-all{
  border: 1px solid #2F36FF;
  display: block;
  font-size: 18px;
  line-height:18px;
  color: #FFF;
  text-shadow:#000066 1px 1px;
  padding: 15px 10px;
  background: -webkit-gradient(linear,left top,left bottom,from(#B6C6FF),to(#466EFF));
  background: -moz-linear-gradient(top,#B6C6FF,#466EFF);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#B6C6FF', EndColorStr='#466EFF');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#B6C6FF', EndColorStr='#466EFF')";
}
.playlist_painel #play-all:hover{
  text-shadow: #000033 1px 1px;
  border: 1px solid #000066;
  background: -webkit-gradient(linear,left top,left bottom,from(#0033FF),to(#000066));
  background: -moz-linear-gradient(top,#0033FF,#000066);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#0033FF', EndColorStr='#000066');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#0033FF', EndColorStr='#000066')";
}
.playlist_painel #play-all:active{
  text-shadow: #000033 1px 1px;
  border: 1px solid #000066;
  background: -webkit-gradient(linear,left top,left bottom,from(#000066),to(#0033FF));
  background: -moz-linear-gradient(top,#000066,#0033FF);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#000066', EndColorStr='#0033FF');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#000066', EndColorStr='#0033FF')";
}
.playlist_painel #clear-all{
  display:block;
  border: 1px solid #ccc;
  color: #AAA;
  margin-top:3px;
  padding:3px 10px;
}
.playlist_painel #clear-all:hover{
  border-color:#999;
  color:#555;
}
.playlist_painel ul li{
  border:1px solid #eee;
  background:#FFF;
  padding:3px;
  display:inline-block;
  margin-right:5px;
  font-size:11px;
  line-height:14px;
  color:#333;
  width:75px;
  height:65px;
}
.playlist_painel ul li .screen_name{
  float:left;
  display:block;
  margin-top:3px;
  width:75px;
  overflow:hidden;
}
.playlist_painel ul li img{
  width:48px;
  height:48px;
  float:left;
  margin-right:5px;
}
.playlist_painel ul li .close{
  display:block;
  float:right;
  margin-top:4px;
  width:14px;
  height:14px;
  cursor:pointer;
  background: transparent url('../images/images.png') no-repeat 0px -34px;
  opacity: 0.3;
  -moz-opacity: 0.3;
  filter:alpha(opacity=30);
}
.playlist_painel ul li .close:hover{
  text-decoration: none;
  opacity: 1;
  -moz-opacity: 1;
  filter:alpha(opacity=1);
}

/* Tabs */
ul.rtabs{
  list-style:none;
  margin:0 0 0 10px;
  padding:0;
}
ul.rtabs li{
  margin:0 2px 0 0;
  padding:0 5px;
  font-size:12px;
  line-height:28px;
  height:28px;
  overflow:hidden;
  float:left;
  border:solid 1px #ccc;
  border-bottom:none;

  background: #EEE; /* Old browsers */
  background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */
  background: linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}
ul.rtabs li a,
ul.rtabs li span{
  color:#555;
  text-decoration:none;
  font-weight:bold;
}
ul.rtabs li a img,
ul.rtabs li span img{
  vertical-align:middle;
}
ul.rtabs li:hover, ul.rtabs li.active {
  height:29px;
  background: #FFF; /* Old browsers */
  background: -moz-linear-gradient(top, rgba(239,239,239,1) 1%, rgba(255,255,255,1) 57%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(239,239,239,1)), color-stop(57%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(239,239,239,1) 1%,rgba(255,255,255,1) 57%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(239,239,239,1) 1%,rgba(255,255,255,1) 57%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(239,239,239,1) 1%,rgba(255,255,255,1) 57%); /* IE10+ */
  background: linear-gradient(top, rgba(239,239,239,1) 1%,rgba(255,255,255,1) 57%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
ul.rtabs li:hover a,
ul.rtabs li.active a,
ul.rtabs li:hover span,
ul.rtabs li.active span{
  color:#2e2e2e;
}

.breadcrumbs{
  list-style: none;
  width:100%;
  clear:both;
  margin:20px 0px;
}
ul.breadcrumbs li#crumb0 {
  background: none !important;
  margin: 0;
  padding: 0;
}
ul.breadcrumbs li {
  font-size:16px;
  line-height:18px;
  display: inline;
  background: url('../images/images.png') no-repeat -95px 3px;
  margin: 0px 0 0px 5px;
  padding: 0px 0px 0px 15px;
  color:#5F5F5F;
}
ul.breadcrumbs li a{
  color:#1F1F1F;
  font-weight:bold;
}
.breadcrumbs a.home{
  display:inline-block;
  width:18px;
  height:17px;
  background: transparent url('../images/images.png') 0px -15px;
}
.breadcrumbs a.home:hover{
  text-decoration:none;
}
/* Users#show */
#users-show{
  position:relative;
  padding:5px;
  background:#FFF;
  -webkit-box-shadow: 1px 2px 5px #777;
  -moz-box-shadow: 1px 2px 5px #777;
}
#users-show .top{
  width:760px;
  margin-bottom:10px;
  padding:10px;
}
#users-show .top .twitter-logo{
  float:left;
  width:73px;
  height:73px;
}
#users-show .top .details{
  float:left;
  margin-left:10px;
}

#users-show .tab-inner{
  width:748px; /*750px -1px padding-left -1px padding-right*/
  min-height:60px;
  background: #FFF url('../images/roundtop.png') no-repeat 0 0;
  padding:1px 1px 0px 1px;
  margin-top:-1px;
}
.tcam-frame{
  width:320px;
  height:265px;
  margin:0 auto 0 auto;
}
.twitcast .tcam-frame{ height:313px; }

#users-show .left{
  width:340px;
  float:left;
  background:white;
  margin:14px 9px 9px 9px;
}
#users-show .left .share-it{
  margin:15px 0px 15px 0px;
}
#users-show .left .share-it h3{
  font-size: 16px;
  color: #3c5557;
  line-height: 30px;
  text-shadow: none;
  text-align: center;
  padding: 0px 10px;
  background: #98d3d7;
  font-weight:bold;
}
#users-show .left .share-it .inner{
  color:#640070;
  border-top:none;
  padding:20px 10px 10px;
  background:#dfedee;
}
#users-show .left .share-it .inner a {
  position:relative;
  display: inline-block;
  height: 21px;
  line-height: 21px;
  color: #f4f8f9;
  text-shadow: none;
  text-decoration:none;
  margin: 5px 10px 10px 21px;
  padding: 0px 11px 0px 0px;
  background: url('../images/share-it-right.png') no-repeat right top;
/*  text-indent: -9999px;*/
  width:115px;
  text-align:center;
}
#users-show .left .share-it .inner a .left-bg{
  position:absolute;
  left:-11px;
  width:11px;
  height:21px;
  background: url('../images/share-it-left.png') no-repeat left top;
}
#users-show .left .share-it .inner a:hover{background-position: right center;}
#users-show .left .share-it .inner a:hover .left-bg{background-position: left center;}
#users-show .left .share-it .inner a:active{background-position: right bottom;}
#users-show .left .share-it .inner a:active .left-bg{background-position: left bottom;}
#users-show .left .share-it input{
  display: block;
  width: 300px;
  height: 26px;
  margin: 0 0 10px 10px;
  padding: 0px 10px 0 70px;
  background: url('../images/input-link.gif') no-repeat left top;
  border: none;
  color: #777;
  border-image: initial;
}
#users-show .right{
  float:right;
  width:379px;
  padding:5px;
  min-height:729px;
/*  background:#EEE;*/
  border-left:1px solid #ccc;
}
#users-show .right .tweets-list{
  height: 728px;
  overflow-y:scroll;
  overflow-x:hidden;
}
#users-show .twitcast .right .tweets-list{
  height:769px;
}
.gray-gradient-bg{
  background: rgb(250,250,250); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(250,250,250,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(250,250,250,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(250,250,250,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(250,250,250,1) 0%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(250,250,250,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */
  background: linear-gradient(top,  rgba(250,250,250,1) 0%,rgba(204,204,204,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}

/* Users#playlist */
#users-playlist{
  width:100%;
  clear:both;
}
#users-playlist .list-item{
  position:relative;
  background:#fff;
  float:left;
  margin:0px 11px 27px 7px;
  width:340px;
  -webkit-box-shadow: 1px 2px 5px #777;
  -moz-box-shadow: 1px 2px 5px #777;
}
#users-playlist .list-item .top{
  margin:10px 10px 5px 10px;
}
.top .menu,
.top .menu{
  position:absolute;
  z-index:1;
  right:0px;
  top:0px;
  background:#efefef;
  border-left:1px solid #ccc;
  border-bottom:1px solid #ccc;
  border-image: initial;
  padding:3px 6px;
  -moz-border-radius:0 6px 0 6px;
  -webkit-border-radius:0 6px 0 6px;
  /* CSS3PIE only supports the shorthand border-radius: (top-left,top-right,bottom-right,bottom-left) */
  border-radius:0 6px 0 6px;
  behavior: url(/stylesheets/PIE.htc);
}
.top .menu a{
  color:blue;
}
#users-playlist .list-item .tcam-frame{
  margin:0px 10px 0px 10px;
}
#users-playlist .list-item .chat-container{
  padding:0px 10px 10px 10px;
  margin-top:10px;
  border-top:1px solid #DEDEDE;
}
#users-playlist .list-item .tweets-list{
  margin-top:10px;
  height: 350px;
  overflow-y:scroll;
  overflow-x:hidden;
}
#users-playlist .list-item.twitcast .tweets-list{
  height:302px;
}


/* Shared class */
.hidden{ display:none; }
.right{ float: right; }
.left{ float: left; }
.clr, .clear{ clear: both; }
.text-center{ text-align: center; }
.text-left{ text-align: left; }
.text-right{ text-align: right; }
.display-block{ display:block; }
.orange{color:orange;}
.block_left{display:block;float:left;}
.block_right{display:block;float:right;}
.mrgb_0{margin-bottom:0px !important;}
.mrgb_5{margin-bottom:5px !important;}
.mrgb_10{margin-bottom:10px !important;}
.mrgb_15{margin-bottom:15px !important;}
.mrgt_0{margin-top:0px !important;}
.mrgt_5{margin-top:5px !important;}
.mrgt_10{margin-top:10px !important;}
.mrgt_15{margin-top:15px !important;}
.mrgt_20{margin-top:20px !important;}
.mrgl_0{margin-left:0px !important;}
.mrgl_5{margin-left:5px !important;}
.mrgl_10{margin-left:10px !important;}
.mrgl_15{margin-left:15px !important;}
.mrgr_0{margin-right:0px !important;}
.mrgr_5{margin-right:5px !important;}
.mrgr_10{margin-right:10px !important;}
.mrgr_15{margin-right:15px !important;}
.pd_10{padding:10px !important;}
.gray{color:gray;}

/* decoration */
.round{
  -moz-border-radius:6px 6px 6px 6px;
  -webkit-border-radius:6px 6px 6px 6px;
  /* CSS3PIE only supports the shorthand border-radius: (top-left,top-right,bottom-right,bottom-left) */
  border-radius:6px 6px 6px 6px;
  behavior: url(/stylesheets/PIE.htc);
}
.roundtop{
  -moz-border-radius:6px 6px 0 0;
  -webkit-border-radius:6px 6px 0 0;
  /* CSS3PIE only supports the shorthand border-radius: (top-left,top-right,bottom-right,bottom-left) */
  border-radius:6px 6px 0 0;
  behavior: url(/stylesheets/PIE.htc);
}
.roundbtm{
  -moz-border-radius:0 0 6px 6px;
  -webkit-border-radius:0 0 6px 6px;
  /* CSS3PIE only supports the shorthand border-radius: (top-left,top-right,bottom-right,bottom-left) */
  border-radius:0 0 6px 6px;
  behavior: url(/stylesheets/PIE.htc);
}
.roundbtmr{
  -moz-border-radius:0 0 6px 0px;
  -webkit-border-radius:0 0 6px 0px;
  /* CSS3PIE only supports the shorthand border-radius: (top-left,top-right,bottom-right,bottom-left) */
  border-radius:0 0 6px 0px;
  behavior: url(/stylesheets/PIE.htc);
}
.roundbtml{
  -moz-border-radius:0 0 0 6px;
  -webkit-border-radius:0 0 0 6px;
  /* CSS3PIE only supports the shorthand border-radius: (top-left,top-right,bottom-right,bottom-left) */
  border-radius:0 0 0 6px;
  behavior: url(/stylesheets/PIE.htc);
}
.roundtopr{
  -moz-border-radius:0 6px 0 0;
  -webkit-border-radius:0 6px 0 0;
  /* CSS3PIE only supports the shorthand border-radius: (top-left,top-right,bottom-right,bottom-left) */
  border-radius:0 6px 0 0;
  behavior: url(/stylesheets/PIE.htc);
}
.roundtopl{
  -moz-border-radius:6px 0 0 0;
  -webkit-border-radius:6px 0 0 0;
  /* CSS3PIE only supports the shorthand border-radius: (top-left,top-right,bottom-right,bottom-left) */
  border-radius:6px 0 0 0;
  behavior: url(/stylesheets/PIE.htc);
}
.roundr {
  -moz-border-radius:0px 6px 6px 0px;
  -webkit-border-radius:0px 6px 6px 0px;
  /* CSS3PIE only supports the shorthand border-radius: (top-left,top-right,bottom-right,bottom-left) */
  border-radius:0px 6px 6px 0px;
  behavior: url(/stylesheets/PIE.htc);
}
.roundl {
  -moz-border-radius:6px 0px 0px 6px;
  -webkit-border-radius:6px 0px 0px 6px;
  /* CSS3PIE only supports the shorthand border-radius: (top-left,top-right,bottom-right,bottom-left) */
  border-radius:6px 0px 0px 6px;
  behavior: url(/stylesheets/PIE.htc);
}

.render_error{
  width:500px;
  margin:40px auto;
  text-align:center;
  border: 1px solid #eee;
  -webkit-box-shadow: 0 0 3px #246;
  -moz-box-shadow: 0 0 3px #246;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  background:#FFF;
  padding:20px;
}
.render_error h1{
  margin-bottom:50px;
  font-size:30px;
}
.render_error a{
  color:#111;
}

/*AD*/
.ad728x90{
  width:728px;
  height:90px;
}
.ad336x280{
  width:336px;
  height:280px;
}
.ad300x250{
  width:300px;
  height:250px;
}
.ad336x280, .ad300x250,.ad728x90{
  display:block;
  margin:0 auto;
  padding:0px;
}

/* Glow Transition */

@-webkit-keyframes glowPulse {
  from {
    -moz-box-shadow: 0px 1px 30px #466EFF;
    -webkit-box-shadow: 0px 1px 30px #466EFF;
    box-shadow: 0px 1px 30px #466EFF;
  }
  50% {
    -moz-box-shadow: 0px 1px 0px #fff;
    -webkit-box-shadow: 0px 1px 0px #fff;
    box-shadow: 0px 1px 1px #fff;
  }
  to {
    -moz-box-shadow: 0px 1px 30px #466EFF;
    -webkit-box-shadow: 0px 1px 30px #466EFF;
    box-shadow: 0px 1px 30px #466EFF;
  }
}


.twitter_login-button{
  text-decoration:none;
  cursor: pointer;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAAA+CAIAAAAUI4o4AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAF1JREFUeNrs0wENAEAIAzGevH/LQwekOFh6vCS1+bqW3ydAgEAMkBABAgZIyAAJESBggIQIEJAQAQKeWEIEJESAgCeWEAECBkhIQhIiQMAACREgYICECBC4P2AEGAA3WnJU9cQ2ZgAAAABJRU5ErkJggg==) repeat-x 0px 0px;
  border: 1px solid #AAA;
  display: block;
  float: right;
  font-size: 16px;
  color: #555;
  font-weight: normal;
  text-shadow: #FFF 0px 1px;
  text-align: center;
  padding: 6px 40px 8px;
  margin:0px 10px 0px 10px;
}
.twitter_login-button:hover {
  border: 1px solid #888;
  background: -webkit-gradient(linear,left top,left bottom,from(#FFF),to(#DDD));
  background: -moz-linear-gradient(top,#FFF,#DDD);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#DDDDDD');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#DDDDDD')";
}
.twitter_login-button:active {
  border: 1px solid #777;
  background: -webkit-gradient(linear,left top,left bottom,from(#FFF),to(#CCC));
  background: -moz-linear-gradient(top,#FFF,#CCC);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#CCCCCC');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#CCCCCC')";
}
#users-playlist .twitter_login-button{
  padding: 6px 20px 8px;
}
.user-chat{
  margin:5px 0px;
}
.user-chat h3{
  margin:0;
  padding:0;
  font-size:16px;
  line-height:16px;
  float:left;
  color:black;
  font-weight:bold;
}
.user-chat .logged-user{
  float:right;
  font-size:10px;
  line-height:13px;
}
.user-chat .logged-user .u-name,
.user-chat .logged-user .u-logout{
  margin:0;
  padding:3px 5px;
  float:left;
}
.user-chat .logged-user .u-name{
  background: #DDD;
  border: 1px solid #AAA;
  color: #333;
  -moz-border-radius:8px 0px 0px 8px;
  -webkit-border-radius:8px 0px 0px 8px;
  /* CSS3PIE only supports the shorthand border-radius: (top-left,top-right,bottom-right,bottom-left) */
  border-radius:8px 0px 0px 8px;
  behavior: url(/stylesheets/PIE.htc);
}
.user-chat .logged-user .u-logout{
  background: #A60000;
  border:1px solid #555;
  border-left:none;
  color:white;
  text-shadow:1px 1px rgba(0,0,0,0.8);
  -moz-border-radius:0px 8px 8px 0px;
  -webkit-border-radius:0px 8px 8px 0px;
  /* CSS3PIE only supports the shorthand border-radius: (top-left,top-right,bottom-right,bottom-left) */
  border-radius:0px 8px 8px 0px;
  behavior: url(/stylesheets/PIE.htc);
}
.user-chat .logged-user .u-logout:hover{
  background:#FF0000;
}
.user-chat .u-logo,
.user-chat .u-logo img{
  width:48px;
  height:48px;
}
.user-chat .u-logo{
  margin:5px 0px 5px 10px;
}
#users-playlist .user-chat .u-logo{
  margin-left:3px;
}
.user-chat .u-logo,
.user-chat .tweet-input,
.user-chat .tweet-input .left-bg,
.user-chat .tweet-input .center-bg,
.user-chat .tweet-input .right-bg{
  float:left;
}
.user-chat .u-logo img{
  border:1px solid #333;
}
.user-chat .tweet-input{
  margin:5px 0px 5px 17px;
  position:relative;
}
.user-chat .tweet-input .hover-div{
  display:none;
  background: #333;
  text-align:center;
  color: white;
  font-size:20px;
  width: 293px;
  height: 50px;
  line-height:50px;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 100;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  text-shadow:1px 1px rgba(0,0,0,0.5);
  opacity: 0.6;
  -moz-opacity: 0.6;
  filter:alpha(opacity=60);
}
#users-playlist .user-chat .tweet-input .hover-div{
  width:248px;
}
.user-chat .tweet-input.disabled .hover-div{
  display:block;
}
.user-chat .tweet-input .left-bg{
  display:block;
  width: 13px;
  height:50px;
  overflow:hidden;
  background: url(../images/tweet-left.png) no-repeat 0px 0px;
}
.user-chat .tweet-input .center-bg{
  position:relative;
  background: url(../images/tweet-center.png) repeat-x 0px 0px;
  width: 215px;
}
.user-chat .tweet-input .center-bg textarea{
  background-color: transparent;
  border: 0px;
  height: 50px;
  font-size: small;
  padding: 4px 0px 2px;
  overflow:hidden;
}
.user-chat .tweet-input .center-bg,
.user-chat .tweet-input .center-bg textarea{
  width:215px;
}
#users-playlist .user-chat .tweet-input .center-bg,
#users-playlist .user-chat .tweet-input .center-bg textarea{
  width:170px;
}
.user-chat .tweet-input .center-bg .text_count{
  position:absolute;
  bottom:6px;
  right:6px;
  font-size:10px;
  background:#333;
  padding:1px 4px;
  color:#FFF;
  text-shadow: none;
  min-width:12px;
  text-align:center;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.user-chat .tweet-input .center-bg .text_count.negative{
  background:red;
}
.user-chat .tweet-input .right-bg input{
  cursor:pointer;
  text-indent: -9999px;
  width:65px;
  height: 50px;
  background: url(../images/tweet-right.png) no-repeat 0px 0px;
  border:0px;
  background-color: transparent;
}
.user-chat .tweet-input .right-bg input:hover{
  background-position: 0px bottom;
}
.user-chat .twitter-login-box{
  background:#FFF;
  border:1px solid #ccc;
  padding:10px 10px;
  margin:5px 0px 5px 0px;
  -khtml-border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  text-align:right;
}
.user-chat .twitter-login-box span{
  margin-right:10px;
  font-size:14px;
  line-height:32px;
}
#users-playlist .user-chat .twitter-login-box span{
  margin-right:0px;
}

.gray-border-bottom{
  height:5px;
  margin-bottom:5px;
  background-color: #F5F5F5;
  border-bottom: 1px solid #DFDFDF;
  clear:both;
  box-shadow:0 1px 0 #FFFFFF;
}

.tweets-list .current_user{
  background-color: #FFF;
  border-color: #666;
}
.tweet {
  margin:0 5px 2px 0px;
  padding: 5px 10px;
  min-height:28px;
  border: 1px solid #CCC;

  background: rgb(254,254,254); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(250,250,250,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,254,254,1)), color-stop(100%,rgba(250,250,250,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(254,254,254,1) 0%,rgba(250,250,250,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(254,254,254,1) 0%,rgba(250,250,250,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(254,254,254,1) 0%,rgba(250,250,250,1) 100%); /* IE10+ */
  background: linear-gradient(top, rgba(254,254,254,1) 0%,rgba(250,250,250,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#fafafa',GradientType=0 ); /* IE6-9 */
}
.tweet::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.tweet img {
  float: left;
  vertical-align: middle;
  margin: 0 10px 0px 0;
}
.tweet .text {
  margin: 0;
  font-size:12px;
  line-height:18px;
}
.tweet .username{
  font-weight:bold;
  display:block;
}
.tweet .time {
  font-size: 80%;
  color: #888;
  white-space: nowrap;
  text-decoration: none;
  display:block;
  float:right;
}
.tweet .time a:hover {
  text-decoration: underline;
}
table.current_user{
  width:280px;
  font-size: 11px;
}
table.current_user .text-left{
  padding-left:3px;
}
table.current_user .text-left{
  padding-right:3px;
}

.flag {
  width: 16px;
  height: 11px;
  background:url('../images/flags.gif') no-repeat;
  display:inline-block;
}

.flag.flag-ad {
  background-position: -16px -0px;
}

.flag.flag-ae {
  background-position: -32px -0px;
}

.flag.flag-af {
  background-position: -48px -0px;
}

.flag.flag-ag {
  background-position: -64px -0px;
}

.flag.flag-ai {
  background-position: -80px -0px;
}

.flag.flag-al {
  background-position: -96px -0px;
}

.flag.flag-am {
  background-position: -112px -0px;
}

.flag.flag-an {
  background-position: -128px -0px;
}

.flag.flag-ao {
  background-position: -144px -0px;
}

.flag.flag-ar {
  background-position: -160px -0px;
}

.flag.flag-as {
  background-position: -176px -0px;
}

.flag.flag-at {
  background-position: -192px -0px;
}

.flag.flag-au {
  background-position: -208px -0px;
}

.flag.flag-aw {
  background-position: -224px -0px;
}

.flag.flag-az {
  background-position: -240px -0px;
}

.flag.flag-ba {
  background-position: -0px -11px;
}

.flag.flag-bb {
  background-position: -16px -11px;
}

.flag.flag-bd {
  background-position: -32px -11px;
}

.flag.flag-be {
  background-position: -48px -11px;
}

.flag.flag-bf {
  background-position: -64px -11px;
}

.flag.flag-bg {
  background-position: -80px -11px;
}

.flag.flag-bh {
  background-position: -96px -11px;
}

.flag.flag-bi {
  background-position: -112px -11px;
}

.flag.flag-bj {
  background-position: -128px -11px;
}

.flag.flag-bm {
  background-position: -144px -11px;
}

.flag.flag-bn {
  background-position: -160px -11px;
}

.flag.flag-bo {
  background-position: -176px -11px;
}

.flag.flag-br {
  background-position: -192px -11px;
}

.flag.flag-bs {
  background-position: -208px -11px;
}

.flag.flag-bt {
  background-position: -224px -11px;
}

.flag.flag-bv {
  background-position: -240px -11px;
}

.flag.flag-bw {
  background-position: -0px -22px;
}

.flag.flag-by {
  background-position: -16px -22px;
}

.flag.flag-bz {
  background-position: -32px -22px;
}

.flag.flag-ca {
  background-position: -48px -22px;
}

.flag.flag-catalonia {
  background-position: -64px -22px;
}

.flag.flag-cd {
  background-position: -80px -22px;
}

.flag.flag-cf {
  background-position: -96px -22px;
}

.flag.flag-cg {
  background-position: -112px -22px;
}

.flag.flag-ch {
  background-position: -128px -22px;
}

.flag.flag-ci {
  background-position: -144px -22px;
}

.flag.flag-ck {
  background-position: -160px -22px;
}

.flag.flag-cl {
  background-position: -176px -22px;
}

.flag.flag-cm {
  background-position: -192px -22px;
}

.flag.flag-cn {
  background-position: -208px -22px;
}

.flag.flag-co {
  background-position: -224px -22px;
}

.flag.flag-cr {
  background-position: -240px -22px;
}

.flag.flag-cu {
  background-position: -0px -33px;
}

.flag.flag-cv {
  background-position: -16px -33px;
}

.flag.flag-cy {
  background-position: -32px -33px;
}

.flag.flag-cz {
  background-position: -48px -33px;
}

.flag.flag-de {
  background-position: -64px -33px;
}

.flag.flag-dj {
  background-position: -80px -33px;
}

.flag.flag-dk {
  background-position: -96px -33px;
}

.flag.flag-dm {
  background-position: -112px -33px;
}

.flag.flag-do {
  background-position: -128px -33px;
}

.flag.flag-dz {
  background-position: -144px -33px;
}

.flag.flag-ec {
  background-position: -160px -33px;
}

.flag.flag-ee {
  background-position: -176px -33px;
}

.flag.flag-eg {
  background-position: -192px -33px;
}

.flag.flag-eh {
  background-position: -208px -33px;
}

.flag.flag-england {
  background-position: -224px -33px;
}

.flag.flag-er {
  background-position: -240px -33px;
}

.flag.flag-es {
  background-position: -0px -44px;
}

.flag.flag-et {
  background-position: -16px -44px;
}

.flag.flag-eu {
  background-position: -32px -44px;
}

.flag.flag-fi {
  background-position: -48px -44px;
}

.flag.flag-fj {
  background-position: -64px -44px;
}

.flag.flag-fk {
  background-position: -80px -44px;
}

.flag.flag-fm {
  background-position: -96px -44px;
}

.flag.flag-fo {
  background-position: -112px -44px;
}

.flag.flag-fr {
  background-position: -128px -44px;
}

.flag.flag-ga {
  background-position: -144px -44px;
}

.flag.flag-gb {
  background-position: -160px -44px;
}

.flag.flag-gd {
  background-position: -176px -44px;
}

.flag.flag-ge {
  background-position: -192px -44px;
}

.flag.flag-gf {
  background-position: -208px -44px;
}

.flag.flag-gh {
  background-position: -224px -44px;
}

.flag.flag-gi {
  background-position: -240px -44px;
}

.flag.flag-gl {
  background-position: -0px -55px;
}

.flag.flag-gm {
  background-position: -16px -55px;
}

.flag.flag-gn {
  background-position: -32px -55px;
}

.flag.flag-gp {
  background-position: -48px -55px;
}

.flag.flag-gq {
  background-position: -64px -55px;
}

.flag.flag-gr {
  background-position: -80px -55px;
}

.flag.flag-gs {
  background-position: -96px -55px;
}

.flag.flag-gt {
  background-position: -112px -55px;
}

.flag.flag-gu {
  background-position: -128px -55px;
}

.flag.flag-gw {
  background-position: -144px -55px;
}

.flag.flag-gy {
  background-position: -160px -55px;
}

.flag.flag-hk {
  background-position: -176px -55px;
}

.flag.flag-hm {
  background-position: -192px -55px;
}

.flag.flag-hn {
  background-position: -208px -55px;
}

.flag.flag-hr {
  background-position: -224px -55px;
}

.flag.flag-ht {
  background-position: -240px -55px;
}

.flag.flag-hu {
  background-position: -0px -66px;
}

.flag.flag-id {
  background-position: -16px -66px;
}

.flag.flag-ie {
  background-position: -32px -66px;
}

.flag.flag-il {
  background-position: -48px -66px;
}

.flag.flag-in {
  background-position: -64px -66px;
}

.flag.flag-io {
  background-position: -80px -66px;
}

.flag.flag-iq {
  background-position: -96px -66px;
}

.flag.flag-ir {
  background-position: -112px -66px;
}

.flag.flag-is {
  background-position: -128px -66px;
}

.flag.flag-it {
  background-position: -144px -66px;
}

.flag.flag-jm {
  background-position: -160px -66px;
}

.flag.flag-jo {
  background-position: -176px -66px;
}

.flag.flag-jp {
  background-position: -192px -66px;
}

.flag.flag-ke {
  background-position: -208px -66px;
}

.flag.flag-kg {
  background-position: -224px -66px;
}

.flag.flag-kh {
  background-position: -240px -66px;
}

.flag.flag-ki {
  background-position: -0px -77px;
}

.flag.flag-km {
  background-position: -16px -77px;
}

.flag.flag-kn {
  background-position: -32px -77px;
}

.flag.flag-kp {
  background-position: -48px -77px;
}

.flag.flag-kr {
  background-position: -64px -77px;
}

.flag.flag-kw {
  background-position: -80px -77px;
}

.flag.flag-ky {
  background-position: -96px -77px;
}

.flag.flag-kz {
  background-position: -112px -77px;
}

.flag.flag-la {
  background-position: -128px -77px;
}

.flag.flag-lb {
  background-position: -144px -77px;
}

.flag.flag-lc {
  background-position: -160px -77px;
}

.flag.flag-li {
  background-position: -176px -77px;
}

.flag.flag-lk {
  background-position: -192px -77px;
}

.flag.flag-lr {
  background-position: -208px -77px;
}

.flag.flag-ls {
  background-position: -224px -77px;
}

.flag.flag-lt {
  background-position: -240px -77px;
}

.flag.flag-lu {
  background-position: -0px -88px;
}

.flag.flag-lv {
  background-position: -16px -88px;
}

.flag.flag-ly {
  background-position: -32px -88px;
}

.flag.flag-ma {
  background-position: -48px -88px;
}

.flag.flag-mc {
  background-position: -64px -88px;
}

.flag.flag-md {
  background-position: -80px -88px;
}

.flag.flag-me {
  background-position: -96px -88px;
}

.flag.flag-mg {
  background-position: -112px -88px;
}

.flag.flag-mh {
  background-position: -128px -88px;
}

.flag.flag-mk {
  background-position: -144px -88px;
}

.flag.flag-ml {
  background-position: -160px -88px;
}

.flag.flag-mm {
  background-position: -176px -88px;
}

.flag.flag-mn {
  background-position: -192px -88px;
}

.flag.flag-mo {
  background-position: -208px -88px;
}

.flag.flag-mp {
  background-position: -224px -88px;
}

.flag.flag-mq {
  background-position: -240px -88px;
}

.flag.flag-mr {
  background-position: -0px -99px;
}

.flag.flag-ms {
  background-position: -16px -99px;
}

.flag.flag-mt {
  background-position: -32px -99px;
}

.flag.flag-mu {
  background-position: -48px -99px;
}

.flag.flag-mv {
  background-position: -64px -99px;
}

.flag.flag-mw {
  background-position: -80px -99px;
}

.flag.flag-mx {
  background-position: -96px -99px;
}

.flag.flag-my {
  background-position: -112px -99px;
}

.flag.flag-mz {
  background-position: -128px -99px;
}

.flag.flag-na {
  background-position: -144px -99px;
}

.flag.flag-nc {
  background-position: -160px -99px;
}

.flag.flag-ne {
  background-position: -176px -99px;
}

.flag.flag-nf {
  background-position: -192px -99px;
}

.flag.flag-ng {
  background-position: -208px -99px;
}

.flag.flag-ni {
  background-position: -224px -99px;
}

.flag.flag-nl {
  background-position: -240px -99px;
}

.flag.flag-no {
  background-position: -0px -110px;
}

.flag.flag-np {
  background-position: -16px -110px;
}

.flag.flag-nr {
  background-position: -32px -110px;
}

.flag.flag-nu {
  background-position: -48px -110px;
}

.flag.flag-nz {
  background-position: -64px -110px;
}

.flag.flag-om {
  background-position: -80px -110px;
}

.flag.flag-pa {
  background-position: -96px -110px;
}

.flag.flag-pe {
  background-position: -112px -110px;
}

.flag.flag-pf {
  background-position: -128px -110px;
}

.flag.flag-pg {
  background-position: -144px -110px;
}

.flag.flag-ph {
  background-position: -160px -110px;
}

.flag.flag-pk {
  background-position: -176px -110px;
}

.flag.flag-pl {
  background-position: -192px -110px;
}

.flag.flag-pm {
  background-position: -208px -110px;
}

.flag.flag-pn {
  background-position: -224px -110px;
}

.flag.flag-pr {
  background-position: -240px -110px;
}

.flag.flag-ps {
  background-position: -0px -121px;
}

.flag.flag-pt {
  background-position: -16px -121px;
}

.flag.flag-pw {
  background-position: -32px -121px;
}

.flag.flag-py {
  background-position: -48px -121px;
}

.flag.flag-qa {
  background-position: -64px -121px;
}

.flag.flag-re {
  background-position: -80px -121px;
}

.flag.flag-ro {
  background-position: -96px -121px;
}

.flag.flag-rs {
  background-position: -112px -121px;
}

.flag.flag-ru {
  background-position: -128px -121px;
}

.flag.flag-rw {
  background-position: -144px -121px;
}

.flag.flag-sa {
  background-position: -160px -121px;
}

.flag.flag-sb {
  background-position: -176px -121px;
}

.flag.flag-sc {
  background-position: -192px -121px;
}

.flag.flag-scotland {
  background-position: -208px -121px;
}

.flag.flag-sd {
  background-position: -224px -121px;
}

.flag.flag-se {
  background-position: -240px -121px;
}

.flag.flag-sg {
  background-position: -0px -132px;
}

.flag.flag-sh {
  background-position: -16px -132px;
}

.flag.flag-si {
  background-position: -32px -132px;
}

.flag.flag-sk {
  background-position: -48px -132px;
}

.flag.flag-sl {
  background-position: -64px -132px;
}

.flag.flag-sm {
  background-position: -80px -132px;
}

.flag.flag-sn {
  background-position: -96px -132px;
}

.flag.flag-so {
  background-position: -112px -132px;
}

.flag.flag-sr {
  background-position: -128px -132px;
}

.flag.flag-st {
  background-position: -144px -132px;
}

.flag.flag-sv {
  background-position: -160px -132px;
}

.flag.flag-sy {
  background-position: -176px -132px;
}

.flag.flag-sz {
  background-position: -192px -132px;
}

.flag.flag-tc {
  background-position: -208px -132px;
}

.flag.flag-td {
  background-position: -224px -132px;
}

.flag.flag-tf {
  background-position: -240px -132px;
}

.flag.flag-tg {
  background-position: -0px -143px;
}

.flag.flag-th {
  background-position: -16px -143px;
}

.flag.flag-tj {
  background-position: -32px -143px;
}

.flag.flag-tk {
  background-position: -48px -143px;
}

.flag.flag-tl {
  background-position: -64px -143px;
}

.flag.flag-tm {
  background-position: -80px -143px;
}

.flag.flag-tn {
  background-position: -96px -143px;
}

.flag.flag-to {
  background-position: -112px -143px;
}

.flag.flag-tr {
  background-position: -128px -143px;
}

.flag.flag-tt {
  background-position: -144px -143px;
}

.flag.flag-tv {
  background-position: -160px -143px;
}

.flag.flag-tw {
  background-position: -176px -143px;
}

.flag.flag-tz {
  background-position: -192px -143px;
}

.flag.flag-ua {
  background-position: -208px -143px;
}

.flag.flag-ug {
  background-position: -224px -143px;
}

.flag.flag-um {
  background-position: -240px -143px;
}

.flag.flag-us {
  background-position: -0px -154px;
}

.flag.flag-uy {
  background-position: -16px -154px;
}

.flag.flag-uz {
  background-position: -32px -154px;
}

.flag.flag-va {
  background-position: -48px -154px;
}

.flag.flag-vc {
  background-position: -64px -154px;
}

.flag.flag-ve {
  background-position: -80px -154px;
}

.flag.flag-vg {
  background-position: -96px -154px;
}

.flag.flag-vi {
  background-position: -112px -154px;
}

.flag.flag-vn {
  background-position: -128px -154px;
}

.flag.flag-vu {
  background-position: -144px -154px;
}

.flag.flag-wales {
  background-position: -160px -154px;
}

.flag.flag-wf {
  background-position: -176px -154px;
}

.flag.flag-ws {
  background-position: -192px -154px;
}

.flag.flag-ye {
  background-position: -208px -154px;
}

.flag.flag-yt {
  background-position: -224px -154px;
}

.flag.flag-za {
  background-position: -240px -154px;
}

.flag.flag-zm {
  background-position: -0px -165px;
}

.flag.flag-zw {
  background-position: -16px -165px;
}
