@import url(http://fonts.googleapis.com/css?family=Ubuntu:400,700&subset=latin,latin-ext);

 
  .kontener {
    position:relative;
    
  }  
  .logo .screen {
    cursor: pointer;
    float: left;
    width: 52px;
    height: 34px;
    margin: 1px 15px 0 0;
    border: 4px solid #ffffff;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    
    
}

.logo .screen .subline1 {
    cursor: pointer;
    background-color: #ffffff;
    width: 30px;
    height: 3px;
    margin: 19px auto 4px auto;
    font-size: 0;
    line-height: 0;
    -webkit-transition: all 600ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

.logo:hover .screen .subline1 {
    width: 18px;
    -webkit-transition: all 600ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

.logo .screen .subline2 {
    cursor: pointer;
    background-color: #ffffff;
    width: 18px;
    height: 3px;
    margin: 0 auto;
    font-size: 0;
    line-height: 0;
    -webkit-transition: all 600ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

.logo:hover .screen .subline2 {
    width: 30px;
    -webkit-transition: all 600ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

.logo .text {
    float: left;
    background-repeat: no-repeat;
   
}

.logo h1 {
    color: #ffffff;
    cursor: pointer;
    font-family: "Ubuntu",sans-serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 24px;
    margin: 0;
    padding: 0;
}

.logo h1 font.yellow {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    color:#feee39;
}

.logo h1 font.thin {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
	
    color: #a5b1b6;
}

a.logo h2 {
 	color: #ffffff;
    cursor: pointer;
    font-family: "Ubuntu",sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.6px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}
  <--! .logo .beta {
    z-index: 99;
    float: right;
    position:absolute;
    right:45px;
    top:-10px;
    
    
    
} -->

#home section#content .tbl_top {
background-color:#21262b;
border-top:1px solid #32383e;
margin:-10px 0 0;
padding:10px 14px;
}

#home section#content .tbl .poster {
width:80px;
height:57px;
background-position:center top;
background-size:cover;
border-right:1px solid #32383e;
float:left;
}

#home section#content .tbl .subtitle {
float:left;
width:575px;
}

#home section#content .tbl .subtitle .opener {
float:left;
width:40px;
height:41px;
border:1px solid #32383e;
border-bottom-width:3px;
background:transparent url(../images/opener-arrow-off.png) center 19px no-repeat;
cursor:pointer;
margin:6px 14px 6px 15px;
}

#home section#content .tbl .subtitle .sub h2 {
color:#e8eef0;
font-size:14px;
line-height:18px;
font-weight:700;
cursor:pointer;
margin:11px 0 0;
}

#home section#content .tbl .subtitle .lang {
float:right;
margin:13px 0 0;
}

#home table.table-layout thead tr th {
border-bottom:1px solid #32383e;
border-right:1px solid #32383e;
border-collapse:collapse;
color:#e8eef0;
font-size:12px;
font-weight:700;
line-height:43px;
text-align:left;
background-color:#22272c;
padding:0 50px 0 15px;
}

#oczekiwane nav {
width:970px;
height:46px;
background-color:#32383e;
margin:0 auto;
}

/*
#oczekiwane nav ul li {
float:left;
height:46px;
}
*/
/*
#oczekiwane nav ul li a {
text-decoration:none;
display:block;
cursor:pointer;
font-size:16px;
line-height:46px;
height:46px;
padding:0 20px;
}
*/

#oczekiwane nav ul li.menu_opener {
width:46px;
background:#414850 url(../images/opener.png) center center no-repeat;
}

#oczekiwane nav ul li.menu_item a {
color:#fff;
text-shadow:0 -1px 1px rgba(0,0,0,0.3);
filter:dropshadow(color=#4C000000,offx=0,offy=-1);
background-color:#2b68ab;
border-right:1px solid #5592d5;
}

#oczekiwane nav ul li.menu_item a:hover {
text-decoration:none;
border-bottom:4px solid #1b4a7e;
line-height:42px;
height:42px;
}

#oczekiwane nav ul li.menu_item a:active,#oczekiwane nav ul li.menu_item a.active {
border-top:4px solid #1b4a7e;
border-bottom:4px solid #215690;
background-color:#215690;
line-height:38px;
height:38px;
}

#oczekiwane nav ul li.menu_item a.disabled {
opacity:0.5;
pointer-events:none;
}

#oczekiwane nav ul li.menu_add a {
width:105px;
color:#fff;
font-weight:700;
text-shadow:0 -1px 1px rgba(0,0,0,0.2);
filter:dropshadow(color=#33000000,offx=0,offy=-1);
background-color:#41d64b;
border-bottom:4px solid #2aa632;
line-height:44px;
height:42px;
background-image:url(../images/add.png);
background-position:21px 10px;
background-repeat:no-repeat;
padding:0 20px 0 57px;
}

#oczekiwane nav ul li.menu_add a:hover {
text-decoration:none;
color:#feee39;
background-color:#41d64b;
border:none;
line-height:48px;
height:46px;
background-position:21px center;
}

#oczekiwane nav ul li.menu_add a:active {
color:#000;
text-shadow:0 1px 1px #69ee72;
filter:dropshadow(color=#69ee72,offx=0,offy=1);
border-top:4px solid #30a338;
border-bottom:4px solid #3ccc46;
background-color:#3ccc46;
line-height:38px;
height:38px;
background-position:21px -64px;
}

#oczekiwane section#content .pagination {
height:43px;
border:1px solid #32383e;
background-color:#22272c;
text-align:left;
margin:20px 0 0;
}

#oczekiwane section#content .pagination .page-prev {
display:block;
cursor:pointer;
border-right:1px solid #32383e;
border-bottom:2px solid #32383e;
background-color:#1b1f23;
color:#7a878c;
line-height:40px;
font-weight:400;
font-size:16px;
float:left;
margin-right:4px;
background:transparent url(../images/arrow_left.png) 15px center no-repeat;
padding:1px 15px 0 35px;
}

#oczekiwane section#content .pagination .page-prev:hover {
background-image:url(../images/arrow_lefth.png);
border-bottom:none;
border-top:2px solid #32383e;
line-height:37px;
padding-bottom:4px;
background-position:15px 15px;
}

#oczekiwane section#content .pagination .page-next {
display:block;
cursor:pointer;
border-left:1px solid #32383e;
border-bottom:2px solid #32383e;
background-color:#1b1f23;
color:#7a878c;
font-weight:400;
font-size:16px;
line-height:40px;
float:right;
background:transparent url(../images/arrow_right.png) 96px center no-repeat;
padding:1px 35px 0 15px;
}

#oczekiwane section#content .pagination .page-next:hover {
background-image:url(../images/arrow_righth.png);
border-bottom:none;
border-top:2px solid #32383e;
line-height:37px;
padding-bottom:4px;
background-position:96px 15px;
text-decoration:none;
}

#oczekiwane section#content .pagination .page-num {
display:inline-block;
cursor:pointer;
border:1px solid #32383e;
border-bottom-width:3px;
background-color:#1b1f23;
color:#7a878c;
font-weight:400;
font-size:13px;
line-height:30px;
margin:4px 2px 0;
padding:1px 9px 0;
}

#oczekiwane table.table-layout thead tr th {
border-bottom:1px solid #32383e;
border-right:1px solid #32383e;
border-collapse:collapse;
color:#e8eef0;
font-size:12px;
font-weight:700;
line-height:43px;
text-align:left;
background-color:#22272c;
padding:0 5px;
}

#oczekiwane table.table-layout td.id,#oczekiwane table.table-layout th.id {
width:20px;
padding-right:5px;
text-align:right;
}

#oczekiwane .progress {
background-image:linear-gradient(to bottom,#5f6267,#5f6267)!important;
position:absolute;
top:8px;
bottom:8px;
left:8px;
right:8px;
text-align:center;
background-color:#32383E;
}

#oczekiwane .progress div {
position:absolute;
top:0;
bottom:0;
left:0;
background-color:#41d64b;
z-index:2;
}

#serial section#content .tbl_top_powiadomienia {
background-color:#5d93d3;
border-top:1px solid #32383e;
margin:10px 0 0;
padding:10px 14px;
}

#serial section#content .tbl_top2 {
background-color:#292f35;
border-top:1px solid #32383e;
margin:10px 0 0;
padding:8px 14px;
}

section#content .tbl_top2 {
background-color:#292f35;
border-top:1px solid #32383e;
margin:10px 0 0;
padding:8px 14px;
}

#serial section#content .tbl .subtitle .sub h3 {
margin-left:10px;
color:#7a878c;
font-size:11px;
font-weight:400;
line-height:20px;
}

#serial .mark {
float:right;
padding-top:3px;
color:#60656a!important;
font-size:11px;
line-height:13px;
text-align:right;
}

#serial .mark .stars2 div {
height:11px;
left:0;
position:relative;
top:0;
background:transparent url(../images/starsh.png) left center no-repeat;
}

#serial section#content .form-row,#serial .control-group {
padding:4px;
}

#serial table.table-layout thead tr th {
border-bottom:1px solid #32383e;
border-right:1px solid #32383e;
border-collapse:collapse;
color:#e8eef0;
font-size:12px;
font-weight:700;
line-height:30px;
text-align:left;
background-color:#22272c;
padding:0 15px;
}
table.table-layout thead tr th {
border-bottom:1px solid #32383e;
border-right:1px solid #32383e;
border-collapse:collapse;
color:#e8eef0;
font-size:12px;
font-weight:700;
line-height:30px;
text-align:left;
background-color:#22272c;
padding:0 15px;
}
#serial table.table-layout tbody tr td {
border-bottom:1px solid #32383e;
border-right:1px solid #32383e;
border-collapse:collapse;
line-height:21px;
color:#e8eef0;
font-size:12px;
font-weight:400;
padding:5px 15px;
}

#serial .infoColumn1tab {
float:left;
padding-left:17px;
width:85px;
}

#serial .infoColumn2 {
float:left;
left:100px;
position:absolute;
top:110px;
}

#serial .infoColumn2tab {
padding-left:17px;
float:left;
width:80px;
}

#serial .infofootertab {
border-top:1px solid #32383e;
display:block;
color:#d0d0d0;
background-color:#21262b;
text-align:right;
width:100%;
margin-top:10px;
}

#serial textarea {
border:1px solid #32383e;
width:95%;
height:80px;
color:#7a878c;
font-size:14px;
line-height:20px;
font-weight:400;
background-color:#1b1f23;
resize:vertical;
padding:5px;
}

#serial input[type=radio],#serial input[type=checkbox] {
display:none;
cursor:pointer;
margin:2px;
}

#szukaj section#content .tbl .subtitle .opener {
cursor:pointer;
float:left;
width:40px;
height:41px;
border:1px solid #32383e;
border-bottom-width:3px;
background:transparent url(../images/arrs.png) center 19px no-repeat;
margin:6px 14px 10px 15px;
}

#szukaj section#content .tbl .subtitle .sub h2 {
cursor:pointer;
color:#e8eef0;
font-size:14px;
line-height:18px;
font-weight:700;
margin:11px 0 0;
}

#komentowane section#content .ad *,#seriale section#content .ad * {
max-width:774px;
margin-left:auto;
margin-right:auto;
}

#komentowane section#content .tbl_top,#serial section#content .tbl_top,#seriale section#content .tbl_top {
background-color:#292f35;
border-top:1px solid #32383e;
margin:10px 0 0;
padding:10px 14px;
}

#komentowane section#content .tbl_top1,#seriale section#content .tbl_top1 {
background-color:#292f35;
border-top:1px solid #32383e;
height:25px;
margin:10px 0 0;
padding:3px 0 3px 28px;
}

#komentowane section#content .tbl_top2,#seriale section#content .tbl_top2 {
background-color:#292f35;
border-top:1px solid #32383e;
margin:10px 0 0;
padding:8px 28px;
}

#komentowane section#content .tbl_top .head_r label,#serial section#content .tbl_top .head_r label,#serial section#content .tbl_top_powiadomienia .head_r label,#seriale section#content .tbl_top .head_r label {
vertical-align:middle;
color:#e8eef0;
font-size:13px;
line-height:20px;
margin:0 29px 0 4px;
}

#komentowane section#content .tbl,#oczekiwane section#content .tbl,#profile section#content .tbl,#serial section#content .tbl,#seriale section#content .tbl,#szukaj section#content .tbl,#tlumaczenia section#content .tbl {
width:765px;
position:relative;
border-top:1px solid #32383e;
background-color:#1b1f23;
z-index:10;
}

#komentowane section#content .tbl .poster,#serial section#content .tbl .poster,#seriale section#content .tbl .poster {
width:100px;
height:133px;
background-position:center top;
background-size:cover;
border-right:1px solid #32383e;
float:left;
}

#komentowane section#content .tbl .avatar,#serial section#content .tbl .avatar,#seriale section#content .tbl .avatar {
width:100px;
height:100px;
background-position:center top;
background-size:cover;
border-right:1px solid #32383e;
float:left;
}

#komentowane section#content .tbl .subtitle,#komentowane section#content .tbl .subtitle *,#oczekiwane section#content .tbl .subtitle,#oczekiwane section#content .tbl .subtitle *,#profile section#content .tbl .subtitle,#profile section#content .tbl .subtitle *,#serial section#content .tbl .subtitle,#serial section#content .tbl .subtitle *,#seriale section#content .tbl .subtitle,#seriale section#content .tbl .subtitle *,#szukaj section#content .tbl .subtitle,#szukaj section#content .tbl .subtitle *,#tlumaczenia section#content .tbl .subtitle,#tlumaczenia section#content .tbl .subtitle * {
cursor:pointer;
}

#komentowane section#content .tbl .subtitle,#serial section#content .tbl .subtitle,#seriale section#content .tbl .subtitle {
float:left;
width:540px;
}

#komentowane section#content .tbl .subtitle .opener,#oczekiwane section#content .tbl .subtitle .opener,#profile section#content .tbl .subtitle .opener,#serial section#content .tbl .subtitle .opener,#seriale section#content .tbl .subtitle .opener,#tlumaczenia section#content .tbl .subtitle .opener {
float:left;
width:40px;
height:41px;
border:1px solid #32383e;
border-bottom-width:3px;
background:transparent url(../images/arrs.png) center 19px no-repeat;
margin:6px 14px 10px 15px;
}

#komentowane section#content .tbl .subtitle .sub,#home section#content .tbl .subtitle .sub,#oczekiwane .left,#oczekiwane header > .wrap a.logo .text,#oczekiwane section#content .tbl .subtitle .sub,#oczekiwane footer a.logo .text,#profile .left,#profile header > .wrap a.logo .text,#profile section#content .tbl .subtitle .sub,#profile footer a.logo .text,#serial section#content .tbl .subtitle .sub,#seriale section#content .tbl .subtitle .sub,#szukaj section#content .tbl .subtitle .sub,#szukaj .left,#szukaj header > .wrap a.logo .text,#szukaj footer a.logo .text,#tlumaczenia .left,#tlumaczenia header > .wrap a.logo .text,#tlumaczenia section#content .tbl .subtitle .sub,#tlumaczenia footer a.logo .text {
float:left;
}

#komentowane section#content .tbl .subtitle .sub h2,#oczekiwane section#content .tbl .subtitle .sub h2,#profile section#content .tbl .subtitle .sub h2,#serial section#content .tbl .subtitle .sub h2,#seriale section#content .tbl .subtitle .sub h2,#tlumaczenia section#content .tbl .subtitle .sub h2 {
color:#e8eef0;
font-size:14px;
line-height:18px;
font-weight:700;
margin:11px 0 0;
}

#komentowane section#content .tbl .subtitle .sub h3,#seriale section#content .tbl .subtitle .sub h3 {
color:#7a878c;
font-size:11px;
line-height:20px;
font-weight:400;
margin-left:10px;
}

#komentowane section#content .tbl .subtitle .lang,#oczekiwane section#content .tbl .subtitle .lang,#profile section#content .tbl .subtitle .lang,#serial section#content .tbl .subtitle .lang,#seriale section#content .tbl .subtitle .lang,#szukaj section#content .tbl .subtitle .lang,#tlumaczenia section#content .tbl .subtitle .lang {
float:right;
margin:24px 0 0;
}

#komentowane .mark,#seriale .mark {
float:right;
padding-top:3px;
color:#545d62;
font-size:11px;
line-height:13px;
text-align:right;
}

#komentowane section#content .page,#serial section#content .page,#seriale section#content .page {
border:1px solid #32383e;
border-top:none;
margin-bottom:25px;
color:#e8eef0;
font-size:12px;
line-height:17px;
text-align:justify;
}

#komentowane table.table-layout thead tr th,#seriale table.table-layout thead tr th {
border-bottom:1px solid #32383e;
border-right:1px solid #32383e;
border-collapse:collapse;
color:#e8eef0;
font-size:12px;
font-weight:700;
line-height:30px;
text-align:left;
background-color:#22272c;
padding:0 5px;
}

#komentowane table.table-layout tbody tr td,#oczekiwane table.table-layout tbody tr td,#seriale table.table-layout tbody tr td {
border-bottom:1px solid #32383e;
border-right:1px solid #32383e;
border-collapse:collapse;
line-height:31px;
color:#e8eef0;
font-size:11px;
font-weight:400;
padding:0 5px;
}

