/**
 * This file is for your custom CSS.
 * This file is not modified or overwritten during upgrades
 */
::-webkit-scrollbar {
    width: 10px;
    background-color: #000000;
}
::-webkit-scrollbar-thumb {
    background: #f36b24;
    background: -moz-linear-gradient(top, #f36b24 24%, #b01a1a 100%);
    background: -webkit-linear-gradient(top, #f36b24 24%,#b01a1a 100%);
    background: linear-gradient(to bottom, #f36b24 24%,#b01a1a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3f3f', endColorstr='#b01a1a',GradientType=0 );
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
::-webkit-scrollbar-track {
    background-color: #000000;
    width: 10px;
    border-left: 1px solid #131313;
}
.ipsColumnContent {float: left; padding-left: 2px; padding-right: 2px;}
.ipsColumnWynik {text-align: right; padding-right: 2px;}
.posty {
   background-color: #0d0c0c;
   padding: 3px;
   margin-bottom: 5px;
   color: #fff;
   border-radius: 4px;
   border-bottom: 1px solid #161616;
}

.ipsMenu.ipsMenu_topCenter:before, .ipsMenu.ipsMenu_topCenter:after {
	border-color: #0E0D0D transparent transparent transparent;
}

#PartnerSlide {
   background-color: #000;
   padding: 40px;
   text-align: right;
   float: right;
   width: 350px;
   margin-top: 70px;
   border-radius: 30px;
   opacity: 0.7;
}

.snieg, .mikolaj, .renifer {
	position: fixed;
	bottom: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.snieg {
	background-image: url(http://imgie.pl/images/2017/12/17/snieg0b6df.png);
	width: 100%;
	height: 38px;
	left: 0;
	bottom: -10px;
	z-index: 10;
}

.mikolaj {
	background: url(http://imgie.pl/images/2017/12/17/mikb41e8.png);
	width: 71px;
	height: 111px;
	left: 0;
	z-index: 11;
}

.renifer {
	background: url(http://imgie.pl/images/2017/12/17/rend6d0d.png);
	width: 80px;
	height: 110px;
	right: 0;
	z-index: 11;
  	cursor: pointer;
}

@media (max-width: 700px) {
	.mikolaj {
		background: url(http://imgie.pl/images/2017/12/17/mikolaj-maly8c817.png);
		width: 50px;
		height: 77px;
	}

	.renifer {
		background: url(http://imgie.pl/images/2017/12/17/renifer-maly4776f.png);
		width: 56px;
		height: 77px;
	}
}

@media (max-width: 500px) {
	.mikolaj {
      	display: none;
	}

	.renifer {
      	display: none;
	}
}

#canv-snieg {
  position: absolute;
}

#ekipa-forum li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  padding: 0.8rem 0;
}

#ekipa-forum .ekipa-nick {
  font-size: 1rem;
}

#ekipa-forum .ekipa-ranga {
  font-size: 0.75rem;
  color: #656565;
  margin-top: 0.1rem;
}

#ekipa-forum .ekipa-linki a {
  margin-left: 0.3rem;
}

#ekipa-forum .ekipa-linki a:first-child {
  margin-left: 0;
}

pre, pre span {
  color: #FFFFFF !important;
  background: #0E0D0D !important;
  font-family: inherit !important;
  border: 0 !important;
}

#facebook-widget {
	width: 335px;
  display: flex;
  justify-content: flex-start;
  position: fixed;
  top: 20%;
  z-index: 999999;
  right: -290px;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

#facebook-widget .facebook-icon {
	width: 45px;
  height: 45px;
  margin-top: 180px;
  background: #4267b2;
  font-size: 1.2rem;
  line-height: 45px;
  text-align: center;
  color: #FFFFFF;
  cursor: pointer;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
/************************************************
Początek tabeli                      
*************************************************/
.specialType_center th {
    text-align: center;
}
.tabela_table td, .tabela_table th {
	text-align: center;
	white-space: nowrap;
}
.tabela_progress {
	width: 100px;
	padding: 0;
	border-radius: 3px;
}
.tabela_progress-bar {
	position: relative;
	float: left;
	border-radius: 3px;
	height: 100%;
	line-height: 20px;
}
.tabela_color {
    color: #fff;
}
.tabela_name {
    margin-top: -17px;
    height: 58px;
    line-height: 58px;
    margin-left: 20px;
}
.tabela_players-font {
   position: absolute;
   text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
   width: 100px;
   color: #ffffff;
   font-size: 10px;
}
.tabela_tables {
   display: block;
   background-color: rgba(0,0,0,0.3);
   margin-bottom: 15px;
   -webkit-border-radius: 17px;
   -moz-border-radius: 17px;
   border-radius: 17px;
   -webkit-box-shadow: inset 0px 5px 25px -9px rgba(232,51,56,0.5);
   -moz-box-shadow: inset 0px 5px 25px -9px rgba(232,51,56,0.5);
   box-shadow: inset 0px 5px 25px -9px rgba(232,51,56,0.5);
}
.serverlist_main {
  padding: 0px 20px;
}
/************************************************
Koniec tabeli                      
*************************************************/

.posty {
  border: 0;
  background: none;
  padding: 5px 0;
  margin-bottom: 3px;
}

.ipsUserPhoto_large img, img.ipsUserPhoto_large, .ipsUserPhoto_large:after {
	border-radius: 60px;
}

#elProfileStats {
	background: #0C0C0C;
}

/* Kolory rang */
.ranga-vip {
  background-image:url(http://przemo.org/phpBB2/forum/files/gwiazdki_209.gif);
  text-shadow: 1px 1px 7px yellow; 
  font-weight: bold; 
  color: yellow;
}

.ranga-admin-16 {
  color: #ff9a00; 
  font-weight: bold; 
  text-shadow: 0 0 10px #ff9a00;
}

.ranga-zbanowany {
  color: #000000;
  font-weight: bold;
  text-shadow: 1px 1px 7px #191919;
  position: relative;
}

.ranga-zbanowany span {
  position: relative;
}

.ranga-zbanowany span::before {
	content: '';
  width: 100%;
  height: 1px;
  background: #E80000;
  position: absolute;
  top: calc(50% - 1px);
  margin: auto;
}

.ranga-ja {
  color: #3b36ff;
  font-weight: bold;
  text-shadow: 0 0 10px rgba(59,54,255,0.6);
}

.ranga-mod {
  color: #1cc600;
  font-weight: bold;
  text-shadow: 0 0 10px rgba(28,198,0,0.9);
}

.ranga-red {
  color: #2BFFC4;
  font-weight: bold;
  text-shadow: 0 0 10px #2BFFC4;
}

.ranga-org-konkurs {
  color: #84ff84;
  font-weight: bold;
  text-shadow: 1px 1px 7px #84ff84;
}

.ranga-zasl {
  color: #00E6E6;
  font-weight: bold;
  text-shadow: 0 0 10px #00E6E6;
}


.grupa-103, .grupa-11, .grupa-4, .grupa-14, .grupa-38, .grupa-142, .grupa-201 {
	position: relative;
}

.grupa-103::before, .grupa-11::before, .grupa-4::before, .grupa-14::before, .grupa-38::before, 
.grupa-142::before, .grupa-201::before  {
	content: '';
  width: 110px;
  height: 110px;
  position: absolute;
  top: -9px;
  left: -10px;
  z-index: 10;
}

.grupa-103::before {
  background: url(http://imgie.pl/images/2018/01/02/juniore21f9.png);
}

.grupa-11::before {
  background: url(http://imgie.pl/images/2018/01/02/admineb677.png);
}

.grupa-4::before {
  background: url(http://imgie.pl/images/2018/01/02/wlasciciel76c78.png);
}

.grupa-14::before {
  background: url(http://imgie.pl/images/2018/01/20/pasek2285f.png);
}

.grupa-38::before {
  background: url(http://imgie.pl/images/2018/01/21/pasekb2373.png);
}

.grupa-142::before {
  background: url(http://imgie.pl/images/2018/01/21/pasek5e520.png);
}

.grupa-201::before {
  background: url(http://imgie.pl/images/2018/01/21/pasekcedef.png);
}

.grupa-ukryj::before {
  position: static;
}

/* Wygląd profilu w poście */
.user-post-item {
	display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3px;
  padding: 7px 15px;
  border-radius: 5px;
  border-bottom: 1px solid #151515;
  position: relative;
}

.user-post-item .user-post-stat-name {
	font-size: 12.5px;
  color: #CCCCCC;
  display: inline;
}

.user-post-item .user-post-icon {
  font-size: 12.5px;
  color: #CCCCCC;
  margin-right: 3px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.user-post-item .user-post-stat {
	font-size: 12.5px;
	color: #CCCCCC;
}

.ipsUserPhoto {
	background: none;
  border: none;
}

.ipsUserPhoto_large img, img.ipsUserPhoto_large, .ipsUserPhoto_large:after {
  border-radius: 50%;
  background: none;
  border: none;
}

.ikona-gg {
	background: url(http://imgie.pl/images/2018/01/19/ikona-gg-ciemny1f2f5.png);
  width: 12px;
  height: 12px;
  margin-right: 3px;
  display: inline-block;
  position: relative;
  top: 1px;
}

/* Wyróżniony post admina */
.ipsComment_highlighted:not(.ipsBox_transparent):not(.ipsModerated):not(.ipsComment_selected):not(.ipsComment_popular ) {
	border: 1px solid #2B2B2B;
  box-shadow: 0 0 10px 2px rgba(43,43,43,0.7);
  background: #0E0D0D;
}

.ipsColumns.ipsColumns_horizontalSpacing, .ipsColumns.ipsColumns_verticalSpacing, .ipsColumns.ipsColumns_bothSpacing, .ipsColumns.ipsColumns_noSpacing {
  border-radius: 5px;
}

.ipsColumn {
  padding: 2px 7px;
}

/* Wygląd panelu z donatorami */
.donatorzy {
  list-style: none;
  margin: 0;
  padding: 0;
}

.donatorzy li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.8rem 0;
  border-bottom: 1px solid #161616;
}

.donatorzy .donator-kwota {
  background: #5D5D5D;
	color: #FFF;
  font-size: 11.5px;
  padding: 0.3rem 0.4rem;
  border-radius: 0.2rem;
  width: 55px;
  max-width: 60px;
  text-align: center;
  box-shadow: 0 3px 3px 0 #000000;
  background: rgb(247,137,46);
    background: -moz-linear-gradient(left, rgba(247,137,46,1) 0%, rgba(243,107,36,1) 100%);
    background: -webkit-linear-gradient(left, rgba(247,137,46,1) 0%,rgba(243,107,36,1) 100%);
    background: linear-gradient(to right, rgba(247,137,46,1) 0%,rgba(243,107,36,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7892e', endColorstr='#f36b24',GradientType=1 );
}

/* Opcje stylu */
#style-options {
  width: 300px;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  position: fixed;
  top: 38%;
  left: -256px;
  z-index: 9999;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

#style-options .style-options-btn {
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  background: #F57A29;
  color: #FFFFFF;
  cursor: pointer;
  opacity: 0.8;
}

#style-options .style-options-content {
  width: calc(100% - 45px);
  background: #FFF;
  padding: 2rem 1.5rem;
  color: #CCCCCC;
  border-bottom-right-radius: 5px;
}

#style-options .form-control {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 0.5rem;
  margin-top: 0.5rem;
}

#style-options .form-control:first-child {
  margin-top: 0;
}

#style-options .form-control:last-child {
  border-bottom: 0;
}

#style-options .form-control label {
	color: #A2A2A2;
}

/* Tabela serwerów */
#servers-table {
  width: 100%;
  height: auto;
  overflow: auto;
  background: #0e0d0d;
  border: 1px solid #161616;
  border-radius: 12px;
  padding: 5px 20px 5px 20px;
  margin-bottom: 10px;
}

#servers-table table {
  width: 100%;
  height: auto;
}

#servers-table table .tcat {
  padding: 23px 11px;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #a3aab9;
  position: relative;
}

#servers-table table .thead {
  text-align: left;
  padding: 15px 10px;
  border-top: 1px solid #d8dde0;
}

#servers-table table .servers-table-hide-btn {
	float: right;
  cursor: pointer;
  background: #1F1F1F;
  color: #CCCCCC;
  padding: 5px 6px;
  border-radius: 5px;
  font-size: 10px;
  position: absolute;
  right: 0;
  top: 15px;
  -webkit-transition: background 0.2s linear;
  -moz-transition: background 0.2s linear;
  -ms-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  transition: background 0.2s linear;
}

#servers-table table .servers-table-hide-btn:hover {
  background: #383838;
}

#servers-table table .servers-table-hide-btn::after {
  content: '';
  clear: both;
}