#komentowane .infoColumn0,#seriale .infoColumn0 {
float:left;
width:100px;
height:100%;
background-color:#1b1f23;
text-align:center;
padding-top:10px;
padding-bottom:10px;
border-right:1px solid #32383e;
border-bottom:1px solid #32383e;
}

#komentowane .infoColumn1,#serial .infoColumn1,#seriale .infoColumn1 {
float:right;
width:640px;
padding:12px;
}

#komentowane .infoColumn2,#seriale .infoColumn2 {
padding-right:10px;
float:left;
}

#komentowane .infoColumn4,#profile .infoColumn4,#seriale .infoColumn4,#szukaj .infoColumn4,#tlumaczenia .infoColumn4 {
padding-left:10px;
float:left;
width:200px;
}

#komentowane .tresc2,#serial .tresc2,#seriale .tresc2 {
padding:30px 10px 0 110px;
}

#komentowane .infoheader,#serial .infoheader,#seriale .infoheader {
display:block;
color:#d0d0d0;
text-align:left;
width:100%;
font-size:16px;
font-weight:700;
}

#komentowane .infoheader1,#seriale .infoheader1 {
float:left;
display:block;
color:#d0d0d0;
text-align:left;
width:20%;
font-size:16px;
font-weight:700;
margin:5px 0 0;
}

#komentowane .footertext,#home .footertext,#profile .footertext,#serial .footertext,#seriale .footertext,#szukaj .footertext,#tlumaczenia .footertext {
padding:5px 16px 5px 0;
}

#komentowane textarea,#seriale textarea {
border:1px solid #32383e;
width:734px;
height:80px;
color:#7a878c;
font-size:14px;
line-height:20px;
font-weight:400;
background-color:#1b1f23;
resize:vertical;
padding:5px;
}

#komentowane .yellowfont,#seriale .yellowfont {
color:#feee39!important;
}

#komentowane .greenfont,#seriale .greenfont {
color:#41d64b!important;
}

#komentowane .bluefont,#seriale .bluefont {
color:#2b68ab!important;
}

#komentowane .checkbox_series,#seriale .checkbox_series {
position:relative;
float:left;
line-height:15px;
margin-top:4px;
margin-right:5px;
margin-left:4px;
cursor:pointer;
}

#komentowane .form_series,#seriale .form_series {
float:left;
margin:0 10px;
}

#komentowane .form_series_title,#seriale .form_series_title {
float:left;
margin-top:5px;
margin-left:20px;
}

#komentowane .checkbox_series input[type='checkbox'],#oczekiwane .checkbox_outer input[type='checkbox'],#profile .checkbox_outer input[type='checkbox'],#seriale .checkbox_series input[type='checkbox'],#szukaj .checkbox_outer input[type='checkbox'],#tlumaczenia .checkbox_outer input[type='checkbox'] {
background:none;
opacity:0;
cursor:pointer;
height:19px;
width:19px;
position:relative;
z-index:10;
top:-8px;
}

#komentowane .checkbox_series input[type='checkbox'] + span,#oczekiwane .checkbox_outer input[type='checkbox'] + span,#profile .checkbox_outer input[type='checkbox'] + span,#seriale .checkbox_series input[type='checkbox'] + span,#szukaj .checkbox_outer input[type='checkbox'] + span,#tlumaczenia .checkbox_outer input[type='checkbox'] + span {
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
background-image:url(../images/bgCheckOff.png);
background-repeat:no-repeat;
}

#home section#content .tbl .subtitle .opener:hover,#szukaj section#content .tbl .subtitle .opener:hover {
background:transparent url(../images/opener-arrow-on.png) center 19px no-repeat;
}

#home section#content .tbl.opened .subtitle .opener/**,section#content .tbl .subtitle:hover .opener**/,#szukaj section#content .tbl.opened .subtitle .opener/**,section#content .tbl .subtitle:hover .opener**/ {
background-color:#202428;
background-image:url(../images/closer-arrow-off.png);
}

#home section#content .tbl .subtitle .sub h3,#oczekiwane section#content .tbl .subtitle .sub h3,#profile section#content .tbl .subtitle .sub h3,#szukaj section#content .tbl .subtitle .sub h3,#tlumaczenia section#content .tbl .subtitle .sub h3 {
color:#7a878c;
font-size:11px;
line-height:20px;
font-weight:400;
}

#home section#content .form-row .field,#szukaj section#content .form-row .field {
display:block;
width:160px;
float:left;
color:#e8eef0;
font-size:14px;
line-height:32px;
font-weight:400;
position:relative;
left:-4px;
margin-top:5px;
}

#home .infoColumn0,#serial .infoColumn0 {
float:left;
width:80px;
height:100%;
background-color:#1b1f23;
text-align:center;
padding-top:10px;
padding-bottom:25px;
border-right:1px solid #32383e;
}

#home .infoColumn4,#serial .infoColumn4 {
padding-left:10px;
float:left;
width:230px;
}

#home section#content span,#profile section#content span,#serial section#content span,#szukaj section#content span,#tlumaczenia section#content span {
color:#8a8a8a;
}

#oczekiwane .highlight,#profile .highlight,#szukaj .highlight,#tlumaczenia .highlight {
background-color:#FF0;
}

#oczekiwane #oczekiwane .hidden,#oczekiwane .hidden-description,#oczekiwane .dataTables_info,#oczekiwane .comment .mod,#oczekiwane .comment .modified,#profile .hidden,#profile .hidden-description,#profile .dataTables_info,#profile .comment .mod,#profile .comment .modified,#szukaj .hidden,#szukaj .hidden-description,#szukaj .dataTables_info,#szukaj .comment .mod,#szukaj .comment .modified,#tlumaczenia .hidden,#tlumaczenia .hidden-description,#tlumaczenia .dataTables_info,#tlumaczenia .comment .mod,#tlumaczenia .comment .modified {
display:none;
}

#oczekiwane .hidden-description,#profile .hidden-description,#szukaj .hidden-description,#tlumaczenia .hidden-description {
text-align:justify;
}

#oczekiwane .hidden-description.releases,#profile .hidden-description.releases,#szukaj .hidden-description.releases,#tlumaczenia .hidden-description.releases {
font-weight:700;
margin-bottom:10px;
line-height:16px;
}

#oczekiwane .hidden-description.releases p,#profile .hidden-description.releases p,#szukaj .hidden-description.releases p,#tlumaczenia .hidden-description.releases p {
font-size:11px;
line-height:10px;
}

#oczekiwane #translationsTable th,#profile #translationsTable th,#szukaj #translationsTable th,#tlumaczenia #translationsTable th {
cursor:n-resize;
}

#oczekiwane ::-webkit-input-placeholder,#oczekiwane :-moz-placeholder,#oczekiwane :-ms-input-placeholder,#oczekiwane ::input-placeholder,#oczekiwane :input-placeholder,#profile ::-webkit-input-placeholder,#profile :-moz-placeholder,#profile :-ms-input-placeholder,#profile ::input-placeholder,#profile :input-placeholder,#szukaj ::-webkit-input-placeholder,#szukaj :-moz-placeholder,#szukaj :-ms-input-placeholder,#szukaj ::input-placeholder,#szukaj :input-placeholder,#tlumaczenia ::-webkit-input-placeholder,#tlumaczenia :-moz-placeholder,#tlumaczenia :-ms-input-placeholder,#tlumaczenia ::input-placeholder,#tlumaczenia :input-placeholder {
color:#7a878c!important;
}

#oczekiwane img,#profile img,#szukaj img,#tlumaczenia img {
border:none;
}

#oczekiwane a,#profile a,#szukaj a,#tlumaczenia a {
color:inherit;
text-decoration:none;
}

#oczekiwane .reset-css div,#oczekiwane .dk_open .dk_options,#profile .reset-css div,#profile .dk_open .dk_options,#szukaj .reset-css div,#szukaj .dk_open .dk_options,#tlumaczenia .reset-css div,#tlumaczenia .dk_open .dk_options {
display:block;
}

#oczekiwane hr,#profile hr,#szukaj hr,#tlumaczenia hr {
background:#fff;
height:1px;
margin:5px auto;
}

#oczekiwane .center,#profile .center,#szukaj .center,#tlumaczenia .center {
text-align:center;
}

#oczekiwane .blue_btn.normal,#oczekiwane .gray_btn.normal,#profile .blue_btn.normal,#profile .gray_btn.normal,#szukaj .blue_btn.normal,#szukaj .gray_btn.normal,#tlumaczenia .blue_btn.normal,#tlumaczenia .gray_btn.normal {
font-weight:400;
height:33px;
}

#oczekiwane .blue_btn.small,#profile .blue_btn.small,#szukaj .blue_btn.small,#tlumaczenia .blue_btn.small {
font-weight:400;
font-size:14px;
line-height:30px;
height:28px;
}

#oczekiwane .blue_btn:hover,#profile .blue_btn:hover,#szukaj .blue_btn:hover,#tlumaczenia .blue_btn:hover {
text-decoration:none;
border-bottom-color:#2b68ab;
padding-top:1px;
height:36px;
}

#oczekiwane .blue_btn.normal:hover,#oczekiwane .gray_btn.normal:hover,#profile .blue_btn.normal:hover,#profile .gray_btn.normal:hover,#szukaj .blue_btn.normal:hover,#szukaj .gray_btn.normal:hover,#tlumaczenia .blue_btn.normal:hover,#tlumaczenia .gray_btn.normal:hover {
text-decoration:none;
height:32px;
}

#oczekiwane .blue_btn.small:hover,#profile .blue_btn.small:hover,#szukaj .blue_btn.small:hover,#tlumaczenia .blue_btn.small:hover {
text-decoration:none;
height:26px;
}

#oczekiwane .blue_btn:active,#profile .blue_btn:active,#szukaj .blue_btn:active,#tlumaczenia .blue_btn:active {
background-color:#2862a2;
border-top:4px solid #1b4a7e;
line-height:32px;
height:36px;
border-bottom:4px solid #2862a2;
}

#oczekiwane .blue_btn.normal:active,#oczekiwane .gray_btn.normal:active,#profile .blue_btn.normal:active,#profile .gray_btn.normal:active,#szukaj .blue_btn.normal:active,#szukaj .gray_btn.normal:active,#tlumaczenia .blue_btn.normal:active,#tlumaczenia .gray_btn.normal:active {
height:28px;
}

#oczekiwane .blue_btn.small:active,#profile .blue_btn.small:active,#szukaj .blue_btn.small:active,#tlumaczenia .blue_btn.small:active {
height:22px;
line-height:26px;
}

#oczekiwane .gray_btn:hover,#profile .gray_btn:hover,#szukaj .gray_btn:hover,#tlumaczenia .gray_btn:hover {
padding-top:1px;
height:37px;
color:#7a878c!important;
border-bottom-width:1px;
background-color:#22272c;
}

#oczekiwane .gray_btn:active,#profile .gray_btn:active,#szukaj .gray_btn:active,#tlumaczenia .gray_btn:active {
padding-top:0;
color:#7a878c!important;
background-color:#1b1f23;
border-top-width:4px;
border-bottom-width:1px;
line-height:34px;
height:36px;
}

#oczekiwane .yellow_btn.normal,#profile .yellow_btn.normal,#szukaj .yellow_btn.normal,#tlumaczenia .yellow_btn.normal {
font-size:16px;
}

#oczekiwane .yellow_btn:focus,#profile .yellow_btn:focus,#szukaj .yellow_btn:focus,#tlumaczenia .yellow_btn:focus {
color:#22272c;
}

#oczekiwane .yellow_btn:hover,#profile .yellow_btn:hover,#szukaj .yellow_btn:hover,#tlumaczenia .yellow_btn:hover {
text-decoration:none;
border-bottom-color:#feee39;
padding-top:1px;
height:32px;
}

#oczekiwane .yellow_btn:active,#profile .yellow_btn:active,#szukaj .yellow_btn:active,#tlumaczenia .yellow_btn:active {
background-color:#eddf37;
border-top:4px solid #aba131;
line-height:28px;
height:28px;
border-bottom:4px solid #eddf37;
}

#oczekiwane .btn_to_right,#profile .btn_to_right,#szukaj .btn_to_right,#tlumaczenia .btn_to_right {
float:right;
border-right:0;
}

#oczekiwane .btn_to_left,#profile .btn_to_left,#szukaj .btn_to_left,#tlumaczenia .btn_to_left {
float:left;
border-left:0;
}

#oczekiwane .input,#profile .input,#szukaj .input,#tlumaczenia .input {
border:1px solid #32383e;
font-size:14px;
line-height:35px;
letter-spacing:1px;
}

#oczekiwane input.short,#profile input.short,#szukaj input.short,#tlumaczenia input.short {
width:2px;
}

#oczekiwane .right,#oczekiwane header #search,#oczekiwane nav ul li.menu_add,#profile .right,#profile header #search,#szukaj .right,#szukaj header #search,#tlumaczenia .right,#tlumaczenia header #search {
float:right;
}

#oczekiwane header,#profile header,#szukaj header,#tlumaczenia header {
width:100%;
background-color:#22272c;
}

#oczekiwane header #topbar ul,#profile header #topbar ul,#szukaj header #topbar ul,#tlumaczenia header #topbar ul {
float:left;
border-left:1px solid #414850;
}

#oczekiwane header #topbar ul li,#profile header #topbar ul li,#szukaj header #topbar ul li,#tlumaczenia header #topbar ul li {
float:left;
border-right:1px solid #414850;
}

#oczekiwane header #topbar ul li a,#profile header #topbar ul li a,#szukaj header #topbar ul li a,#tlumaczenia header #topbar ul li a {
text-decoration:none;
display:inline-block;
padding:12px 15px 10px;
}

#oczekiwane header #topbar ul li a:hover,#profile header #topbar ul li a:hover,#szukaj header #topbar ul li a:hover,#tlumaczenia header #topbar ul li a:hover {
background-color:#414850!important;
}

#oczekiwane header #topbar ul li a.msgs,#profile header #topbar ul li a.msgs,#szukaj header #topbar ul li a.msgs,#tlumaczenia header #topbar ul li a.msgs {
background:transparent url(../images/msgs.png) 10px center no-repeat;
padding-left:32px;
font-weight:400;
}

#oczekiwane header #topbar ul li a.msgs > strong,#profile header #topbar ul li a.msgs > strong,#szukaj header #topbar ul li a.msgs > strong,#tlumaczenia header #topbar ul li a.msgs > strong {
font-weight:400;
}

#oczekiwane header #topbar ul li a.msgs.new,#profile header #topbar ul li a.msgs.new,#szukaj header #topbar ul li a.msgs.new,#tlumaczenia header #topbar ul li a.msgs.new {
background:transparent url(../images/msgsnew.png) 10px center no-repeat;
}

#oczekiwane header #topbar ul li a.msgs > strong > span,#profile header #topbar ul li a.msgs > strong > span,#szukaj header #topbar ul li a.msgs > strong > span,#tlumaczenia header #topbar ul li a.msgs > strong > span {
font-weight:700;
}

#oczekiwane header #topbar ul li a.msgs.new > strong > span,#oczekiwane aside .box h2 a:hover,#oczekiwane section#content .message span.more,#oczekiwane footer #footer1 .right a,#profile header #topbar ul li a.msgs.new > strong > span,#profile aside .box h2 a:hover,#profile section#content .message span.more,#profile footer #footer1 .right a,#szukaj header #topbar ul li a.msgs.new > strong > span,#szukaj aside .box h2 a:hover,#szukaj section#content .message span.more,#szukaj footer #footer1 .right a,#tlumaczenia header #topbar ul li a.msgs.new > strong > span,#tlumaczenia aside .box h2 a:hover,#tlumaczenia section#content .message span.more,#tlumaczenia footer #footer1 .right a {
color:#feee39;
}

#oczekiwane header #topbar ul li a.profile,#profile header #topbar ul li a.profile,#szukaj header #topbar ul li a.profile,#tlumaczenia header #topbar ul li a.profile {
background:transparent url(../images/profile.png) 10px center no-repeat;
padding-left:32px;
}

#oczekiwane header #topbar ul li a.admin,#profile header #topbar ul li a.admin,#szukaj header #topbar ul li a.admin,#tlumaczenia header #topbar ul li a.admin {
background:transparent url(../images/admin.png) 10px center no-repeat;
padding-left:32px;
}

#oczekiwane header #topbar a.logout:hover,#oczekiwane header #topbar a.register:hover,#profile header #topbar a.logout:hover,#profile header #topbar a.register:hover,#szukaj header #topbar a.logout:hover,#szukaj header #topbar a.register:hover,#tlumaczenia header #topbar a.logout:hover,#tlumaczenia header #topbar a.register:hover {
background-color:#414850;
}

#oczekiwane header > .wrap,#profile header > .wrap,#szukaj header > .wrap,#tlumaczenia header > .wrap {
padding:23px 0;
}

#oczekiwane header > .wrap a.logo,#oczekiwane footer a.logo,#profile header > .wrap a.logo,#profile footer a.logo,#szukaj header > .wrap a.logo,#szukaj footer a.logo,#tlumaczenia header > .wrap a.logo,#tlumaczenia footer a.logo {
display:block;
cursor:pointer;
float:left;
}

#oczekiwane header > .wrap a.logo:hover .screen .subline1,#profile header > .wrap a.logo:hover .screen .subline1,#szukaj header > .wrap a.logo:hover .screen .subline1,#tlumaczenia header > .wrap a.logo:hover .screen .subline1 {
width:18px;
-webkit-transition:all 600ms linear;
-moz-transition:all 300ms linear;
-ms-transition:all 300ms linear;
-o-transition:all 300ms linear;
transition:all 300ms linear;
}

#oczekiwane header > .wrap a.logo:hover .screen .subline2,#profile header > .wrap a.logo:hover .screen .subline2,#szukaj header > .wrap a.logo:hover .screen .subline2,#tlumaczenia header > .wrap a.logo:hover .screen .subline2 {
width:30px;
-webkit-transition:all 600ms linear;
-moz-transition:all 300ms linear;
-ms-transition:all 300ms linear;
-o-transition:all 300ms linear;
transition:all 300ms linear;
}

#oczekiwane header > .wrap a.logo h1 font.yellow,#profile header > .wrap a.logo h1 font.yellow,#szukaj header > .wrap a.logo h1 font.yellow,#tlumaczenia header > .wrap a.logo h1 font.yellow {
font-family:Ubuntu, sans-serif;
font-weight:700;
color:#feee39;
}

#oczekiwane header > .wrap a.logo h1 font.thin,#profile header > .wrap a.logo h1 font.thin,#szukaj header > .wrap a.logo h1 font.thin,#tlumaczenia header > .wrap a.logo h1 font.thin {
font-family:Ubuntu, sans-serif;
font-weight:400;
color:#a5b1b6;
}

#oczekiwane header #search #search_btn,#profile header #search #search_btn,#szukaj header #search #search_btn,#tlumaczenia header #search #search_btn {
margin-left:11px;
background-image:url(../images/search.png);
background-position:16px 8px;
background-repeat:no-repeat;
padding-left:48px;
}

#oczekiwane header #search #select_btn,#profile header #search #select_btn,#szukaj header #search #select_btn,#tlumaczenia header #search #select_btn {
margin-left:1px;
background-image:url(../images/select.png);
background-position:16px 8px;
background-repeat:no-repeat;
padding-left:48px;
}

#oczekiwane header #search #phrase_box,#profile header #search #phrase_box,#szukaj header #search #phrase_box,#tlumaczenia header #search #phrase_box {
display:block;
cursor:default;
position:absolute;
top:23px;
left:300px;
width:108px;
height:39px;
background:transparent url(../images/phrase.png) right top no-repeat;
color:#fff;
font-size:16px;
line-height:36px;
padding:0 0 0 45px;
}

#oczekiwane header #search #select_btn:hover,#profile header #search #select_btn:hover,#szukaj header #search #select_btn:hover,#tlumaczenia header #search #select_btn:hover {
background-position:16px -21px;
}

#oczekiwane header #search #select_btn:active,#oczekiwane header #search #search_btn:active,#profile header #search #select_btn:active,#profile header #search #search_btn:active,#szukaj header #search #select_btn:active,#szukaj header #search #search_btn:active,#tlumaczenia header #search #select_btn:active,#tlumaczenia header #search #search_btn:active {
background-position:16px 7px;
}

#oczekiwane header #search #search_btn:hover,#profile header #search #search_btn:hover,#szukaj header #search #search_btn:hover,#tlumaczenia header #search #search_btn:hover {
background-position:16px -19px;
}

#oczekiwane nav ul li.menu_irc a,#oczekiwane nav ul li.menu_rss a {
background-color:#32383e;
border-right:1px solid #414850;
}

#oczekiwane nav ul li.menu_irc a:hover,#oczekiwane nav ul li.menu_rss a:hover {
text-decoration:none;
border-bottom:4px solid #22272c;
line-height:42px;
height:42px;
}

#oczekiwane nav ul li.menu_irc a:active,#oczekiwane nav ul li.menu_rss a:active {
border-top:4px solid #262b31;
border-bottom:4px solid #2c3137;
background-color:#2c3137;
line-height:38px;
height:38px;
}

#oczekiwane section#content,#profile section#content,#serial section#content,#szukaj section#content,#tlumaczenia section#content {
float:left;
width:767px;
}
/*
wyrzucony profile, gdzie coś się sypało
#oczekiwane aside,#profile aside,#szukaj aside,#tlumaczenia aside {
float:right;
width:182px;
}
*/
#oczekiwane aside,#szukaj aside,#tlumaczenia aside {
float:right;
width:182px;
}

#oczekiwane aside .box h3,#profile aside .box h3,#szukaj aside .box h3,#tlumaczenia aside .box h3 {
color:#e8eef0;
font-size:16px;
line-height:20px;
font-weight:400;
}

#oczekiwane aside .box h2 a,#profile aside .box h2 a,#szukaj aside .box h2 a,#tlumaczenia aside .box h2 a {
display:block;
color:#e8eef0;
font-size:14px;
font-weight:400;
padding:10px 0;
}

#oczekiwane aside .box h2 a img,#profile aside .box h2 a img,#szukaj aside .box h2 a img,#tlumaczenia aside .box h2 a img {
margin:0 10px 0 0;
}

#oczekiwane aside .box p.date,#profile aside .box p.date,#szukaj aside .box p.date,#tlumaczenia aside .box p.date {
color:#7a878c;
font-size:11px;
}

#oczekiwane aside .box p.release,#profile aside .box p.release,#szukaj aside .box p.release,#tlumaczenia aside .box p.release {
color:#7a878c;
font-size:10px;
padding-bottom:5px;
}

#oczekiwane aside .box a.thanks,#profile aside .box a.thanks,#szukaj aside .box a.thanks,#tlumaczenia aside .box a.thanks {
color:#e8eef0;
font-size:11px;
}

#oczekiwane aside .box a.thanks span,#profile aside .box a.thanks span,#szukaj aside .box a.thanks span,#tlumaczenia aside .box a.thanks span {
color:#41d64b;
font-weight:700;
}

#oczekiwane aside .box a.thanks:hover,#oczekiwane section#content .pagination a:hover,#oczekiwane footer #footer1 .right a#totop:hover,#profile aside .box a.thanks:hover,#profile section#content .pagination a:hover,#profile footer #footer1 .right a#totop:hover,#szukaj aside .box a.thanks:hover,#szukaj section#content .pagination a:hover,#szukaj footer #footer1 .right a#totop:hover,#tlumaczenia aside .box a.thanks:hover,#tlumaczenia section#content .pagination a:hover,#tlumaczenia footer #footer1 .right a#totop:hover {
text-decoration:none;
}

#oczekiwane aside .list h3:hover,#profile aside .list h3:hover,#szukaj aside .list h3:hover,#tlumaczenia aside .list h3:hover {
background-image:url(../images/arrow_righth.png);
}

#oczekiwane aside .list h3:active,#profile aside .list h3:active,#szukaj aside .list h3:active,#tlumaczenia aside .list h3:active {
background-image:url(../images/arrow_righta.png);
}

#oczekiwane aside .list li a:hover,#profile aside .list li a:hover,#szukaj aside .list li a:hover,#tlumaczenia aside .list li a:hover {
color:#feee39;
background-color:#22272c;
}

#oczekiwane aside .ad *,#profile aside .ad *,#szukaj aside .ad *,#tlumaczenia aside .ad * {
max-width:180px;
}

#oczekiwane section#content .message:hover,#profile section#content .message:hover,#szukaj section#content .message:hover,#tlumaczenia section#content .message:hover {
background-color:#21262b;
}

#oczekiwane section#content .message span.date,#oczekiwane .notification > span.left > span,#profile section#content .message span.date,#profile .notification > span.left > span,#serial .page span,#serial .mark span,#szukaj section#content .message span.date,#szukaj .notification > span.left > span,#tlumaczenia section#content .message span.date,#tlumaczenia .notification > span.left > span {
color:#7a878c;
}

#oczekiwane section#content .message a.close,#profile section#content .message a.close,#szukaj section#content .message a.close,#tlumaczenia section#content .message a.close {
display:block;
width:9px;
height:8px;
background:transparent url(../images/close.png) center 0 no-repeat;
position:absolute;
top:17px;
right:14px;
}

#oczekiwane section#content .message .up,#profile section#content .message .up,#szukaj section#content .message .up,#tlumaczenia section#content .message .up {
width:16px;
height:8px;
position:absolute;
top:-8px;
left:250px;
background:transparent url(../images/arrow_up.png) center 0 no-repeat;
}

#oczekiwane section#content .message:hover a.close,#oczekiwane section#content .message:hover .up,#profile section#content .message:hover a.close,#profile section#content .message:hover .up,#szukaj section#content .message:hover a.close,#szukaj section#content .message:hover .up,#tlumaczenia section#content .message:hover a.close,#tlumaczenia section#content .message:hover .up {
background-position:center -8px;
}

#oczekiwane section#content .tbl_top .head_l,#profile section#content .tbl_top .head_l,#szukaj section#content .tbl_top .head_l,#tlumaczenia section#content .tbl_top .head_l {
float:left;
color:#e8eef0;
font-size:16px;
line-height:18px;
width:200px;
}

#oczekiwane section#content .tbl .poster,#profile section#content .tbl .poster,#szukaj section#content .tbl .poster,#tlumaczenia section#content .tbl .poster {
width:79px;
height:61px;
background-position:center top;
background-size:cover;
border-right:1px solid #32383e;
float:left;
}

#oczekiwane section#content .tbl .subtitle,#profile section#content .tbl .subtitle,#szukaj section#content .tbl .subtitle,#tlumaczenia section#content .tbl .subtitle {
float:left;
width:542px;
}

#oczekiwane section#content .news-image,#profile section#content .news-image,#szukaj section#content .news-image,#tlumaczenia section#content .news-image {
float:left;
width:148px;
height:148px;
max-width:148px;
max-height:148px;
min-width:148px;
min-height:148px;
overflow:hidden;
margin:0 20px 0 0;
}

#oczekiwane section#content .news-item .news-content,#profile section#content .news-item .news-content,#szukaj section#content .news-item .news-content,#tlumaczenia section#content .news-item .news-content {
width:100%;
float:left;
}

#oczekiwane section#content .news-item .news-content.with-img,#profile section#content .news-item .news-content.with-img,#szukaj section#content .news-item .news-content.with-img,#tlumaczenia section#content .news-item .news-content.with-img {
width:567px;
}

#oczekiwane section#content .news-item,#profile section#content .news-item,#szukaj section#content .news-item,#tlumaczenia section#content .news-item {
border:1px solid #32383e;
border-top:none;
padding:12px 21px 14px 9px;
}

#oczekiwane section#content .news-item .news-content > h1,#profile section#content .news-item .news-content > h1,#szukaj section#content .news-item .news-content > h1,#tlumaczenia section#content .news-item .news-content > h1 {
color:#e8eef0;
font-weight:400;
font-size:16px;
line-height:25px;
float:left;
}

#oczekiwane section#content .news-item .news-author,#profile section#content .news-item .news-author,#szukaj section#content .news-item .news-author,#tlumaczenia section#content .news-item .news-author {
float:right;
color:#7a878c;
font-weight:400;
font-size:11px;
line-height:25px;
background:transparent url(../images/profileg.png) right center no-repeat;
padding:0 22px 0 0;
}

#oczekiwane section#content .news-item .news-date,#profile section#content .news-item .news-date,#szukaj section#content .news-item .news-date,#tlumaczenia section#content .news-item .news-date {
clear:both;
color:#7a878c;
font-weight:400;
font-size:11px;
line-height:15px;
margin:0 0 12px;
}

#oczekiwane section#content .news-item .news-body,#profile section#content .news-item .news-body,#szukaj section#content .news-item .news-body,#tlumaczenia section#content .news-item .news-body {
color:#e8eef0;
font-weight:400;
font-size:12px;
line-height:19px;
text-align:justify;
}

#oczekiwane section#content .news-item .news-more,#profile section#content .news-item .news-more,#szukaj section#content .news-item .news-more,#tlumaczenia section#content .news-item .news-more {
float:right;
color:#e8eef0;
font-weight:400;
font-size:12px;
line-height:19px;
text-decoration:underline;
background:transparent url(../images/arrwhite.png) right 8px no-repeat;
padding:0 7px 0 0;
}

#oczekiwane section#content .news-item #sharing_bar,#profile section#content .news-item #sharing_bar,#szukaj section#content .news-item #sharing_bar,#tlumaczenia section#content .news-item #sharing_bar {
margin:10px 0;
}

#oczekiwane section#content .pagination .page-prev:active,#profile section#content .pagination .page-prev:active,#szukaj section#content .pagination .page-prev:active,#tlumaczenia section#content .pagination .page-prev:active {
background-image:url(../images/arrow_lefta.png);
}

#oczekiwane section#content .pagination .page-next:active,#profile section#content .pagination .page-next:active,#szukaj section#content .pagination .page-next:active,#tlumaczenia section#content .pagination .page-next:active {
background-image:url(../images/arrow_righta.png);
text-decoration:none;
}

#oczekiwane section#content .pagination .page-num:hover,#profile section#content .pagination .page-num:hover,#szukaj section#content .pagination .page-num:hover,#tlumaczenia section#content .pagination .page-num:hover {
border-bottom-width:1px;
border-top-width:3px;
margin-top:2px;
background-color:#22272c;
text-decoration:none;
}

#oczekiwane section#content .pagination .page-num.active,#profile section#content .pagination .page-num.active,#szukaj section#content .pagination .page-num.active,#tlumaczenia section#content .pagination .page-num.active {
color:#e8eef0;
text-decoration:none;
}

#oczekiwane section#content .pagination .page-prev.disabled,#oczekiwane section#content .pagination .page-next.disabled,#oczekiwane section#content .pagination .page-num.disabled,#oczekiwane .notification.noclick,#profile section#content .pagination .page-prev.disabled,#profile section#content .pagination .page-next.disabled,#profile section#content .pagination .page-num.disabled,#profile .notification.noclick,#szukaj section#content .pagination .page-prev.disabled,#szukaj section#content .pagination .page-next.disabled,#szukaj section#content .pagination .page-num.disabled,#szukaj .notification.noclick,#tlumaczenia section#content .pagination .page-prev.disabled,#tlumaczenia section#content .pagination .page-next.disabled,#tlumaczenia section#content .pagination .page-num.disabled,#tlumaczenia .notification.noclick {
cursor:default;
pointer-events:none;
}
/*
#oczekiwane section#content .form-row,#oczekiwane .control-group,#profile section#content .form-row,#profile .control-group,#szukaj section#content .form-row,#szukaj .control-group,#tlumaczenia section#content .form-row,#tlumaczenia .control-group {
border-top:1px solid #32383e;
padding:14px;
}
*/
#oczekiwane section#content .form-row label,#oczekiwane .control-label,#profile section#content .form-row label,#profile .control-label,#szukaj section#content .form-row label,#szukaj .control-label,#tlumaczenia section#content .form-row label,#tlumaczenia .control-label {
cursor:default;
display:block;
width:268px;
color:#e8eef0;
font-size:14px;
line-height:32px;
font-weight:700;
float:left;
}

#oczekiwane footer,#profile footer,#szukaj footer,#tlumaczenia footer {
margin-top:50px;
}

#oczekiwane footer #footer1,#profile footer #footer1,#szukaj footer #footer1,#tlumaczenia footer #footer1 {
border-top:1px solid #32383e;
border-bottom:1px solid #32383e;
background:#1f2428;
height:44px;
line-height:44px;
font-size:13px;
font-weight:400;
}

#oczekiwane footer #footer1 .right,#profile footer #footer1 .right,#szukaj footer #footer1 .right,#tlumaczenia footer #footer1 .right {
color:#636d72;
}

#oczekiwane footer #footer1 .right a#totop,#profile footer #footer1 .right a#totop,#szukaj footer #footer1 .right a#totop,#tlumaczenia footer #footer1 .right a#totop {
display:inline-block;
margin-left:20px;
background:transparent url(../images/arrow_upp.png) center center no-repeat;
}

#oczekiwane footer #footer2,#profile footer #footer2,#szukaj footer #footer2,#tlumaczenia footer #footer2 {
padding:19px 0 25px;
}

#oczekiwane footer .ad,#profile footer .ad,#szukaj footer .ad,#tlumaczenia footer .ad {
color:#7a878c;
font-size:11px;
line-height:19px;
text-align:right;
}

#oczekiwane footer a.logo:hover .screen .subline1,#profile footer a.logo:hover .screen .subline1,#szukaj footer a.logo:hover .screen .subline1,#tlumaczenia footer a.logo:hover .screen .subline1 {
width:12px;
-webkit-transition:all 600ms linear;
-moz-transition:all 300ms linear;
-ms-transition:all 300ms linear;
-o-transition:all 300ms linear;
transition:all 300ms linear;
}