#servers-table table td {
  padding: 15px 10px;
  border-bottom: 1px solid #161616;
}

#servers-table table tr:nth-child(even) td {
  background: rgba(255, 255, 255, 0.02);
}

#servers-table table tr:last-child td {
  border-bottom: 0;
  margin-bottom: 15px;
}

#servers-table table .tbadge-green {
  	font-size: 10px;
	text-transform: lowercase;
	background: green;
    padding: 1px 8px;
    border-radius: 15px;
    position: relative;
    top: -6px;
    margin-left: 5px;
    color: #0E0D0D;
}

#servers-table table .tbadge-red {
  	font-size: 10px;
	text-transform: lowercase;
	background: red;
    padding: 1px 8px;
    border-radius: 15px;
    position: relative;
    top: -6px;
    margin-left: 5px;
    color: #0E0D0D;
}

#servers-table table .tserver-name {
  white-space: nowrap;
  text-transform: uppercase;
}

#servers-table table .tserver-ip {
  background: #F57A29;
  color: #0E0D0D;
  padding: 5px 12px;
  border-radius: 5px;
  min-width: 154px;
  display: block;
  text-align: center;
  box-sizing: border-box;
}

#servers-table table .tbtns {
  text-align: left;
  min-width: 292px;
}

#servers-table table .tbtn {
  outline: none !important;
  background: #383838;
  padding: 8px 12px;
  border-radius: 5px;
  margin-right: 2px;
  cursor: pointer;
}

#servers-table table .tbtn:last-child {
  margin-right: 0;
}

#servers-table table .tbtn:hover {
  background: #FFFFFF;
  color: #383838;
}



/************************************************
Początek tabeli                      
*************************************************/
.specialType_center th {
    text-align: center;
}
.tabela_table td, .tabela_table th {
	text-align: center;
	white-space: nowrap;
}
.tabela_progress {
	width: 100px;
	padding: 0;
	border-radius: 3px;
}
.tabela_progress-bar {
	position: relative;
	float: left;
	border-radius: 3px;
	height: 100%;
	line-height: 20px;
}
.tabela_color {
    color: #fff;
}
.tabela_name {
    margin-top: -17px;
    height: 58px;
    line-height: 58px;
    margin-left: 20px;
}
.tabela_players-font {
   position: absolute;
   text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
   width: 100px;
   color: #ffffff;
   font-size: 10px;
}
.tabela_tables {
   display: block;
   background-color: rgba(0,0,0,0.3);
   margin-bottom: 15px;
   -webkit-border-radius: 17px;
   -moz-border-radius: 17px;
   border-radius: 17px;
   -webkit-box-shadow: inset 0px 5px 25px -9px rgba(232,51,56,0.5);
   -moz-box-shadow: inset 0px 5px 25px -9px rgba(232,51,56,0.5);
   box-shadow: inset 0px 5px 25px -9px rgba(232,51,56,0.5);
}
.serverlist_main {
  padding: 0px 20px;
}
/************************************************
Koniec tabeli                      
*************************************************/