#oczekiwane footer a.logo:hover .screen .subline2,#profile footer a.logo:hover .screen .subline2,#szukaj footer a.logo:hover .screen .subline2,#tlumaczenia footer a.logo:hover .screen .subline2 {
width:20px;
-webkit-transition:all 600ms linear;
-moz-transition:all 300ms linear;
-ms-transition:all 300ms linear;
-o-transition:all 300ms linear;
transition:all 300ms linear;
}

#oczekiwane footer a.logo h1 font.yellow,#profile footer a.logo h1 font.yellow,#szukaj footer a.logo h1 font.yellow,#tlumaczenia footer a.logo h1 font.yellow {
font-family:Ubuntu, sans-serif;
font-weight:700;
}

#oczekiwane footer a.logo h1 font.thin,#profile footer a.logo h1 font.thin,#szukaj footer a.logo h1 font.thin,#tlumaczenia footer a.logo h1 font.thin {
font-family:Ubuntu, sans-serif;
font-weight:400;
}

#oczekiwane #recaptcha_image,#profile #recaptcha_image,#szukaj #recaptcha_image,#tlumaczenia #recaptcha_image {
width:325px!important;
float:left;
margin:0 10px 10px 0;
}

#oczekiwane #recaptcha_image img,#profile #recaptcha_image img,#szukaj #recaptcha_image img,#tlumaczenia #recaptcha_image img {
width:325px!important;
}

#oczekiwane .dk_container,#profile .dk_container,#szukaj .dk_container,#tlumaczenia .dk_container {
background-color:#1b1f23;
font-size:14px;
font-weight:400;
display:none;
float:left;
}

#oczekiwane .dk_container:focus,#profile .dk_container:focus,#szukaj .dk_container:focus,#tlumaczenia .dk_container:focus {
outline:0;
}

#oczekiwane .dk_container a,#profile .dk_container a,#szukaj .dk_container a,#tlumaczenia .dk_container a {
cursor:pointer;
text-decoration:none;
outline:0;
}

#oczekiwane .dk_toggle:after,#profile .dk_toggle:after,#szukaj .dk_toggle:after,#tlumaczenia .dk_toggle:after {
position:absolute;
top:45%;
right:10px;
content:'';
border-left:5px solid transparent;
border-right:5px solid transparent;
border-top:5px solid transparent;
background:transparent url(../images/sel.png) center -6px no-repeat;
}

#oczekiwane .dk_toggle:hover:after,#profile .dk_toggle:hover:after,#szukaj .dk_toggle:hover:after,#tlumaczenia .dk_toggle:hover:after {
background-position:center -12px;
}

#oczekiwane .dk_open,#profile .dk_open,#szukaj .dk_open,#tlumaczenia .dk_open {
z-index:10;
position:relative;
}

#oczekiwane .dk_options,#profile .dk_options,#szukaj .dk_options,#tlumaczenia .dk_options {
background:#1b1f23;
display:none;
margin-top:-1px;
position:absolute;
right:0;
width:100%;
}

#oczekiwane .dk_options a,#profile .dk_options a,#szukaj .dk_options a,#tlumaczenia .dk_options a {
background-color:#1b1f23;
border-bottom:1px solid #32383e;
padding:6px 10px;
}

#oczekiwane .dk_options .dk_option_current a,#profile .dk_options .dk_option_current a,#szukaj .dk_options .dk_option_current a,#tlumaczenia .dk_options .dk_option_current a {
background-color:#21262b;
border-bottom-color:#32383e;
color:#7a878c;
text-decoration:none;
}

#oczekiwane .dk_options a:hover,#oczekiwane .field-descr.hover,#oczekiwane .field-descr.focus,#profile .dk_options a:hover,#profile .field-descr.hover,#profile .field-descr.focus,#szukaj .dk_options a:hover,#szukaj .field-descr.hover,#szukaj .field-descr.focus,#tlumaczenia .dk_options a:hover,#tlumaczenia .field-descr.hover,#tlumaczenia .field-descr.focus {
color:#fff;
}

#oczekiwane .dk_options .disabled a,#profile .dk_options .disabled a,#szukaj .dk_options .disabled a,#tlumaczenia .dk_options .disabled a {
color:#aaa;
}

#oczekiwane .dk_options .disabled:hover,#oczekiwane .dk_options .disabled:hover a,#profile .dk_options .disabled:hover,#profile .dk_options .disabled:hover a,#szukaj .dk_options .disabled:hover,#szukaj .dk_options .disabled:hover a,#tlumaczenia .dk_options .disabled:hover,#tlumaczenia .dk_options .disabled:hover a {
cursor:default;
background-color:#1b1f23;
border-bottom-color:#32383e;
}

#oczekiwane .dk_options_inner,#profile .dk_options_inner,#szukaj .dk_options_inner,#tlumaczenia .dk_options_inner {
max-height:250px;
border:1px solid #32383e;
border-bottom-width:3px;
border-bottom-color:#32383e;
color:#7a878c;
overflow:auto;
position:relative;
-webkit-overflow-scrolling:touch;
}

#oczekiwane .dk_open .dk_label,#profile .dk_open .dk_label,#szukaj .dk_open .dk_label,#tlumaczenia .dk_open .dk_label {
color:inherit;
}

#oczekiwane .dk_options a,#oczekiwane .dk_options a:link,#oczekiwane .dk_options a:visited,#profile .dk_options a,#profile .dk_options a:link,#profile .dk_options a:visited,#szukaj .dk_options a,#szukaj .dk_options a:link,#szukaj .dk_options a:visited,#tlumaczenia .dk_options a,#tlumaczenia .dk_options a:link,#tlumaczenia .dk_options a:visited {
display:block;
line-height:normal;
}

#oczekiwane .dk_container select,#profile .dk_container select,#szukaj .dk_container select,#tlumaczenia .dk_container select {
position:absolute;
top:-99999em;
visibility:hidden;
}

#oczekiwane .dk_mobile,#oczekiwane .progressx,#profile .dk_mobile,#profile .progressx,#szukaj .dk_mobile,#szukaj .progressx,#tlumaczenia .dk_mobile,#tlumaczenia .progressx,#serial .progressx {
position:relative;
cursor:default;
}

#oczekiwane .dk_mobile select,#profile .dk_mobile select,#szukaj .dk_mobile select,#tlumaczenia .dk_mobile select {
display:block;
width:100%;
height:100%;
top:0;
left:0;
visibility:visible;
opacity:0;
appearance:none;
-moz-appearance:none;
-webkit-appearance:none;
}

#oczekiwane .comment.moderation,#profile .comment.moderation,#szukaj .comment.moderation,#tlumaczenia .comment.moderation {
background:rgba(252,209,22,0.2);
}

#oczekiwane .comment.moderation .mod,#profile .comment.moderation .mod,#szukaj .comment.moderation .mod,#tlumaczenia .comment.moderation .mod {
display:inline;
}

#oczekiwane .field-descr,#profile .field-descr,#szukaj .field-descr,#tlumaczenia .field-descr {
color:#7a878c;
font-size:11px;
line-height:20px;
margin-left:0;
display:block;
vertical-align:top;
clear:both;
}

#oczekiwane .field-descr.cke,#profile .field-descr.cke,#szukaj .field-descr.cke,#tlumaczenia .field-descr.cke {
vertical-align:top;
visibility:visible;
padding:5px 0 0;
}

#oczekiwane .notification .ntfy,#profile .notification .ntfy,#szukaj .notification .ntfy,#tlumaczenia .notification .ntfy {
display:block;
width:14px;
height:8px;
background:transparent url(../images/ntfy.png) 0 -8px no-repeat;
position:absolute;
top:-8px;
left:40%;
}

#oczekiwane .notification > span.left,#profile .notification > span.left,#szukaj .notification > span.left,#tlumaczenia .notification > span.left {
font-size:12px;
font-weight:700;
text-transform:uppercase;
}

#oczekiwane .notification > span.info,#oczekiwane .notification > span.right,#profile .notification > span.info,#profile .notification > span.right,#szukaj .notification > span.info,#szukaj .notification > span.right,#tlumaczenia .notification > span.info,#tlumaczenia .notification > span.right {
color:#7a878c;
font-size:13px;
}

#oczekiwane .notification > span.right span,#profile .notification > span.right span,#szukaj .notification > span.right span,#tlumaczenia .notification > span.right span {
color:#feee39;
text-decoration:none;
}

#oczekiwane .notification > span.right span:hover,#profile .notification > span.right span:hover,#szukaj .notification > span.right span:hover,#tlumaczenia .notification > span.right span:hover {
color:#feee39;
text-decoration:underline;
}

#oczekiwane .notification:hover,#profile .notification:hover,#szukaj .notification:hover,#tlumaczenia .notification:hover {
background:#21262b;
}

#oczekiwane .notification.noclick:hover,#profile .notification.noclick:hover,#szukaj .notification.noclick:hover,#tlumaczenia .notification.noclick:hover {
background:transparent;
}

#oczekiwane .notification:hover .ntfy,#profile .notification:hover .ntfy,#szukaj .notification:hover .ntfy,#tlumaczenia .notification:hover .ntfy {
background-position:0 0;
}

#oczekiwane .form-btns,#profile .form-btns,#szukaj .form-btns,#tlumaczenia .form-btns {
height:32px;
margin:0 0 14px;
}

#oczekiwane .form-btns .btns-left,#profile .form-btns .btns-left,#szukaj .form-btns .btns-left,#tlumaczenia .form-btns .btns-left {
width:207px;
float:left;
text-align:left;
}

#oczekiwane .form-btns .btns-middle,#profile .form-btns .btns-middle,#szukaj .form-btns .btns-middle,#tlumaczenia .form-btns .btns-middle {
width:232px;
float:left;
text-align:center;
}

#oczekiwane .form-btns .btns-middle .button,#profile .form-btns .btns-middle .button,#szukaj .form-btns .btns-middle .button,#tlumaczenia .form-btns .btns-middle .button {
width:232px;
padding:0;
}

#oczekiwane .form-btns .btns-right,#profile .form-btns .btns-right,#szukaj .form-btns .btns-right,#tlumaczenia .form-btns .btns-right {
float:right;
text-align:right;
}

#oczekiwane input[type=text].invalid,#oczekiwane input[type=password].invalid,#oczekiwane textarea.invalid,#profile input[type=text].invalid,#profile input[type=password].invalid,#profile textarea.invalid,#szukaj input[type=text].invalid,#szukaj input[type=password].invalid,#szukaj textarea.invalid,#tlumaczenia input[type=text].invalid,#tlumaczenia input[type=password].invalid,#tlumaczenia textarea.invalid {
border-color:red;
}

#oczekiwane table.table-layout tbody tr.odd td,#profile table.table-layout tbody tr.odd td,#szukaj table.table-layout tbody tr.odd td,#tlumaczenia table.table-layout tbody tr.odd td {
background-color:#22272c;
line-height:26px;
}

#oczekiwane table.table-layout tbody tr.even td,#profile table.table-layout tbody tr.even td,#szukaj table.table-layout tbody tr.even td,#tlumaczenia table.table-layout tbody tr.even td {
background-color:transparent;
line-height:26px;
}

#oczekiwane .progress > span,#profile .progress > span,#szukaj .progress > span,#tlumaczenia .progress > span,#serial .progress span {
position:absolute;
top:0;
bottom:0;
left:0;
right:0;
text-align:center;
z-index:3;
}

#oczekiwane .progress > span > span,#profile .progress > span > span,#szukaj .progress > span > span,#tlumaczenia .progress > span > span {
display:inline-block;
text-align:center;
color:#fff;
font-weight:700;
font-size:10px;
line-height:15px;
width:36px;
vertical-align:top;
margin-top:2px;
}

#oczekiwane .dataTables_filter,#profile .dataTables_filter,#szukaj .dataTables_filter,#tlumaczenia .dataTables_filter {
color:#e8eef0;
font-size:16px;
font-weight:400;
line-height:43px;
background-color:#22272c;
padding:0 0 0 14px;
}

#oczekiwane .dataTables_filter input,#profile .dataTables_filter input,#szukaj .dataTables_filter input,#tlumaczenia .dataTables_filter input {
width:325px;
margin-left:66px;
padding-right:39px;
background:#1b1f23 url(../images/search.png) 298px 5px no-repeat;
}

#oczekiwane .dataTables_filter input:hover,#oczekiwane .dataTables_filter input:focus,#profile .dataTables_filter input:hover,#profile .dataTables_filter input:focus,#szukaj .dataTables_filter input:hover,#szukaj .dataTables_filter input:focus,#tlumaczenia .dataTables_filter input:hover,#tlumaczenia .dataTables_filter input:focus {
color:#feee39;
background-position:298px -23px;
}

#oczekiwane .dataTables_empty,#profile .dataTables_empty,#szukaj .dataTables_empty,#tlumaczenia .dataTables_empty {
cursor:default!important;
}

#oczekiwane .dataTables_filter a.menu_add:hover,#profile .dataTables_filter a.menu_add:hover,#szukaj .dataTables_filter a.menu_add:hover,#tlumaczenia .dataTables_filter a.menu_add:hover {
text-decoration:none;
color:#feee39;
background-color:#41d64b;
border:none;
line-height:45px;
height:43px;
background-position:21px -25px;
}

#oczekiwane .dataTables_filter a.menu_add:active,#profile .dataTables_filter a.menu_add:active,#szukaj .dataTables_filter a.menu_add:active,#tlumaczenia .dataTables_filter a.menu_add:active {
color:#000;
text-shadow:0 1px 1px #69ee72;
filter:dropshadow(color=#69ee72,offx=0,offy=1);
border-top:4px solid #30a338;
border-bottom:4px solid #3ccc46;
background-color:#3ccc46;
line-height:40px;
height:35px;
background-position:21px -64px;
}

#oczekiwane aside .udata h3,#profile aside .udata h3,#szukaj aside .udata h3,#tlumaczenia aside .udata h3 {
color:#e8eef0;
font-size:16px;
font-weight:400;
line-height:27px;
padding:5px 13px;
}

#oczekiwane aside .udata .urow,#profile aside .udata .urow,#szukaj aside .udata .urow,#tlumaczenia aside .udata .urow {
border-top:1px solid #32383e;
font-size:11px;
color:#7a878c;
font-weight:400;
line-height:30px;
padding-left:14px;
}

#oczekiwane aside .udata .urow span,#profile aside .udata .urow span,#szukaj aside .udata .urow span,#tlumaczenia aside .udata .urow span {
color:#f5f5f5;
}

#oczekiwane aside .udata .ufl,#profile aside .udata .ufl,#szukaj aside .udata .ufl,#tlumaczenia aside .udata .ufl {
color:#7a878c;
font-size:11px;
line-height:18px;
margin:13px 0;
}

#oczekiwane aside .udata .ufl span,#profile aside .udata .ufl span,#szukaj aside .udata .ufl span,#tlumaczenia aside .udata .ufl span {
color:#e8eef0;
font-size:13px;
}

#oczekiwane aside .udata .ufl.left,#profile aside .udata .ufl.left,#szukaj aside .udata .ufl.left,#tlumaczenia aside .udata .ufl.left {
padding-left:14px;
}

#oczekiwane aside .udata .ufl.right,#profile aside .udata .ufl.right,#szukaj aside .udata .ufl.right,#tlumaczenia aside .udata .ufl.right {
text-align:right;
padding-right:14px;
}

#oczekiwane aside .stats,#profile aside .stats,#szukaj aside .stats,#tlumaczenia aside .stats {
border:1px solid #32383e;
margin-top:8px;
}

#oczekiwane aside .stats h3,#profile aside .stats h3,#szukaj aside .stats h3,#tlumaczenia aside .stats h3 {
background:#22272c url(../images/stats.png) 13px 8px no-repeat;
color:#e8eef0;
font-size:16px;
line-height:43px;
height:43px;
font-weight:400;
padding-left:50px;
}

#oczekiwane aside .srow,#profile aside .srow,#szukaj aside .srow,#tlumaczenia aside .srow {
border-top:1px solid #32383e;
padding:8px 14px;
}

#oczekiwane aside .srow .left,#profile aside .srow .left,#szukaj aside .srow .left,#tlumaczenia aside .srow .left {
color:#7a878c;
font-size:11px;
line-height:13px;
width:70%;
}

#oczekiwane aside .srow .right,#profile aside .srow .right,#szukaj aside .srow .right,#tlumaczenia aside .srow .right {
color:#f5f5f5;
font-size:11px;
line-height:26px;
text-align:right;
}

#oczekiwane .checkbox_outer,#profile .checkbox_outer,#szukaj .checkbox_outer,#tlumaczenia .checkbox_outer {
position:relative;
float:right;
margin-top:7px;
cursor:pointer;
}

#oczekiwane .type-movie,#oczekiwane .type-tvseries,#profile .type-movie,#profile .type-tvseries,#szukaj .type-movie,#szukaj .type-tvseries,#tlumaczenia .type-movie,#tlumaczenia .type-tvseries {
display:table-row;
visibility:visible;
}

#profile section#content .pagination .page-prev:hover,#szukaj section#content .pagination .page-prev:hover,#tlumaczenia section#content .pagination .page-prev:hover {
background-image:url(../images/arrow_lefth.png);
border-bottom:none;
border-top:2px solid #32383e;
line-height:30px;
padding-bottom:4px;
background-position:15px 15px;
}

#profile section#content .pagination .page-next:hover,#szukaj section#content .pagination .page-next:hover,#tlumaczenia section#content .pagination .page-next:hover {
background-image:url(../images/arrow_righth.png);
border-bottom:none;
border-top:2px solid #32383e;
line-height:30px;
padding-bottom:4px;
background-position:96px 15px;
text-decoration:none;
}

#profile section#content .pagination .page-num,#szukaj section#content .pagination .page-num,#tlumaczenia section#content .pagination .page-num {
display:inline-block;
cursor:pointer;
border:1px solid #32383e;
border-bottom-width:3px;
background-color:#1b1f23;
color:#7a878c;
font-weight:400;
font-size:13px;
line-height:22px;
margin:4px 2px 0;
padding:1px 9px 0;
}

#profile .progress,#szukaj .progress,#tlumaczenia .progress,#serial .progress {
position:absolute;
top:8px;
bottom:8px;
left:8px;
right:8px;
text-align:center;
background-color:#32383E;
background-image:linear-gradient(to bottom,#5f6267,#5f6267)!important;
background-repeat:repeat-x;
}

#serial .progress {
	top: 5px;
}

#profile .progress div,#szukaj .progress div,#tlumaczenia .progress div,#serial .progress div {
position:absolute;
top:0;
bottom:0;
left:0;
background-color:#255180;
z-index:2;
}

#profile .infoColumn0,#szukaj .infoColumn0,#tlumaczenia .infoColumn0 {
float:left;
width:80px;
height:100%;
background-color:#1b1f23;
text-align:center;
padding-top:10px;
padding-bottom:10px;
border-right:1px solid #32383e;
}

#komentarze section#content .ad {
font-size:0;
line-height:0;
background-color:#32383e;
text-align:center;
margin:10px auto 0;
padding:1px 0;
}

#komentarze section#content .tbl_top {
background-color:#21262b;
border-top:1px solid #32383e;
margin:10px 0 0;
padding:10px 14px;
}

#komentarze section#content .tbl_top .head_r label {
vertical-align:middle;
color:#e8eef0;
font-size:13px;
line-height:20px;
display:inline-block;
margin:0 29px 0 4px;
}

#komentarze section#content .tbl .poster {
width:80px;
height:59px;
background-position:center top;
background-size:cover;
border-right:1px solid #32383e;
float:left;
}

#komentarze section#content .tbl .avatar {
width:80px;
height:90px;
background-position:center top;
background-size:cover;
border-right:1px solid #32383e;
float:left;
}

#komentarze section#content .tbl .subtitle {
float:left;
width:574px;
}

#komentarze section#content .tbl .subtitle .opener {
float:left;
width:40px;
height:41px;
border:1px solid #32383e;
border-bottom-width:3px;
background:transparent url(../images/arrs.png) center 19px no-repeat;
cursor:pointer;
margin:6px 14px 6px 15px;
}

#komentarze section#content .tbl .subtitle .sub {
float:left;
padding:5px;
}

#komentarze section#content .tbl .subtitle .sub h2 {
color:#e8eef0;
font-size:14px;
line-height:18px;
font-weight:700;
cursor:pointer;
margin:11px 0 0;
}

#komentarze section#content .tbl .subtitle .sub h3 {
color:#7a878c;
font-size:11px;
line-height:20px;
font-weight:400;
margin-left:0;
}

#komentarze section#content .tbl .subtitle .lang {
float:right;
margin:12px 0 0;
}

#komentarze section#content .tbl .mark {
float:right;
color:#545d62;
font-size:11px;
line-height:13px;
text-align:right;
margin:10px 10px 0 0;
}

#komentarze section#content .tbl .mark .stars {
width:71px;
height:11px;
background:transparent url(../images/stars.png) left center no-repeat;
position:relative;
margin:5px 0 0;
}

#komentarze section#content h1.page-header {
border-top:1px solid #32383e;
background-color:#22272c;
color:#e8eef0;
font-weight:400;
font-size:16px;
line-height:43px;
text-align:left;
cursor:default;
margin:10px 0 0;
padding:0 14px;
}

#komentarze table.table-layout thead tr th {
border-bottom:1px solid #32383e;
border-right:1px solid #32383e;
border-collapse:collapse;
color:#e8eef0;
font-size:12px;
font-weight:700;
line-height:43px;
text-align:left;
background-color:#22272c;
padding:0 50px 0 15px;
}


table.table-layout {
    width: 100%;
	border:1px solid #32383e;
}

table.table-layout tbody tr td {
border-bottom:1px solid #32383e;
border-right:1px solid #32383e;
border-collapse:collapse;
line-height:31px;
color:#e8eef0;
font-size:11px;
font-weight:400;
padding:0 15px;
}

#komentarze table.table-layout tbody tr td {
border-bottom:1px solid #32383e;
border-right:1px solid #32383e;
border-collapse:collapse;
line-height:31px;
color:#e8eef0;
font-size:11px;
font-weight:400;
padding:0 15px;
}

#komentarze table.table-layout td.sex,#komentarze table.table-layout th.sex {
width:15px;
text-align:center;
border-right:0;
padding:0 0 0 10px;
}

#komentarze table.table-gray tbody tr td {
text-align:left;
border-bottom:1px solid #32383e;
border-collapse:collapse;
width:30%;
padding:0 10px;
}

#komentarze .autocomplete-suggestion {
font-weight:700;
color:#fff;
font-size:12px;
line-height:18px;
white-space:nowrap;
overflow:hidden;
border-bottom:1px solid #32383E;
padding:3px 5px;
}

#komentarze #MDBname,#komentarze .MDBname {
border:1px solid #32383e;
width:305px;
height:30px;
color:#FEEE39;
font-size:14px;
line-height:30px;
font-weight:700;
background-color:#1b1f23;
cursor:not-allowed;
padding:0 9px;
}

#komentarze .infoColumn0 {
float:left;
width:80px;
height:100%;
background-color:#1b1f23;
text-align:center;
padding-top:20px;
padding-bottom:10px;
border-right:1px solid #32383e;
border-bottom:1px solid #32383e;
}

#komentarze .infoColumn4 {
padding-left:10px;
float:left;
}

#komentarze .tresc2 {
padding:30px 10px 10px 90px;
}

#komentarze .footertext {
padding:5px 10px 5px 0;
}

#komentarze .sortComments {
float:left;
padding-bottom:5px;
}

#komentarze .sortujKomentarze {
height:20px!important;
line-height:20px!important;
margin-bottom:0!important;
padding:0 6px!important;
}

#komentarze textarea {
border:1px solid #32383e;
width:742px;
margin-left:10px;
height:80px;
color:#7a878c;
font-size:14px;
line-height:20px;
font-weight:400;
background-color:#1b1f23;
resize:vertical;
padding:5px;
}

#komentarze .form2LinesLayout input[type=radio] {
display:none;
cursor:pointer;
margin:5px;
}

#komentarze section#content span {
color:#8a8a8a!important;
}

#home section#content .tbl,#komentarze section#content .tbl {
width:774px;
position:relative;
border-top:1px solid #32383e;
background-color:#1b1f23;
z-index:10;
}

#szukaj section#content .ad,#komentowane section#content .ad,#home section#content .ad,#oczekiwane section#content .ad,#profile section#content .ad,#serial section#content .ad,#seriale section#content .ad,#tlumaczenia section#content .ad {
font-size:0;
line-height:0;
background-color:#32383e;
text-align:center;
margin:10px auto 0;
padding:1px 0;
}

#szukaj section#content .tbl_top,#oczekiwane section#content .tbl_top,#profile section#content .tbl_top,#tlumaczenia section#content .tbl_top {
background-color:#21262b;
border-top:1px solid #32383e;
margin:10px 0 0;
padding:10px 14px;
}

#szukaj section#content .tbl_top .head_r label,#home section#content .tbl_top .head_r label,#oczekiwane section#content .tbl_top .head_r label,#profile section#content .tbl_top .head_r label,#tlumaczenia section#content .tbl_top .head_r label {
vertical-align:middle;
color:#e8eef0;
font-size:13px;
line-height:20px;
display:inline-block;
margin:0 29px 0 4px;
}

#szukaj section#content .tbl .mark,#home section#content .tbl .mark,#oczekiwane section#content .tbl .mark,#profile section#content .tbl .mark,#tlumaczenia section#content .tbl .mark {
float:right;
color:#545d62;
font-size:11px;
line-height:13px;
text-align:right;
margin:14px 15px 0 0;
}

#szukaj section#content .tbl .mark .stars,#komentowane .mark .stars,#home section#content .tbl .mark .stars,#oczekiwane section#content .tbl .mark .stars,#profile section#content .tbl .mark .stars,#seriale .mark .stars,#tlumaczenia section#content .tbl .mark .stars {
width:71px;
height:11px;
background:transparent url(../images/stars.png) left center no-repeat;
position:relative;
margin:5px 0 0;
}

#szukaj section#content h1.page-header,#komentowane section#content h1.page-header,#home section#content h1.page-header,#oczekiwane section#content h1.page-header,#profile section#content h1.page-header,#serial section#content h1.page-header,#seriale section#content h1.page-header,#tlumaczenia section#content h1.page-header {
border-top:1px solid #32383e;
background-color:#22272c;
color:#e8eef0;
font-weight:400;
font-size:16px;
line-height:43px;
text-align:left;
cursor:default;
margin:10px 0 0;
padding:0 14px;
}

#szukaj table.table-layout thead tr th,#profile table.table-layout thead tr th,#tlumaczenia table.table-layout thead tr th {
border-bottom:1px solid #32383e;
border-right:1px solid #32383e;
border-collapse:collapse;
color:#e8eef0;
font-size:12px;
font-weight:700;
line-height:43px;
text-align:left;
background-color:#22272c;
padding:0 15px;
}

#szukaj table.table-layout tbody tr td,#home table.table-layout tbody tr td,#profile table.table-layout tbody tr td,#tlumaczenia table.table-layout tbody tr td {
border-bottom:1px solid #32383e;
border-right:1px solid #32383e;
border-collapse:collapse;
line-height:31px;
color:#e8eef0;
font-size:11px;
font-weight:400;
padding:0 10px;
}

#szukaj table.table-layout td.sex,#szukaj table.table-layout th.sex,#komentowane table.table-layout td.sex,#komentowane table.table-layout th.sex,#home table.table-layout td.sex,#home table.table-layout th.sex,#oczekiwane table.table-layout td.sex,#oczekiwane table.table-layout th.sex,#profile table.table-layout td.sex,#profile table.table-layout th.sex,#serial table.table-layout td.sex,#serial table.table-layout th.sex,#seriale table.table-layout td.sex,#seriale table.table-layout th.sex,#tlumaczenia table.table-layout td.sex,#tlumaczenia table.table-layout th.sex {
width:15px;
text-align:center;
border-right:0;
padding:0 0 0 10px;
}

#szukaj table.table-gray tbody tr td,#komentowane table.table-gray tbody tr td,#home table.table-gray tbody tr td,#oczekiwane table.table-gray tbody tr td,#profile table.table-gray tbody tr td,#serial table.table-gray tbody tr td,#seriale table.table-gray tbody tr td,#tlumaczenia table.table-gray tbody tr td {
text-align:left;
border-bottom:1px solid #32383e;
border-collapse:collapse;
width:30%;
padding:0 10px;
}

#szukaj .autocomplete-suggestion,#komentowane .autocomplete-suggestion,#home .autocomplete-suggestion,#oczekiwane .autocomplete-suggestion,#profile .autocomplete-suggestion,#serial .autocomplete-suggestion,#seriale .autocomplete-suggestion,#tlumaczenia .autocomplete-suggestion {
font-weight:700;
color:#fff;
font-size:12px;
line-height:18px;
white-space:nowrap;
overflow:hidden;
border-bottom:1px solid #32383E;
padding:3px 5px;
}

#szukaj #MDBname,#szukaj .MDBname,#komentowane #MDBname,#komentowane .MDBname,#home #MDBname,#home .MDBname,#oczekiwane #MDBname,#oczekiwane .MDBname,#profile #MDBname,#profile .MDBname,#serial #MDBname,#serial .MDBname,#seriale #MDBname,#seriale .MDBname,#tlumaczenia #MDBname,#tlumaczenia .MDBname {
border:1px solid #32383e;
width:305px;
height:30px;
color:#FEEE39;
font-size:14px;
line-height:30px;
font-weight:700;
background-color:#1b1f23;
cursor:not-allowed;
padding:0 9px;
}

#szukaj .head_r input[type=radio],#komentowane .form2LinesLayout input[type=radio],#home .head_r input[type=radio],#oczekiwane .head_r input[type=radio],#profile .head_r input[type=radio],#serial .form2LinesLayout input[type=radio],#seriale .form2LinesLayout input[type=radio],#tlumaczenia .head_r input[type=radio] {
display:none;
cursor:pointer;
margin:5px;
}

#szukaj body,#oczekiwane body,#profile body,#tlumaczenia body {
background-color:#1b1f23;
margin:0;
padding:0;
}

#szukaj .reset-css,#szukaj .reset-css *,#oczekiwane .reset-css,#oczekiwane .reset-css *,#profile .reset-css,#profile .reset-css *,#tlumaczenia .reset-css,#tlumaczenia .reset-css * {
animation:none;
animation-delay:0;
animation-direction:normal;
animation-duration:0;
animation-fill-mode:none;
animation-iteration-count:1;
animation-name:none;
animation-play-state:running;
animation-timing-function:ease;
backface-visibility:visible;
background:0;
background-attachment:scroll;
background-clip:border-box;
background-color:transparent;
background-image:none;
background-origin:padding-box;
background-position:0 0;
background-position-x:0;
background-position-y:0;
background-repeat:repeat;
background-size:auto auto;
border:0;
border-bottom:0;
border-bottom-left-radius:0;
border-bottom-right-radius:0;
border-collapse:separate;
border-image:none;
border-left:0;
border-radius:0;
border-right:0;
border-spacing:0;
border-top:0;
border-top-left-radius:0;
border-top-right-radius:0;
bottom:auto;
box-shadow:none;
box-sizing:content-box;
caption-side:top;
clear:none;
clip:auto;
color:inherit;
columns:auto;
column-count:auto;
column-fill:balance;
column-gap:normal;
column-rule:medium none currentColor;
column-rule-color:currentColor;
column-rule-style:none;
column-rule-width:none;
column-span:1;
column-width:auto;
content:normal;
counter-increment:none;
counter-reset:none;
cursor:auto;
direction:ltr;
display:inline;
empty-cells:show;
float:none;
height:auto;
hyphens:none;
left:auto;
letter-spacing:normal;
line-height:normal;
list-style:none;
list-style-image:none;
list-style-position:outside;
list-style-type:disc;
max-height:none;
max-width:none;
min-height:0;
min-width:0;
opacity:1;
orphans:0;
outline:0;
outline-color:invert;
outline-style:none;
outline-width:medium;
overflow:visible;
overflow-x:visible;
overflow-y:visible;
page-break-after:auto;
page-break-before:auto;
page-break-inside:auto;
perspective:none;
perspective-origin:50% 50%;
position:static;
quotes:\201C\201D\2018\2019;
right:auto;
tab-size:8;
table-layout:auto;
text-align:inherit;
text-align-last:auto;
text-decoration:none;
text-decoration-color:inherit;
text-decoration-line:none;
text-decoration-style:solid;
text-indent:0;
text-shadow:none;
text-transform:none;
top:auto;
transform:none;
transform-style:flat;
transition:none;
transition-delay:0;
transition-duration:0;
transition-property:none;
transition-timing-function:ease;
unicode-bidi:normal;
vertical-align:baseline;
visibility:visible;
white-space:normal;
widows:0;
width:auto;
word-spacing:normal;
z-index:auto;
border-color:inherit;
border-style:none;
border-width:medium;
margin:0;
padding:0;
}

#szukaj .blue_btn,#oczekiwane .blue_btn,#profile .blue_btn,#tlumaczenia .blue_btn {
text-decoration:none;
width:auto;
cursor:pointer;
display:block;
height:37px;
background-color:#2b68ab;
border:none;
border-bottom:4px solid #1b4a7e;
color:#fff;
font-size:16px;
line-height:36px;
font-weight:700;
letter-spacing:1px;
text-shadow:0 -1px 1px rgba(0,0,0,0.2);
filter:dropshadow(color=#33000000,offx=0,offy=-1);
padding:0 16px;
}

#szukaj .gray_btn,#oczekiwane .gray_btn,#profile .gray_btn,#tlumaczenia .gray_btn {
text-decoration:none;
width:auto;
cursor:pointer;
display:block;
height:37px;
background-color:#1b1f23;
border:1px solid #32383e;
border-bottom-width:4px;
color:#7a878c!important;
font-size:14px;
line-height:36px;
font-weight:400;
letter-spacing:1px;
text-shadow:0 -1px 1px rgba(0,0,0,0.2);
filter:dropshadow(color=#33000000,offx=0,offy=-1);
padding:0 16px;
}