/* Dodatkowe grupy */

.rozwin-grupe-wlasciciel, 
.rozwin-grupe-opiekun, 
.rozwin-grupe-admin {
  position: relative;
}

.grupa-wlasciciel, 
.grupa-opiekun,
.grupa-admin {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #161616;
  border: 1px solid #1F1F1F;
  padding: 10px;
  border-radius: 3px;
  position: absolute;
  z-index: 9999;
  top: 75%;
  display: none;
}

.grupa-wlasciciel::after,
.grupa-opiekun::after,
.grupa-admin::after {
  position: absolute;
  top: -20px;
  left: 5px;
	content: '';
  border-bottom: 10px solid #1F1F1F;
  border-top: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.grupa-wlasciciel li,
.grupa-opiekun li,
.grupa-admin li {
  display: block;
  margin-bottom: 8px;
}

.grupa-wlasciciel li:last-child,
.grupa-opiekun li:last-child,
.grupa-admin li:last-child {
  margin-bottom: 0;
}

.grupa-wlasciciel li a:hover,
.grupa-opiekun li a:hover,
.grupa-admin li a:hover {
  color: #FFF !important;
}


/* REKRUTACJE */

/* Moderator */ 
[data-forumid="8"] .ipsDataItem_main ul li:nth-child(1) a::before
{	
  	content:'OFF'; 
  	padding: 1.1px 6px;
	border-radius: 2px;
	font-weight: 300;
	display: inline-block;
	color: #FFF;
	vertical-align: middle;
	text-shadow: none;
	letter-spacing: 0;
  	background-color: #B14646;
  	margin: 0 4px 3px 0;
  	font-size: 10px;
  	font-weight: bold;
}

/* UB Team */
[data-forumid="8"] .ipsDataItem_main ul li:nth-child(2) a::before
{	
  	content:'OFF'; 
  	padding: 1.1px 6px;
	border-radius: 2px;
	font-weight: 300;
	display: inline-block;
	color: #FFF;
	vertical-align: middle;
	text-shadow: none;
	letter-spacing: 0;
  	background-color: #B14646;
  	margin: 0 4px 3px 0;
  	font-size: 10px;
  	font-weight: bold;
}

/* Grafik */
[data-forumid="8"] .ipsDataItem_main ul li:nth-child(3) a::before
{	
  	content:'ON'; 
  	padding: 1.1px 6px;
	border-radius: 2px;
  	font-weight: 300;
	display: inline-block;
	color: #FFF;
	vertical-align: middle;
	text-shadow: none;
	letter-spacing: 0;
  	background-color: #46B171;
  	margin: 0 4px 3px 0;
  	font-size: 10px;
  	font-weight: bold;
}

/* Redaktor */
[data-forumid="8"] .ipsDataItem_main ul li:nth-child(4) a::before
{	
  	content:'ON'; 
  	padding: 1.1px 6px;
	border-radius: 2px;
	font-weight: 300;
	display: inline-block;
	color: #FFF;
	vertical-align: middle;
	text-shadow: none;
	letter-spacing: 0;
  	background-color: #46B171;
  	margin: 0 4px 3px 0;
  	font-size: 10px;
  	font-weight: bold;
}

/* Redaktor FP */
[data-forumid="8"] .ipsDataItem_main ul li:nth-child(5) a::before
{	
  	content:'ON'; 
  	padding: 1.1px 6px;
	border-radius: 2px;
  	font-weight: 300;
	display: inline-block;
	color: #FFF;
	vertical-align: middle;
	text-shadow: none;
	letter-spacing: 0;
  	background-color: #46B171;
  	margin: 0 4px 3px 0;
  	font-size: 10px;
  	font-weight: bold;
}

/* Gamer */
[data-forumid="8"] .ipsDataItem_main ul li:nth-child(6) a::before
{	
  	content:'ON'; 
  	padding: 1.1px 6px;
	border-radius: 2px;
  	font-weight: 300;
	display: inline-block;
	color: #FFF;
	vertical-align: middle;
	text-shadow: none;
	letter-spacing: 0;
  	background-color: #46B171;
  	margin: 0 4px 3px 0;
  	font-size: 10px;
  	font-weight: bold;
}

/* Admin DD2 */
[data-forumid="135"] .ipsDataItem_main ul li:nth-child(1) a::before
{	
  	content:'ON'; 
  	padding: 1.1px 6px;
	border-radius: 2px;
  	font-weight: 300;
	display: inline-block;
	color: #FFF;
	vertical-align: middle;
	text-shadow: none;
	letter-spacing: 0;
  	background-color: #46B171;
  	margin: 0 4px 3px 0;
  	font-size: 10px;
  	font-weight: bold;
}

/* Admin Jackpot */
[data-forumid="122"] .ipsDataItem_main ul li:nth-child(1) a::before
{	
  	content:'ON'; 
  	padding: 1.1px 6px;
	border-radius: 2px;
  	font-weight: 300;
	display: inline-block;
	color: #FFF;
	vertical-align: middle;
	text-shadow: none;
	letter-spacing: 0;
  	background-color: #46B171;
  	margin: 0 4px 3px 0;
  	font-size: 10px;
  	font-weight: bold;
}

/* Admin JB */
[data-forumid="170"] .ipsDataItem_main ul li:nth-child(1) a::before
{	
  	content:'ON'; 
  	padding: 1.1px 6px;
	border-radius: 2px;
  	font-weight: 300;
	display: inline-block;
	color: #FFF;
	vertical-align: middle;
	text-shadow: none;
	letter-spacing: 0;
  	background-color: #46B171;
  	margin: 0 4px 3px 0;
  	font-size: 10px;
  	font-weight: bold;
}

/* Admin FFA */
[data-forumid="189"] .ipsDataItem_main ul li:nth-child(1) a::before
{	
  	content:'ON'; 
  	padding: 1.1px 6px;
	border-radius: 2px;
  	font-weight: 300;
	display: inline-block;
	color: #FFF;
	vertical-align: middle;
	text-shadow: none;
	letter-spacing: 0;
  	background-color: #46B171;
  	margin: 0 4px 3px 0;
  	font-size: 10px;
  	font-weight: bold;
}

/* Admin ZM */
[data-forumid="202"] .ipsDataItem_main ul li:nth-child(1) a::before
{	
  	content:'ON'; 
  	padding: 1.1px 6px;
	border-radius: 2px;
  	font-weight: 300;
	display: inline-block;
	color: #FFF;
	vertical-align: middle;
	text-shadow: none;
	letter-spacing: 0;
  	background-color: #46B171;
  	margin: 0 4px 3px 0;
  	font-size: 10px;
  	font-weight: bold;
}

/* Admin AIM */
[data-forumid="226"] .ipsDataItem_main ul li:nth-child(1) a::before
{	
  	content:'ON'; 
  	padding: 1.1px 6px;
	border-radius: 2px;
  	font-weight: 300;
	display: inline-block;
	color: #FFF;
	vertical-align: middle;
	text-shadow: none;
	letter-spacing: 0;
  	background-color: #46B171;
  	margin: 0 4px 3px 0;
  	font-size: 10px;
  	font-weight: bold;
}

/* Admin TS3 */
[data-forumid="128"] .ipsDataItem_main ul li:nth-child(1) a::before
{	
  	content:'OFF'; 
  	padding: 1.1px 6px;
	border-radius: 2px;
	font-weight: 300;
	display: inline-block;
	color: #FFF;
	vertical-align: middle;
	text-shadow: none;
	letter-spacing: 0;
  	background-color: #B14646;
  	margin: 0 4px 3px 0;
  	font-size: 10px;
  	font-weight: bold;
}