#szukaj .yellow_btn,#oczekiwane .yellow_btn,#profile .yellow_btn,#tlumaczenia .yellow_btn {
box-sizing:content-box;
text-decoration:none;
width:auto;
cursor:pointer;
display:block;
height:33px;
background-color:#feee39;
border:none;
border-bottom:4px solid #aba131;
color:#22272c;
font-size:14px;
line-height:36px;
font-weight:400;
letter-spacing:1px;
text-shadow:0 1px 1px #fff68b;
filter:dropshadow(color=#fff68b,offx=0,offy=1);
padding:0 16px;
}

#szukaj .bbutton,#oczekiwane .bbutton,#profile .bbutton,#tlumaczenia .bbutton {
text-transform:uppercase;
border:1px solid #32383e;
color:#fff;
font-size:9px;
cursor:pointer;
padding:2px 5px;
}

/*#szukaj input[type=text],#szukaj input[type=search],#szukaj input[type=password],#oczekiwane input[type=text],#oczekiwane input[type=search],#oczekiwane input[type=password],#profile input[type=text],#profile input[type=search],#profile input[type=password],#tlumaczenia input[type=text],#tlumaczenia input[type=search],#tlumaczenia input[type=password] {*/
/*
#szukaj input[type=search],#oczekiwane input[type=text],#oczekiwane input[type=search],#oczekiwane input[type=password],#profile input[type=text],#profile input[type=search],#profile input[type=password],#tlumaczenia input[type=text],#tlumaczenia input[type=search],#tlumaczenia input[type=password] {
border:1px solid #32383e;
width:305px;
height:30px;
color:#7a878c;
font-size:14px;
line-height:30px;
font-weight:400;
background-color:#1b1f23;
padding:0 9px;
}

*/
#szukaj .wrap,#oczekiwane .wrap,#profile .wrap,#tlumaczenia .wrap {
width:970px;
position:relative;
margin:0 auto;
}

#szukaj header #topbar,#oczekiwane header #topbar,#profile header #topbar,#tlumaczenia header #topbar {
background-color:#32383e;
border-top:1px solid #22272c;
border-bottom:1px solid #1b1f23;
font-size:12px;
line-height:14px;
padding:2px 0 0;
}

#szukaj header #topbar ul li a.themechanger,#oczekiwane header #topbar ul li a.themechanger,#profile header #topbar ul li a.themechanger,#tlumaczenia header #topbar ul li a.themechanger {
background:transparent url(../images/light.png) center center no-repeat;
padding:12px 21px 10px;
}

#szukaj header #topbar a.logout,#oczekiwane header #topbar a.logout,#profile header #topbar a.logout,#tlumaczenia header #topbar a.logout {
text-decoration:none;
float:right;
border-left:1px solid #414850;
border-right:1px solid #414850;
background:transparent url(../images/logout.png) right center no-repeat;

padding:12px 32px 10px 15px;
}

#szukaj header #topbar a.register,#oczekiwane header #topbar a.register,#profile header #topbar a.register,#tlumaczenia header #topbar a.register {
text-decoration:none;
float:right;
border-left:1px solid #414850;
border-right:1px solid #414850;
background:transparent url(../images/profiler.png) right center no-repeat;
padding:12px 32px 10px 15px;
}

#szukaj header > .wrap a.logo .screen,#oczekiwane header > .wrap a.logo .screen,#profile header > .wrap a.logo .screen,#tlumaczenia header > .wrap a.logo .screen {
cursor:pointer;
float:left;
width:52px;
height:34px;
border:4px solid #fff;
-webkit-border-radius:1px;
-moz-border-radius:1px;
border-radius:1px;
margin:1px 15px 0 0;
}

#szukaj header > .wrap a.logo .screen .subline1,#oczekiwane header > .wrap a.logo .screen .subline1,#profile header > .wrap a.logo .screen .subline1,#tlumaczenia header > .wrap a.logo .screen .subline1 {
cursor:pointer;
background-color:#fff;
width:30px;
height:3px;
font-size:0;
line-height:0;
-webkit-transition:all 600ms linear;
-moz-transition:all 300ms linear;
-ms-transition:all 300ms linear;
-o-transition:all 300ms linear;
transition:all 300ms linear;
margin:19px auto 4px;
}

#szukaj header > .wrap a.logo .screen .subline2,#oczekiwane header > .wrap a.logo .screen .subline2,#profile header > .wrap a.logo .screen .subline2,#tlumaczenia header > .wrap a.logo .screen .subline2 {
cursor:pointer;
background-color:#fff;
width:18px;
height:3px;
font-size:0;
line-height:0;
-webkit-transition:all 600ms linear;
-moz-transition:all 300ms linear;
-ms-transition:all 300ms linear;
-o-transition:all 300ms linear;
transition:all 300ms linear;
margin:0 auto;
}

#szukaj header > .wrap a.logo h1,#oczekiwane header > .wrap a.logo h1,#profile header > .wrap a.logo h1,#tlumaczenia header > .wrap a.logo h1 {
cursor:pointer;
font-family:Ubuntu, sans-serif;
font-size:24px;
line-height:24px;
font-weight:700;
color:#fff;
letter-spacing:1px;
margin:0;
padding:0;
}

#szukaj header > .wrap a.logo h2,#oczekiwane header > .wrap a.logo h2,#profile header > .wrap a.logo h2,#tlumaczenia header > .wrap a.logo h2 {
cursor:pointer;
font-family:Ubuntu, sans-serif;
font-size:12px;
line-height:21px;
font-weight:400;
color:#fff;
letter-spacing:.8px;
margin:0;
padding:0;
}

#szukaj header #search #phrase,#oczekiwane header #search #phrase,#profile header #search #phrase,#tlumaczenia header #search #phrase {
width:194px;
height:35px;
color:#7a878c;
border-left:none;
line-height:16px;
padding:0 17px 0 46px;
}

#szukaj aside .box,#oczekiwane aside .box,#profile aside .box,#tlumaczenia aside .box {
border:1px solid #32383e;
margin:10px 0 0;
padding:13px;
}

#szukaj aside .list,#oczekiwane aside .list,#profile aside .list,#tlumaczenia aside .list {
border:1px solid #32383e;
margin:10px 0 0;
}

#szukaj aside .list h3,#oczekiwane aside .list h3,#profile aside .list h3,#tlumaczenia aside .list h3 {
background:transparent url(../images/arrow_right.png) 161px center no-repeat;
cursor:pointer;
color:#e8eef0;
font-size:15px;
line-height:18px;
font-weight:400;
padding:13px 16px;
}

#szukaj aside .list li a,#oczekiwane aside .list li a,#profile aside .list li a,#tlumaczenia aside .list li a {
display:block;
color:#e8eef0;
font-size:12px;
line-height:12px;
background:transparent url(../images/arr.png) 14px center no-repeat;
padding:7px 10px 7px 25px;
}

#szukaj aside .ad,#oczekiwane aside .ad,#profile aside .ad,#tlumaczenia aside .ad {
font-size:0;
line-height:0;
background-color:#32383e;
text-align:center;
margin:10px 0 0;
padding:1px 0;
}

#szukaj section#content .message,#oczekiwane section#content .message,#profile section#content .message,#tlumaczenia section#content .message {
color:#e8eef0;
font-size:12px;
line-height:14px;
border:1px solid #32383e;
border-bottom-width:3px;
position:relative;
margin:10px 0 0;
padding:14px 37px 13px 14px;
}

#szukaj section#content .pagination,#profile section#content .pagination,#tlumaczenia section#content .pagination {
height:33px;
border:1px solid #32383e;
background-color:#22272c;
text-align:left;
margin:20px 0 0;
}

#szukaj section#content .pagination .page-prev,#profile section#content .pagination .page-prev,#tlumaczenia section#content .pagination .page-prev {
display:block;
cursor:pointer;
border-right:1px solid #32383e;
border-bottom:2px solid #32383e;
background-color:#1b1f23;
color:#7a878c;
line-height:30px;
font-weight:400;
font-size:16px;
float:left;
margin-right:4px;
background:transparent url(../images/arrow_left.png) 15px center no-repeat;
padding:1px 15px 0 35px;
}

#szukaj section#content .pagination .page-next,#profile section#content .pagination .page-next,#tlumaczenia section#content .pagination .page-next {
display:block;
cursor:pointer;
border-left:1px solid #32383e;
border-bottom:2px solid #32383e;
background-color:#1b1f23;
color:#7a878c;
font-weight:400;
font-size:16px;
line-height:30px;
float:right;
background:transparent url(../images/arrow_right.png) 96px center no-repeat;
padding:1px 35px 0 15px;
}

#szukaj footer a.logo .screen,#oczekiwane footer a.logo .screen,#profile footer a.logo .screen,#tlumaczenia footer a.logo .screen {
cursor:pointer;
float:left;
width:32px;
height:21px;
border:3px solid #444b4f;
-webkit-border-radius:1px;
-moz-border-radius:1px;
border-radius:1px;
margin:0 12px 0 0;
}

#szukaj footer a.logo .screen .subline1,#oczekiwane footer a.logo .screen .subline1,#profile footer a.logo .screen .subline1,#tlumaczenia footer a.logo .screen .subline1 {
cursor:pointer;
background-color:#444b4f;
width:20px;
height:2px;
font-size:0;
line-height:0;
-webkit-transition:all 600ms linear;
-moz-transition:all 300ms linear;
-ms-transition:all 300ms linear;
-o-transition:all 300ms linear;
transition:all 300ms linear;
margin:11px auto 2px;
}

#szukaj footer a.logo .screen .subline2,#oczekiwane footer a.logo .screen .subline2,#profile footer a.logo .screen .subline2,#tlumaczenia footer a.logo .screen .subline2 {
cursor:pointer;
background-color:#444b4f;
width:12px;
height:2px;
font-size:0;
line-height:0;
-webkit-transition:all 600ms linear;
-moz-transition:all 300ms linear;
-ms-transition:all 300ms linear;
-o-transition:all 300ms linear;
transition:all 300ms linear;
margin:0 auto;
}

#szukaj footer a.logo h1,#oczekiwane footer a.logo h1,#profile footer a.logo h1,#tlumaczenia footer a.logo h1 {
cursor:pointer;
font-family:Ubuntu, sans-serif;
font-size:20px;
line-height:24px;
font-weight:700;
color:#454b4f;
letter-spacing:1px;
margin:0;
padding:0;
}

#szukaj .dk_toggle,#oczekiwane .dk_toggle,#profile .dk_toggle,#tlumaczenia .dk_toggle {
border:1px solid #32383e;
color:#7a878c;
line-height:normal;
display:inline;
position:relative;
zoom:1;
padding:7px 45px 7px 10px;
}

#szukaj .comment,#oczekiwane .comment,#profile .comment,#tlumaczenia .comment {
border:1px solid #000;
margin:10px 0 0;
padding:10px;
}

#szukaj .notification,#oczekiwane .notification,#profile .notification,#tlumaczenia .notification {
display:block;
cursor:pointer;
border:1px solid #32383e;
border-bottom-width:3px;
line-height:44px;
color:#e8eef0;
position:relative;
margin:10px 0 0;
padding:0 15px;
}

#szukaj .notification.positive,#oczekiwane .notification.positive,#profile .notification.positive,#tlumaczenia .notification.positive {
line-height:26px;
border:none;
border-bottom:2px solid #2aa632;
border-top:1px solid #32383e;
background:#41d64b;
color:#000!important;
margin:0;
}

#szukaj .notification.negative,#oczekiwane .notification.negative,#profile .notification.negative,#tlumaczenia .notification.negative {
line-height:26px;
border:none;
border-bottom:2px solid #8f3537;
border-top:1px solid #32383e;
background:#f24e4e;
color:#fff!important;
margin:0;
}

#szukaj textarea,#oczekiwane textarea,#profile textarea,#tlumaczenia textarea {
border:1px solid #32383e;
width:305px;
height:120px;
color:#7a878c;
font-size:14px;
line-height:20px;
font-weight:400;
background-color:#1b1f23;
resize:vertical;
padding:5px 9px;
}

#szukaj .dataTables_filter a.menu_add,#oczekiwane .dataTables_filter a.menu_add,#profile .dataTables_filter a.menu_add,#tlumaczenia .dataTables_filter a.menu_add {
width:148px;
color:#fff;
font-weight:700;
text-shadow:0 -1px 1px rgba(0,0,0,0.2);
filter:dropshadow(color=#33000000,offx=0,offy=-1);
background-color:#41d64b;
border-bottom:4px solid #2aa632;
line-height:41px;
height:39px;
background-image:url(../images/add.png);
background-position:21px 9px;
background-repeat:no-repeat;
float:right;
padding:0 20px 0 57px;
}

#szukaj aside .udata,#oczekiwane aside .udata,#profile aside .udata,#tlumaczenia aside .udata {
border:1px solid #32383e;
margin:10px 0 0;
padding:0;
}

#komentowane .clear,#home .clear,#oczekiwane .clear,#profile .clear,#serial .clear,#seriale .clear,#szukaj .clear,#tlumaczenia .clear,#komentarze .clear {
display:block;
width:100%;
height:0;
font-size:0;
line-height:0;
clear:both;
}

#komentowane section#content,#home section#content,#seriale section#content,#komentarze section#content {
float:left;
width:776px;
}

#komentowane section#content.wide,#home section#content.wide,#oczekiwane section#content.wide,#profile section#content.wide,#serial section#content.wide,#seriale section#content.wide,#szukaj section#content.wide,#tlumaczenia section#content.wide,#komentarze section#content.wide {
float:none;
width:auto;
}

#komentowane section#content .tbl_out,#home section#content .tbl_out,#oczekiwane section#content .tbl_out,#profile section#content .tbl_out,#serial section#content .tbl_out,#seriale section#content .tbl_out,#szukaj section#content .tbl_out,#tlumaczenia section#content .tbl_out,#komentarze section#content .tbl_out {
border-bottom:1px solid #32383e;
position:relative;
}

#komentowane section#content .tbl_top .head_l,#home section#content .tbl_top .head_l,#serial section#content .tbl_top .head_l,#serial section#content .tbl_top_powiadomienia .head_l,#seriale section#content .tbl_top .head_l,#komentarze section#content .tbl_top .head_l {
float:left;
color:#e8eef0;
font-size:16px;
line-height:18px;
width:180px;
}

#komentowane section#content .tbl_top .head_r,#home section#content .tbl_top .head_r,#oczekiwane section#content .tbl_top .head_r,#profile section#content .tbl_top .head_r,#serial section#content .tbl_top .head_r,#serial section#content .tbl_top_powiadomienia .head_r,#seriale section#content .tbl_top .head_r,#szukaj section#content .tbl_top .head_r,#tlumaczenia section#content .tbl_top .head_r,#komentarze section#content .tbl_top .head_r {
float:left;
color:#e8eef0;
font-size:13px;
line-height:20px;
}

#komentowane section#content .tbl.opened .subtitle .opener,#komentowane section#content .tbl .subtitle:hover .opener,#oczekiwane section#content .tbl.opened .subtitle .opener,#oczekiwane section#content .tbl .subtitle:hover .opener,#profile section#content .tbl.opened .subtitle .opener,#profile section#content .tbl .subtitle:hover .opener,#serial section#content .tbl.opened .subtitle .opener,#serial section#content .tbl .subtitle:hover .opener,#seriale section#content .tbl.opened .subtitle .opener,#seriale section#content .tbl .subtitle:hover .opener,#szukaj section#content .tbl.opened .subtitle .opener,#szukaj section#content .tbl .subtitle:hover .opener,#tlumaczenia section#content .tbl.opened .subtitle .opener,#tlumaczenia section#content .tbl .subtitle:hover .opener,#komentarze section#content .tbl.opened .subtitle .opener,#komentarze section#content .tbl .subtitle:hover .opener {
background-color:#202428;
background-image:url(../images/arrsh.png);
}

#komentowane .mark .stars div,#home section#content .tbl .mark .stars div,#oczekiwane section#content .tbl .mark .stars div,#profile section#content .tbl .mark .stars div,#seriale .mark .stars div,#szukaj section#content .tbl .mark .stars div,#tlumaczenia section#content .tbl .mark .stars div,#komentarze section#content .tbl .mark .stars div {
position:absolute;
top:0;
left:0;
width:0;
height:11px;
background:transparent url(../images/starsh.png) left center no-repeat;
}

#komentowane .mark .stars2,#serial .mark .stars2,#seriale .mark .stars2,#komentarze section#content .tbl .mark .stars2 {
float:right;
width:71px;
height:11px;
margin-left:4px;
background:transparent url(../images/stars.png) left center no-repeat;
}

#komentowane .mark .stars2 div,#seriale .mark .stars2 div,#komentarze section#content .tbl .mark .stars2 div {
top:0;
left:0;
width:0;
height:11px;
background:transparent url(../images/starsh.png) left center no-repeat;
}

#komentowane section#content h1.page-header .link,#komentowane section#content .page > h2 .link,#home section#content h1.page-header .link,#home section#content .page > h2 .link,#oczekiwane section#content h1.page-header .link,#oczekiwane section#content .page > h2 .link,#profile section#content h1.page-header .link,#profile section#content .page > h2 .link,#serial section#content h1.page-header .link,#serial section#content .page > h2 .link,#seriale section#content h1.page-header .link,#seriale section#content .page > h2 .link,#szukaj section#content h1.page-header .link,#szukaj section#content .page > h2 .link,#tlumaczenia section#content h1.page-header .link,#tlumaczenia section#content .page > h2 .link,#komentarze section#content h1.page-header .link,#komentarze section#content .page > h2 .link {
color:#feee39;
float:right;
font-size:12px;
}

#komentowane section#content h1.page-header .link:hover,#komentowane section#content .page > h2 .link:hover,#home section#content h1.page-header .link:hover,#home section#content .page > h2 .link:hover,#oczekiwane .hidden-description.releases span,#oczekiwane a:hover,#oczekiwane aside .box a.thanks:hover span,#oczekiwane section#content .message:hover span.more,#oczekiwane section#content h1.page-header .link:hover,#oczekiwane section#content .page > h2 .link:hover,#profile .hidden-description.releases span,#profile a:hover,#profile aside .box a.thanks:hover span,#profile section#content .message:hover span.more,#profile section#content h1.page-header .link:hover,#profile section#content .page > h2 .link:hover,#serial section#content h1.page-header .link:hover,#serial section#content .page > h2 .link:hover,#seriale section#content h1.page-header .link:hover,#seriale section#content .page > h2 .link:hover,#szukaj section#content h1.page-header .link:hover,#szukaj section#content .page > h2 .link:hover,#szukaj .hidden-description.releases span,#szukaj a:hover,#szukaj aside .box a.thanks:hover span,#szukaj section#content .message:hover span.more,#tlumaczenia .hidden-description.releases span,#tlumaczenia a:hover,#tlumaczenia aside .box a.thanks:hover span,#tlumaczenia section#content .message:hover span.more,#tlumaczenia section#content h1.page-header .link:hover,#tlumaczenia section#content .page > h2 .link:hover,#komentarze section#content h1.page-header .link:hover,#komentarze section#content .page > h2 .link:hover {
text-decoration:underline;
}

#komentowane section#content .form-row.focused,#komentowane .control-group.focused,#komentowane table.table-layout tbody tr.odd td,#home section#content .form-row.focused,#home .control-group.focused,#home table.table-layout tbody tr.odd td,#oczekiwane section#content .form-row.focused,#oczekiwane .control-group.focused,#oczekiwane aside .stats .srow:nth-child(odd),#profile section#content .form-row.focused,#profile .control-group.focused,#profile aside .stats .srow:nth-child(odd),#serial section#content .form-row.focused,#serial .control-group.focused,#serial table.table-layout tbody tr.odd td,#seriale section#content .form-row.focused,#seriale .control-group.focused,#seriale table.table-layout tbody tr.odd td,#szukaj section#content .form-row.focused,#szukaj .control-group.focused,#szukaj aside .stats .srow:nth-child(odd),#tlumaczenia section#content .form-row.focused,#tlumaczenia .control-group.focused,#tlumaczenia aside .stats .srow:nth-child(odd),#komentarze section#content .form-row.focused,#komentarze .control-group.focused,#komentarze table.table-layout tbody tr.odd td {
background-color:#22272c;
}

#komentowane section#content .form-row.error,#home section#content .form-row.error,#oczekiwane section#content .form-row.error,#profile section#content .form-row.error,#serial section#content .form-row.error,#seriale section#content .form-row.error,#szukaj section#content .form-row.error,#tlumaczenia section#content .form-row.error,#komentarze section#content .form-row.error {
background-color:rgba(248,80,80,0.3);
border:1px solid #f85050;
}

#komentowane section#content .form-row .txt,#home section#content .form-row .txt,#oczekiwane section#content .form-row .txt,#profile section#content .form-row .txt,#serial section#content .form-row .txt,#seriale section#content .form-row .txt,#szukaj section#content .form-row .txt,#tlumaczenia section#content .form-row .txt,#komentarze section#content .form-row .txt {
color:#e8eef0;
font-size:14px;
line-height:24px;
font-weight:700;
}

#komentowane section#content .form-error,#home section#content .form-error,#oczekiwane section#content .form-error,#profile section#content .form-error,#serial section#content .form-error,#seriale section#content .form-error,#szukaj section#content .form-error,#tlumaczenia section#content .form-error,#komentarze section#content .form-error {
display:block;
color:#e8eef0;
font-size:12px;
line-height:15px;
font-weight:700;
clear:both;
padding:4px 0 0;
}

#komentowane section#content .form-row label,#komentowane .control-label,#home section#content .form-row label,#home .control-label,#serial section#content .form-row label,#serial .control-label,#seriale section#content .form-row label,#seriale .control-label,#komentarze section#content .form-row label,#komentarze .control-label {
cursor:default;
display:block;
width:120px;
color:#e8eef0;
font-size:14px;
line-height:32px;
font-weight:700;
float:right;
}

#komentowane section#content .form-row label.btn,#home section#content .form-row label.btn,#oczekiwane section#content .form-row label.btn,#profile section#content .form-row label.btn,#serial section#content .form-row label.btn,#seriale section#content .form-row label.btn,#szukaj section#content .form-row label.btn,#tlumaczenia section#content .form-row label.btn,#komentarze section#content .form-row label.btn {
line-height:37px;
}

#komentowane section#content .form-row .field,#oczekiwane section#content .form-row .field,#oczekiwane .controls,#profile section#content .form-row .field,#profile .controls,#serial section#content .form-row .field,#serial .controls,#seriale section#content .form-row .field,#szukaj section#content .form-row .field,#szukaj .controls,#tlumaczenia section#content .form-row .field,#tlumaczenia .controls,#komentarze section#content .form-row .field {
display:block;
width:445px;
float:left;
color:#e8eef0;
font-size:14px;
line-height:30px;
font-weight:400;
}

#komentowane section#content .form-row .field .dk_container *,#komentowane .controls .dk_container *,#home section#content .form-row .field .dk_container *,#home .controls .dk_container *,#oczekiwane section#content .form-row .field .dk_container *,#oczekiwane .controls .dk_container *,#oczekiwane .dk_label,#profile section#content .form-row .field .dk_container *,#profile .controls .dk_container *,#profile .dk_label,#serial section#content .form-row .field .dk_container *,#serial .controls .dk_container *,#seriale section#content .form-row .field .dk_container *,#seriale .controls .dk_container *,#szukaj section#content .form-row .field .dk_container *,#szukaj .controls .dk_container *,#szukaj .dk_label,#tlumaczenia section#content .form-row .field .dk_container *,#tlumaczenia .controls .dk_container *,#tlumaczenia .dk_label,#komentarze section#content .form-row .field .dk_container *,#komentarze .controls .dk_container * {
line-height:normal;
}

#komentowane section#content .page > h2,#home section#content .page > h2,#oczekiwane section#content .page > h2,#profile section#content .page > h2,#serial section#content .page > h2,#seriale section#content .page > h2,#szukaj section#content .page > h2,#tlumaczenia section#content .page > h2,#komentarze section#content .page > h2 {
border-top:1px solid #32383e;
border-bottom:1px solid #32383e;
background-color:#22272c;
color:#e8eef0;
font-size:16px;
line-height:43px;
height:43px;
font-weight:400;
padding:0 16px;
}

#komentowane section#content .page .padd,#home section#content .page .padd,#oczekiwane section#content .page .padd,#profile section#content .page .padd,#serial section#content .page .padd,#seriale section#content .page .padd,#szukaj section#content .page .padd,#tlumaczenia section#content .page .padd,#komentarze section#content .page .padd {
padding:25px 27px;
}

#komentowane table.table-layout,#home table.table-layout,#oczekiwane table.table-layout,#profile table.table-layout,#serial table.table-layout,#seriale table.table-layout,#szukaj table.table-layout,#tlumaczenia table.table-layout,#komentarze table.table-layout {
width:100%;
border-top:1px solid #32383e;
border-collapse:collapse;
color:#fff;
font-size:11px;
font-weight:400;
line-height:29px;
}

#komentowane table.table-layout thead tr th.sorting,#home table.table-layout thead tr th.sorting,#oczekiwane table.table-layout thead tr th.sorting,#profile table.table-layout thead tr th.sorting,#serial table.table-layout thead tr th.sorting,#seriale table.table-layout thead tr th.sorting,#szukaj table.table-layout thead tr th.sorting,#tlumaczenia table.table-layout thead tr th.sorting,#komentarze table.table-layout thead tr th.sorting {
background:#22272c url(../images/sort.png) right 12px no-repeat;
}

#komentowane table.table-layout thead tr th.sorting_asc,#home table.table-layout thead tr th.sorting_asc,#oczekiwane table.table-layout thead tr th.sorting_asc,#profile table.table-layout thead tr th.sorting_asc,#serial table.table-layout thead tr th.sorting_asc,#seriale table.table-layout thead tr th.sorting_asc,#szukaj table.table-layout thead tr th.sorting_asc,#tlumaczenia table.table-layout thead tr th.sorting_asc,#komentarze table.table-layout thead tr th.sorting_asc {
background:#22272c url(../images/sort.png) right -43px no-repeat;
}

#komentowane table.table-layout thead tr th.sorting_desc,#home table.table-layout thead tr th.sorting_desc,#oczekiwane table.table-layout thead tr th.sorting_desc,#profile table.table-layout thead tr th.sorting_desc,#serial table.table-layout thead tr th.sorting_desc,#seriale table.table-layout thead tr th.sorting_desc,#szukaj table.table-layout thead tr th.sorting_desc,#tlumaczenia table.table-layout thead tr th.sorting_desc,#komentarze table.table-layout thead tr th.sorting_desc {
background:#22272c url(../images/sort.png) right -98px no-repeat;
}

#komentowane table.table-layout thead tr th:last-of-type,#komentowane table.table-layout tbody tr td:last-of-type,#home table.table-layout thead tr th:last-of-type,#home table.table-layout tbody tr td:last-of-type,#oczekiwane table.table-layout thead tr th:last-of-type,#oczekiwane table.table-layout tbody tr td:last-of-type,#profile table.table-layout thead tr th:last-of-type,#profile table.table-layout tbody tr td:last-of-type,#serial table.table-layout thead tr th:last-of-type,#serial table.table-layout tbody tr td:last-of-type,#seriale table.table-layout thead tr th:last-of-type,#seriale table.table-layout tbody tr td:last-of-type,#szukaj table.table-layout thead tr th:last-of-type,#szukaj table.table-layout tbody tr td:last-of-type,#tlumaczenia table.table-layout thead tr th:last-of-type,#tlumaczenia table.table-layout tbody tr td:last-of-type,#komentarze table.table-layout thead tr th:last-of-type,#komentarze table.table-layout tbody tr td:last-of-type {
border-right:none;
}

#komentowane table.table-layout tbody tr:last-of-type td,#home table.table-layout tbody tr:last-of-type td,#oczekiwane .dk_options li:last-child a,#oczekiwane table.table-layout tbody tr:last-of-type td,#profile .dk_options li:last-child a,#profile table.table-layout tbody tr:last-of-type td,#serial table.table-layout tbody tr:last-of-type td,#seriale table.table-layout tbody tr:last-of-type td,#szukaj table.table-layout tbody tr:last-of-type td,#szukaj .dk_options li:last-child a,#tlumaczenia .dk_options li:last-child a,#tlumaczenia table.table-layout tbody tr:last-of-type td,#komentarze table.table-layout tbody tr:last-of-type td {
border-bottom:none;
}

#komentowane table.table-layout tbody tr.hoverable,#komentowane table.table-layout tbody tr.hoverable *,#komentowane table.table-layout tbody tr.unhoverable,#komentowane table.table-layout tbody tr.unhoverable *,#home section#content .tbl .subtitle,#home section#content .tbl .subtitle *,#home table.table-layout tbody tr.hoverable,#home table.table-layout tbody tr.hoverable *,#home table.table-layout tbody tr.unhoverable,#home table.table-layout tbody tr.unhoverable *,#oczekiwane #translationsTable th.nosort,#oczekiwane .dk_options .disabled,#oczekiwane table.table-layout tbody tr.hoverable,#oczekiwane table.table-layout tbody tr.hoverable *,#oczekiwane table.table-layout tbody tr.unhoverable,#oczekiwane table.table-layout tbody tr.unhoverable *,#profile #translationsTable th.nosort,#profile .dk_options .disabled,#profile table.table-layout tbody tr.hoverable,#profile table.table-layout tbody tr.hoverable *,#profile table.table-layout tbody tr.unhoverable,#profile table.table-layout tbody tr.unhoverable *,#serial table.table-layout tbody tr.hoverable,#serial table.table-layout tbody tr.hoverable *,#serial table.table-layout tbody tr.unhoverable,#serial table.table-layout tbody tr.unhoverable *,#seriale table.table-layout tbody tr.hoverable,#seriale table.table-layout tbody tr.hoverable *,#seriale table.table-layout tbody tr.unhoverable,#seriale table.table-layout tbody tr.unhoverable *,#szukaj table.table-layout tbody tr.hoverable,#szukaj table.table-layout tbody tr.hoverable *,#szukaj table.table-layout tbody tr.unhoverable,#szukaj table.table-layout tbody tr.unhoverable *,#szukaj #translationsTable th.nosort,#szukaj .dk_options .disabled,#tlumaczenia #translationsTable th.nosort,#tlumaczenia .dk_options .disabled,#tlumaczenia table.table-layout tbody tr.hoverable,#tlumaczenia table.table-layout tbody tr.hoverable *,#tlumaczenia table.table-layout tbody tr.unhoverable,#tlumaczenia table.table-layout tbody tr.unhoverable *,#komentarze section#content .tbl .subtitle,#komentarze section#content .tbl .subtitle *,#komentarze table.table-layout tbody tr.hoverable,#komentarze table.table-layout tbody tr.hoverable *,#komentarze table.table-layout tbody tr.unhoverable,#komentarze table.table-layout tbody tr.unhoverable * {
cursor:default;
}

#komentowane table.table-layout tbody tr a,#komentowane table.table-layout tbody tr .checker,#komentowane table.table-layout tbody tr .checker span,#komentowane table.table-layout tbody tr .checker input,#home table.table-layout tbody tr a,#home table.table-layout tbody tr .checker,#home table.table-layout tbody tr .checker span,#home table.table-layout tbody tr .checker input,#oczekiwane table.table-layout tbody tr a,#oczekiwane table.table-layout tbody tr .checker,#oczekiwane table.table-layout tbody tr .checker span,#oczekiwane table.table-layout tbody tr .checker input,#profile table.table-layout tbody tr a,#profile table.table-layout tbody tr .checker,#profile table.table-layout tbody tr .checker span,#profile table.table-layout tbody tr .checker input,#serial table.table-layout tbody tr a,#serial table.table-layout tbody tr .checker,#serial table.table-layout tbody tr .checker span,#serial table.table-layout tbody tr .checker input,#seriale table.table-layout tbody tr a,#seriale table.table-layout tbody tr .checker,#seriale table.table-layout tbody tr .checker span,#seriale table.table-layout tbody tr .checker input,#szukaj table.table-layout tbody tr a,#szukaj table.table-layout tbody tr .checker,#szukaj table.table-layout tbody tr .checker span,#szukaj table.table-layout tbody tr .checker input,#tlumaczenia table.table-layout tbody tr a,#tlumaczenia table.table-layout tbody tr .checker,#tlumaczenia table.table-layout tbody tr .checker span,#tlumaczenia table.table-layout tbody tr .checker input,#komentarze table.table-layout tbody tr a,#komentarze table.table-layout tbody tr .checker,#komentarze table.table-layout tbody tr .checker span,#komentarze table.table-layout tbody tr .checker input {
cursor:pointer!important;
}

#komentowane table.table-layout tbody tr.even td,#home table.table-layout tbody tr.even td,#serial table.table-layout tbody tr.even td,#seriale table.table-layout tbody tr.even td,#komentarze table.table-layout tbody tr.even td {
background-color:transparent;
}

#komentowane table.table-layout td.id,#home table.table-layout td.id,#oczekiwane table.table-layout td.id,#profile table.table-layout td.id,#serial table.table-layout td.id,#seriale table.table-layout td.id,#szukaj table.table-layout td.id,#tlumaczenia table.table-layout td.id,#komentarze table.table-layout td.id {
font-size:12px;
}

#komentowane table.table-layout td.id,#komentowane table.table-layout th.id,#home table.table-layout td.id,#home table.table-layout th.id,#profile table.table-layout td.id,#profile table.table-layout th.id,#serial table.table-layout td.id,#serial table.table-layout th.id,#seriale table.table-layout td.id,#seriale table.table-layout th.id,#szukaj table.table-layout td.id,#szukaj table.table-layout th.id,#tlumaczenia table.table-layout td.id,#tlumaczenia table.table-layout th.id,#komentarze table.table-layout td.id,#komentarze table.table-layout th.id {
width:20px;
padding-right:15px;
text-align:right;
}

#komentowane table.table-layout td.left5,#komentowane table.table-layout th.left5,#home table.table-layout td.left5,#home table.table-layout th.left5,#oczekiwane table.table-layout td.left5,#oczekiwane table.table-layout th.left5,#profile table.table-layout td.left5,#profile table.table-layout th.left5,#serial table.table-layout td.left5,#serial table.table-layout th.left5,#seriale table.table-layout td.left5,#seriale table.table-layout th.left5,#szukaj table.table-layout td.left5,#szukaj table.table-layout th.left5,#tlumaczenia table.table-layout td.left5,#tlumaczenia table.table-layout th.left5,#komentarze table.table-layout td.left5,#komentarze table.table-layout th.left5 {
padding-left:5px;
}

#komentowane table.table-layout td.black,#komentowane table.table-layout td.black a,#home table.table-layout td.black,#home table.table-layout td.black a,#oczekiwane table.table-layout td.black,#oczekiwane table.table-layout td.black a,#profile table.table-layout td.black,#profile table.table-layout td.black a,#serial table.table-layout td.black,#serial table.table-layout td.black a,#seriale table.table-layout td.black,#seriale table.table-layout td.black a,#szukaj table.table-layout td.black,#szukaj table.table-layout td.black a,#tlumaczenia table.table-layout td.black,#tlumaczenia table.table-layout td.black a,#komentarze table.table-layout td.black,#komentarze table.table-layout td.black a {
font-weight:600;
}

#komentowane table.table-layout td span.ico,#home table.table-layout td span.ico,#oczekiwane table.table-layout td span.ico,#profile table.table-layout td span.ico,#serial table.table-layout td span.ico,#seriale table.table-layout td span.ico,#szukaj table.table-layout td span.ico,#tlumaczenia table.table-layout td span.ico,#komentarze table.table-layout td span.ico {
vertical-align:sub;
margin:0 5px 0 0;
}

#komentowane table.table-layout td .action,#home table.table-layout td .action,#oczekiwane table.table-layout td .action,#profile table.table-layout td .action,#serial table.table-layout td .action,#seriale table.table-layout td .action,#szukaj table.table-layout td .action,#tlumaczenia table.table-layout td .action,#komentarze table.table-layout td .action {
width:80px;
display:inline-block;
}

#komentowane table.table-layout td .action.smller,#home table.table-layout td .action.smller,#oczekiwane table.table-layout td .action.smller,#profile table.table-layout td .action.smller,#serial table.table-layout td .action.smller,#seriale table.table-layout td .action.smller,#szukaj table.table-layout td .action.smller,#tlumaczenia table.table-layout td .action.smller,#komentarze table.table-layout td .action.smller {
width:67px;
display:inline-block;
}

#komentowane table.table-layout td .action.icon,#home table.table-layout td .action.icon,#oczekiwane table.table-layout td .action.icon,#profile table.table-layout td .action.icon,#serial table.table-layout td .action.icon,#seriale table.table-layout td .action.icon,#szukaj table.table-layout td .action.icon,#tlumaczenia table.table-layout td .action.icon,#komentarze table.table-layout td .action.icon {
width:20px;
display:inline-block;
}

#komentowane table.table-gray,#home table.table-gray,#oczekiwane table.table-gray,#profile table.table-gray,#serial table.table-gray,#seriale table.table-gray,#szukaj table.table-gray,#tlumaczenia table.table-gray,#komentarze table.table-gray {
width:100%;
border-top:1px solid #32383e;
border-collapse:collapse;
color:#e8eef0;
font-size:12px;
font-weight:400;
line-height:30px;
font-family:'Open Sans', sans-serif;
background:#22272c;
}

#komentowane table.table-gray tbody tr td:nth-child(even),#home table.table-gray tbody tr td:nth-child(even),#oczekiwane table.table-gray tbody tr td:nth-child(even),#profile table.table-gray tbody tr td:nth-child(even),#serial table.table-gray tbody tr td:nth-child(even),#seriale table.table-gray tbody tr td:nth-child(even),#szukaj table.table-gray tbody tr td:nth-child(even),#tlumaczenia table.table-gray tbody tr td:nth-child(even),#komentarze table.table-gray tbody tr td:nth-child(even) {
width:20%;
}

#komentowane table.table-gray tbody tr td:nth-child(2),#home table.table-gray tbody tr td:nth-child(2),#oczekiwane table.table-gray tbody tr td:nth-child(2),#profile table.table-gray tbody tr td:nth-child(2),#serial table.table-gray tbody tr td:nth-child(2),#seriale table.table-gray tbody tr td:nth-child(2),#szukaj table.table-gray tbody tr td:nth-child(2),#tlumaczenia table.table-gray tbody tr td:nth-child(2),#komentarze table.table-gray tbody tr td:nth-child(2) {
padding-right:17px;
}

#komentowane table.table-gray tbody tr td:nth-child(3),#home table.table-gray tbody tr td:nth-child(3),#oczekiwane table.table-gray tbody tr td:nth-child(3),#profile table.table-gray tbody tr td:nth-child(3),#serial table.table-gray tbody tr td:nth-child(3),#seriale table.table-gray tbody tr td:nth-child(3),#szukaj table.table-gray tbody tr td:nth-child(3),#tlumaczenia table.table-gray tbody tr td:nth-child(3),#komentarze table.table-gray tbody tr td:nth-child(3) {
padding-left:17px;
}

#komentowane table.table-gray tbody tr td.bold,#home table.table-gray tbody tr td.bold,#oczekiwane table.table-gray tbody tr td.bold,#profile table.table-gray tbody tr td.bold,#serial table.table-gray tbody tr td.bold,#seriale table.table-gray tbody tr td.bold,#szukaj table.table-gray tbody tr td.bold,#tlumaczenia table.table-gray tbody tr td.bold,#komentarze table.table-gray tbody tr td.bold {
font-weight:700;
text-align:right;
}

#komentowane td .checker,#home td .checker,#oczekiwane td .checker,#profile td .checker,#serial td .checker,#seriale td .checker,#szukaj td .checker,#tlumaczenia td .checker,#komentarze td .checker {
position:relative;
top:-1px;
}

#komentowane .marTop,#home .marTop,#oczekiwane .marTop,#profile .marTop,#serial .marTop,#seriale .marTop,#szukaj .marTop,#tlumaczenia .marTop,#komentarze .marTop {
margin-top:10px;
}

#komentowane .autocomplete-suggestions,#home .autocomplete-suggestions,#oczekiwane .autocomplete-suggestions,#profile .autocomplete-suggestions,#serial .autocomplete-suggestions,#seriale .autocomplete-suggestions,#szukaj .autocomplete-suggestions,#tlumaczenia .autocomplete-suggestions,#komentarze .autocomplete-suggestions {
border:1px solid #32383E;
background:#22272C;
overflow:auto;
}

#komentowane .autocomplete-selected,#home .autocomplete-selected,#oczekiwane .autocomplete-selected,#profile .autocomplete-selected,#serial .autocomplete-selected,#seriale .autocomplete-selected,#szukaj .autocomplete-selected,#tlumaczenia .autocomplete-selected,#komentarze .autocomplete-selected {
cursor:pointer;
background:#2B68AB;
}

#komentowane .autocomplete-suggestions strong,#home .autocomplete-suggestions strong,#oczekiwane .autocomplete-suggestions strong,#profile .autocomplete-suggestions strong,#serial .autocomplete-suggestions strong,#seriale .autocomplete-suggestions strong,#szukaj .autocomplete-suggestions strong,#tlumaczenia .autocomplete-suggestions strong,#komentarze .autocomplete-suggestions strong {
color:#FEEE39;
}

#komentowane .autocomplete-suggestions span,#komentowane .MDBname span,#komentowane #MDBname span,#home .autocomplete-suggestions span,#home .MDBname span,#home #MDBname span,#oczekiwane .autocomplete-suggestions span,#oczekiwane .MDBname span,#oczekiwane #MDBname span,#profile .autocomplete-suggestions span,#profile .MDBname span,#profile #MDBname span,#serial .autocomplete-suggestions span,#serial .MDBname span,#serial #MDBname span,#seriale .autocomplete-suggestions span,#seriale .MDBname span,#seriale #MDBname span,#szukaj .autocomplete-suggestions span,#szukaj .MDBname span,#szukaj #MDBname span,#tlumaczenia .autocomplete-suggestions span,#tlumaczenia .MDBname span,#tlumaczenia #MDBname span,#komentarze .autocomplete-suggestions span,#komentarze .MDBname span,#komentarze #MDBname span {
font-weight:400;
font-size:12px;
}

#komentowane #addRelease,#home #addRelease,#oczekiwane #addRelease,#profile #addRelease,#serial #addRelease,#seriale #addRelease,#szukaj #addRelease,#tlumaczenia #addRelease,#komentarze #addRelease {
width:32px;
height:32px;
display:inline-block;
background:#1b1f23 url(../images/plus.png) center center no-repeat;
margin-left:10px;
cursor:pointer;
vertical-align:middle;
}

#komentowane .removeRelease,#home .removeRelease,#oczekiwane .removeRelease,#profile .removeRelease,#serial .removeRelease,#seriale .removeRelease,#szukaj .removeRelease,#tlumaczenia .removeRelease,#komentarze .removeRelease {
width:32px;
height:32px;
display:inline-block;
background:#1b1f23 url(../images/minus.png) center center no-repeat;
margin-left:10px;
cursor:pointer;
vertical-align:middle;
}

#komentowane .loader,#home .loader,#oczekiwane .loader,#profile .loader,#serial .loader,#seriale .loader,#szukaj .loader,#tlumaczenia .loader,#komentarze .loader {
display:none;
width:32px;
height:32px;
background:transparent url(../images/loader.gif) center center no-repeat;
margin-left:2px;
cursor:default;
float:left;
}

#komentowane .refresh-icon,#home .refresh-icon,#oczekiwane .refresh-icon,#profile .refresh-icon,#serial .refresh-icon,#seriale .refresh-icon,#szukaj .refresh-icon,#tlumaczenia .refresh-icon,#komentarze .refresh-icon {
display:inline-block;
width:20px;
height:19px;
background:transparent url(../images/refresh.png) center center no-repeat;
vertical-align:middle;
}
.refresh-icon {
display:inline-block;
width:20px;
height:19px;
background:transparent url(../images/refresh.png) center center no-repeat;
vertical-align:middle;
}

#komentowane .edit-icon,#home .edit-icon,#oczekiwane .edit-icon,#profile .edit-icon,#serial .edit-icon,#seriale .edit-icon,#szukaj .edit-icon,#tlumaczenia .edit-icon,#komentarze .edit-icon {
display:inline-block;
width:20px;
height:19px;
background:transparent url(../images/edit.png) center center no-repeat;
vertical-align:middle;
margin-left:5px;
}
.edit-icon {
display:inline-block;
width:20px;
height:19px;
background:transparent url(../images/edit.png) center center no-repeat;
vertical-align:middle;
margin-left:5px;
}
#komentowane .delete-icon,#home .delete-icon,#oczekiwane .delete-icon,#profile .delete-icon,#serial .delete-icon,#seriale .delete-icon,#szukaj .delete-icon,#tlumaczenia .delete-icon,#komentarze .delete-icon {
display:inline-block;
width:20px;
height:19px;
background:transparent url(../images/delete.png) center center no-repeat;
vertical-align:middle;
margin-left:5px;
}
.delete-icon {
display:inline-block;
width:20px;
height:19px;
background:transparent url(../images/delete.png) center center no-repeat;
vertical-align:middle;
margin-left:5px;
}

#komentowane .infoColumn3,#home .infoColumn3,#profile .infoColumn3,#serial .infoColumn3,#seriale .infoColumn3,#szukaj .infoColumn3,#tlumaczenia .infoColumn3,#komentarze .infoColumn3 {
padding-left:20px;
float:left;
width:90px;
}

#komentowane .infoColumn5,#home .infoColumn5,#profile .infoColumn5,#serial .infoColumn5,#seriale .infoColumn5,#szukaj .infoColumn5,#tlumaczenia .infoColumn5,#komentarze .infoColumn5 {
padding-right:15px;
text-align:right;
float:right;
width:120px;
}

#komentowane .moreInfo,#home .moreInfo,#profile .moreInfo,#serial .moreInfo,#seriale .moreInfo,#szukaj .moreInfo,#tlumaczenia .moreInfo,#komentarze .moreInfo {
display:block;
color:#d0d0d0;
padding-top:10px;
background-color:#21262b;
}

#komentowane .moreInfo2,#serial .moreInfo2,#seriale .moreInfo2,#komentarze .moreInfo2 {
display:block;
color:#d0d0d0;
padding-top:10px;
background-color:#1b1f23;
}

#komentowane .tresc,#serial .tresc,#seriale .tresc,#komentarze .tresc {
padding-left:110px;
padding-right:10px;
}

#komentowane .infofooter,#home .infofooter,#profile .infofooter,#serial .infofooter,#seriale .infofooter,#szukaj .infofooter,#tlumaczenia .infofooter,#komentarze .infofooter {
border-top:1px solid #32383e;
display:block;
color:#d0d0d0;
background-color:#21262b;
text-align:right;
width:100%;
}

#komentowane textarea:focus,#oczekiwane input[type=text]:focus,#oczekiwane footer #footer1 .left,#oczekiwane footer #footer1 .left a,#oczekiwane textarea:focus,#profile input[type=text]:focus,#profile footer #footer1 .left,#profile footer #footer1 .left a,#profile textarea:focus,#serial textarea:focus,#seriale textarea:focus,#szukaj input[type=text]:focus,#szukaj footer #footer1 .left,#szukaj footer #footer1 .left a,#szukaj textarea:focus,#tlumaczenia input[type=text]:focus,#tlumaczenia footer #footer1 .left,#tlumaczenia footer #footer1 .left a,#tlumaczenia textarea:focus,#komentarze textarea:focus {
color:#e8eef0;
}

#komentowane .form2LinesLayout input[type=radio] + label,#home .head_r input[type=radio] + label,#oczekiwane .head_r input[type=radio] + label,#profile .head_r input[type=radio] + label,#serial .form2LinesLayout input[type=radio] + label,#serial input[type=radio] + label,#serial input[type=checkbox] + label,#seriale .form2LinesLayout input[type=radio] + label,#szukaj .head_r input[type=radio] + label,#tlumaczenia .head_r input[type=radio] + label,#komentarze .form2LinesLayout input[type=radio] + label {
display:inline-block;
padding-left:24px;
vertical-align:middle;
background-image:url(../images/bgCheckOff.png);
background-repeat:no-repeat;
}

#komentowane .form2LinesLayout input[type=radio]:checked + label,#komentowane .checkbox_series input[type='checkbox']:checked + span,#home .head_r input[type=radio]:checked + label,#oczekiwane .checkbox_outer input[type='checkbox']:checked + span,#oczekiwane .head_r input[type=radio]:checked + label,#profile .checkbox_outer input[type='checkbox']:checked + span,#profile .head_r input[type=radio]:checked + label,#serial .form2LinesLayout input[type=radio]:checked + label,#serial input[type=radio]:checked + label,#serial input[type=checkbox]:checked + label,#seriale .form2LinesLayout input[type=radio]:checked + label,#seriale .checkbox_series input[type='checkbox']:checked + span,#szukaj .head_r input[type=radio]:checked + label,#szukaj .checkbox_outer input[type='checkbox']:checked + span,#tlumaczenia .checkbox_outer input[type='checkbox']:checked + span,#tlumaczenia .head_r input[type=radio]:checked + label,#komentarze .form2LinesLayout input[type=radio]:checked + label {
background-image:url(../images/bgCheckOn.png);
}

#home section#content .ad *,#oczekiwane section#content .ad *,#profile section#content .ad *,#serial section#content .ad *,#szukaj section#content .ad *,#tlumaczenia section#content .ad *,#komentarze section#content .ad * {
max-width:765px;
margin-left:auto;
margin-right:auto;
}

#home section#content .page,#oczekiwane section#content .page,#profile section#content .page,#szukaj section#content .page,#tlumaczenia section#content .page,#komentarze section#content .page {
border:1px solid #32383e;
border-top:none;
margin-top:10px;
color:#e8eef0;
font-size:12px;
line-height:17px;
text-align:justify;
}

#home .infoColumn1,#profile .infoColumn1,#szukaj .infoColumn1,#tlumaczenia .infoColumn1,#komentarze .infoColumn1 {
padding-left:17px;
float:left;
width:85px;
}

#home .infoColumn2,#profile .infoColumn2,#szukaj .infoColumn2,#tlumaczenia .infoColumn2,#komentarze .infoColumn2 {
padding-left:10px;
float:left;
width:80px;
}

#komentowane #translationsTable p {
		margin:-10px;
}
#jc .grippie{
width: 450px!important;}

.find_sub {
width: 767px!important;} 

#komentowane-header {
background: #21262b;
}

.profile_header {
width: 767px!important;} 

.moderated {
    background-color: #23282d !important;
    color: #fff !important;
    opacity: 0.7;
}