body			{	background-color:#fff;	text-align:center; font-family:arial; font-size:14px; margin:0px; padding:0px;	}
a				{	text-decoration: none;	color:#0000ee;border:none;}
img {
	border: none;
}
a:visited		{	}		/* text-decoration: none;	color:#0000ee; */
a:hover			{	}		/* text-decoration: none; 	color:red; */
.lien			{	color:#0000ee;	cursor:pointer;	}

#cadre_accueil	{	position:relative;
					height: 641px; /*450*/
					width: 980px; /*600*/
					margin: 50px auto 0 auto;
					background-image: url(http://www.lecaravaning.com/img/fond3.png);
					background-position: center center;
					background-repeat: no-repeat;
					border-radius:10px;
					-moz-box-shadow: 0px 0px 20px #888; -webkit-box-shadow: 0px 0px 20px #888; box-shadow: 0px 0px 20px #888;
					color:#fff;
					text-shadow: 0px 0px 4px black;
				}
				
#menu			{	position:fixed;
					width:100%;
					padding:16px 0 16px 0;
					margin-bottom:10px;
					background-color:#ccc;
					background: -webkit-linear-gradient(bottom, #333, #555);	/* Syntaxe Apple #444, #666 */
					background:    -moz-linear-gradient(bottom, #333, #555);	/* Syntaxe Mozilla */
					background:     -ms-linear-gradient(bottom, #333, #555);	/* IE10 */
					background: 		linear-gradient(bottom, #333, #555);	/* W3C */
					-moz-box-shadow: 0px 0px 10px #111; -webkit-box-shadow: 0px 0px 10px #111; box-shadow: 0px 0px 10px #111;
					z-index:2000;
					padding-right: 100px;
					-webkit-box-sizing: border-box;
					-moz-box-sizing: border-box;
					box-sizing: border-box;
				}
#menu a,.menu_span	{	margin : 5px 10px;
						display: inline-block;
						padding: 3px 0px;
						text-decoration: none;
						color:white;
						position:relative;
					}
.menu_span	{	cursor:pointer;}				
#menu a:hover	{	border-bottom:2px solid #999;	}				
				

table.admin			{	font-family:arial; font-size:12px; border: 1px solid #fff !important; border-collapse: collapse; width:100%;	}	/*margin-left:auto;margin-right:auto;*/
.admin td			{	padding:8px 4px;text-align:center;vertical-align:middle;border: 1px solid #fff; position:relative;	}
.admin th			{	padding:8px 15px;text-align:center;background-color:#eee;border: 1px solid #fff; position:relative;	}
.admin tr.fonce		{	background:#f5f5f5;	}
.admin tr.clair		{	background:#fcfcfc;	}
.admin tr:hover 	{	background-color:#eee;}


table.vehicule		{	font-family:arial; font-size:12px; border: 1px solid #fff !important; border-collapse: collapse; width:1000px; margin:0 auto; text-align:left;}	/*margin-left:auto;margin-right:auto;*/
.vehicule td		{	padding:6px 10px;vertical-align:middle; border: 1px solid #fff; text-align:left;	}
.col_g				{	position: relative;	width:30%; text-align:right !important ;	}


.form_team			{	display:none; z-index:11; position:absolute; right:50px; width:220px;
						background-color:#fff;text-align:right;padding:15px;
						box-shadow: 0px 0px 10px #666;
						border-radius:5px;
						
					}
.pop_up				{	display:none; z-index:1000; position:absolute; right: 20px;top: 35px;text-align:center;background-color:#fff;padding:20px;font-size:16px; margin-bottom:20px;
					    -moz-box-shadow: 1px 1px 12px #111; -webkit-box-shadow: 1px 1px 12px #111; box-shadow: 1px 1px 12px #111;
					    -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;
					    /*opacity:0.98; filter:alpha(opacity=98);*/
					    min-width:900px;
					    /*overflow: scroll; height:80%;*/
					}

.popup				{	position:absolute; right:20px; 
						background-color:#fff;padding:15px;display:none;
						box-shadow: 0px 0px 10px #666;
						border-radius:5px;
					}
					
.menu_stock			{	position:absolute; right:0px; 
						background-color:#fff;text-align:center;padding:10px;display:none;
						box-shadow: 0px 0px 10px #666;
						border-radius:5px;
					}

.upload_photo		{	margin:10px; display:block-inline; padding:0px;	width:40%; height:70px;
						border:1px solid #bbb;
						overflow: hidden;
					}

.note				{	font-family:"arial";font-size:9px;background-color:#9900cc;	border-radius:3px;padding:2px 4px;color:#fff;margin-left:15px;vertical-align:middle;cursor:pointer;	}
.floorplan			{	font-family:"arial";font-size:9px;background-color: #cb8bcc;	border-radius:3px;padding:2px 4px;color:#fff;vertical-align:middle;cursor:pointer;	}
.livre				{	font-family:"arial";font-size:9px;background-color:#31bb0f;	border-radius:3px;padding:2px 4px;color:#fff;margin-left:15px;vertical-align:middle;cursor:pointer;	}
.regle				{	font-family:"arial";font-size:9px;background-color:#56b600;	border-radius:3px;padding:2px 4px;color:#fff;vertical-align:middle;cursor:pointer;	}
.manquant			{	font-family:"arial";font-size:9px;background-color:red;		border-radius:3px;padding:2px 4px;color:#fff;vertical-align:middle;cursor:pointer;	}
.tag_rouge			{	font-family:"arial";font-size:0.7em;background-color:red;		border-radius:3px;padding:2px 4px;color:#fff;vertical-align:middle;	}

.legende			{	color:#999;margin-left:10px;font-size:10px;	}


.alerte_verte		{	width:80%;margin:10px auto;text-align:center;padding:10px;border:1px solid #3ba80b; color:#33880e; border-radius:4px;	}
.alerte_rouge		{	width:80%;margin:10px auto;text-align:center;padding:10px;border:1px solid red; color:red; border-radius:4px;	}



/* Feedback */
.feedback_bouton			{	right:-26px;top:300px;background-color:#111; padding:6px 12px; height:15px;cursor: pointer; color:#fff;
								/*border-top:2px solid #fff;border-left:2px solid #fff;border-bottom:2px solid #fff;*/
								-webkit-border-radius:5px 5px 0 0; -moz-border-radius:5px 5px 0 0; border-radius:5px 5px 0 0;
								-moz-box-shadow: 0px 0px 10px #111; -webkit-box-shadow: 0px 0px 10px #111; box-shadow: 0px 0px 10px #111;
								z-index:12;
								transform:rotate(270deg); 
								-ms-transform:rotate(270deg); /* Internet Explorer */
								-moz-transform:rotate(270deg); /* Firefox */
								-webkit-transform:rotate(270deg); /* Safari et Chrome */ 
								-o-transform:rotate(270deg);
								position:fixed;
							}
.feedback_form		{	display:none;z-index:11; position:fixed; left: 50%;top: 200px;width: 500px;margin-left:-260px;text-align:center;background-color:#111;padding:20px;font-size:16px;
					    -moz-box-shadow: 1px 1px 12px #111; -webkit-box-shadow: 1px 1px 12px #111; box-shadow: 1px 1px 12px #111;
					    -moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px;opacity:0.95; filter:alpha(opacity=95);
					}
					
#masque_feedback	{	display:none;position:absolute;top:0px;left:0px;width:100%;height:100%;z-index:10; }	/*background-color:#111;opacity:0.30; filter:alpha(opacity=30);*/



.bulle_info			{	display:none; position:absolute;margin-top:-10px;
						background-color:#fff;text-align:left;padding:15px;
						box-shadow: 0px 0px 10px #666;
						border-radius:5px;
					}




.center						{	margin-left: auto; margin-right: auto;
								margin:0px; text-align:center; padding-bottom: 8px;
							}

.selecteur					{	width:1045px; padding: 20px;
								background: -webkit-gradient(linear, left bottom, left top, from(#FFF), to(#EEE));
								background: -moz-linear-gradient(bottom, #FFF, #EEE);
								margin-left: auto; margin-right: auto;
							}

table.dpt					{	font-family:arial;font-size:12px; border-collapse: collapse;width:2700px;	}	/*margin-left:auto;margin-right:auto;*/
.dpt caption				{	font-weight: bold;	padding:10px 5px;text-align:center;vertical-align:middle;border: 1px solid #EEE; 
								background:#E7E7E7;	font-weight: bold; font-size:larger;													}
.dpt td						{	text-align:center;vertical-align:middle;border: 1px solid #fff; width:50px; }
.dpt th						{	text-align:center;background-color:#ddd;border: 1px solid #fff;	width:50px; }
.dpt tr.fonce				{	background:#f5f5f5;	}
.dpt tr.clair				{	background:#fcfcfc;	}
.dpt tr:hover 				{	background-color:#eee; }

.sous-menu					{	width:1080px; text-align:center; padding:10px; 
								border-bottom: 1px solid #ddd;
								border-left: 1px solid #ddd;
								border-right: 1px solid #ddd;
								background: -webkit-gradient(linear, left bottom, left top, from(#EEE), to(#FFF));
								background: -moz-linear-gradient(bottom, #EEE, #FFF);
								margin-left: auto; margin-right: auto;
								
								-webkit-border-bottom-right-radius: 10px;
								-webkit-border-bottom-left-radius: 10px;
								-moz-border-radius-bottomright: 10px;
								-moz-border-radius-bottomleft: 10px;
								border-bottom-right-radius: 10px;
								border-bottom-left-radius: 10px;
							}
.sous-menu a				{	margin: 0 15px 0 15px; color:#777;  line-height : 1.8em; white-space:nowrap; position:relative; padding-top: 10px;	}	/*line-height : 1.8em;*/
.sous-menu a:hover			{	margin: 0 15px 0 15px; color:#111;	}
.sous-menu span				{	margin: 0 15px 0 15px; color:#777;	cursor:pointer;}	

.admin caption				{	font-weight: bold;	padding:10px 5px;text-align:center;vertical-align:middle;border: 1px solid #EEE; 
								background:#E7E7E7;	font-weight: bold; font-size:larger;													}

.motdepasse					{	color:#fff;	}
.motdepasse:hover			{	color:#111;	}
.maindiv {
	padding-top: 75px;
	padding-bottom: 40px;
}
#sous_menu {
	display: none;
	z-index: 6000;
	/*
background-color:#ccc;
	background: -webkit-linear-gradient(bottom, #555, #333);	
	background:    -moz-linear-gradient(bottom, #555, #333);	
	background:     -ms-linear-gradient(bottom, #555, #333);	
	background: 		linear-gradient(bottom, #555, #333);
*/	
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.1);
	padding: 0px 10px;
	margin-top: 0px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	font-size: 12px;
}
.dureeStockLongue {
	font-family: "arial";
	font-size: 9px;
	background-color: #CC0021;
	border-radius: 3px;
	padding: 2px 4px;
	color: #fff;
	margin-left: 15px;
	vertical-align: middle;
	display: inline-block;
	cursor: pointer;
}

.dureeStockMoyenne {
	font-family: "arial";
	font-size: 9px;
	background-color: #CC8B00;
	border-radius: 3px;
	padding: 2px 4px;
	color: #fff;
	margin-left: 15px;
	vertical-align: middle;
	display: inline-block;
	cursor: pointer;
}

#actions {
	position: fixed;
	top: 16px;
	right: 10px;
	z-index: 5001;
	vertical-align: middle;
	background-color:#ccc;
	background: -webkit-linear-gradient(bottom, #555, #333);	/* Syntaxe Apple #444, #666 */
	background:    -moz-linear-gradient(bottom, #555, #333);	/* Syntaxe Mozilla */
	background:     -ms-linear-gradient(bottom, #555, #333);	/* IE10 */
	background: 		linear-gradient(bottom, #555, #333);
	height: 24px;
	line-height: 24px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

#online_users {
	position: fixed;
	top: 10px;
	left: 10px;
	z-index: 5000;
	vertical-align: middle;
	background-color:#ccc;
	background: -webkit-linear-gradient(bottom, #555, #333);	/* Syntaxe Apple #444, #666 */
	background:    -moz-linear-gradient(bottom, #555, #333);	/* Syntaxe Mozilla */
	background:     -ms-linear-gradient(bottom, #555, #333);	/* IE10 */
	background: 		linear-gradient(bottom, #555, #333);
	height: 24px;
	padding: 0 10px 0 10px;
	text-align: center;
	color: #ccc;
	line-height: 22px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	cursor: pointer;
}

#online_users.green {
	background: #8ea937;
	background: -moz-linear-gradient(top,  #8ea937 0%, #94b149 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8ea937), color-stop(100%,#94b149));
	background: -webkit-linear-gradient(top,  #8ea937 0%,#94b149 100%);
	background: -o-linear-gradient(top,  #8ea937 0%,#94b149 100%);
	background: -ms-linear-gradient(top,  #8ea937 0%,#94b149 100%);
	background: linear-gradient(to bottom,  #8ea937 0%,#94b149 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8ea937', endColorstr='#94b149',GradientType=0 );
	color: #fff;
	font-weight: bold;
}

#online_users img {
	display: inline-block;
	vertical-align: middle;
	height: 14px;
	width: 14px;
}

#actions a {
	display: inline-block;
	vertical-align: middle;
	height: 16px;
	padding: 4px 12px;
	line-height: 30px;
	z-index: 7000;
}

#actions a.current, #actions a:hover {
	background: rgba(255, 255, 255, 0.3);
}

#actions a img {
	height: 16px;
	width: 16px;
	z-index: 7001;
}

#actions a:first-child {
	-webkit-border-top-left-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	padding: 0;
	width: 35px;
}

#actions a:first-child img {
	z-index: 8000;
	position: relative;
}

#actions a.current:first-child {
	background: none;
}

#actions a:last-child {
	-webkit-border-top-right-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	padding-right: 20px;
	padding-left: 10px;
}

input[type=text],input[type=password] {
	display: inline-block;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #ccc;
	line-height: 20px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 0 6px 0 6px;
}

/* Fix calendrier */
.date-picker-control:link, .date-picker-control:visited {
	top: 3px !important;
	margin: 0 1px !important;
}

#selection_type {
	margin: 0 0 20px 0;
}
#selection_type a {
	display: inline-block;
	line-height: 25px;
	padding: 0 10px 0 10px;
	height: 25px;
	color: #999;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f3f3f3), color-stop(51%,#ededed), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	font-size: 12px;
	cursor: pointer;
}
#selection_type a.current, #selection_type a.current:hover {
	color: #222;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #ededed 49%, #f3f3f3 50%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(49%,#ededed), color-stop(50%,#f3f3f3), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ededed 49%,#f3f3f3 50%,#ffffff 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#ededed 49%,#f3f3f3 50%,#ffffff 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#ededed 49%,#f3f3f3 50%,#ffffff 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#ededed 49%,#f3f3f3 50%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
	font-weight: bold;
}
#selection_type a:hover {
	color: #777;
}
#selection_type a:first-child {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
#selection_type a:last-child {
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-right: 1px solid #ccc;
}

#chatButton{
	display: none;
	position: fixed;
	bottom: 0px;
	right: 0px;
	width: 50px;
	text-align: center;
	height: 29px;
	line-height: 29px;
	vertical-align: middle;
	color: #333;
	text-decoration: none;
	background: #e3e3e3;
	border: 1px solid #bbb;
	-webkit-box-shadow: inset 0 0 1px 1px #f6f6f6;
	box-shadow: inset 0 0 1px 1px #f6f6f6;
	color: #333;
	font-size: 12px;
	text-shadow: 0 1px 0 #fff;
	cursor: pointer;
	z-index: 4001;
}

#chat {
	position: fixed;
	right: 0;
	top: 86px;
	width: 240px;
	padding: 5px;
	background: #E3E3E3;
	color: #333;
	border: 1px solid #bbb;
	border-top: none;
	z-index: 4000;
}

#chatContacts {
	position: fixed;
	bottom: 0px;
	right: 1px;
	height: 120px;
	width: 250px;
	border-top: 1px solid #bbb;
}

#chatContacts a {
	display: block;
	line-height: 24px;
	height: 24px;
	padding: 0 10px;
	text-align: left;
	color: #333;
	font-size: 12px;
	border-bottom: 1px solid #ddd;
	position: relative;
}

#chatContacts a:hover {
	background: #ccc;
	color: #333;
}

#chatContacts a.currentContact {
	background: #95C32C;
	color: #fff;
}

#chatContacts a.currentContact em {
	display: inline-block;
	position: absolute;
	top: -8px;
	left: 13px;
	height: 8px;
	width: 20px;
	background: url(chat/arrow.png) no-repeat top left;
}

#chatContacts .online {
	display: inline-block;
	vertical-align: middle;
	height: 12px;
	width: 12px;
	background: #65A830;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin-right: 10px;
}

#chatContacts img {
	height: 16px;
	width: 16px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

#chatContacts .username {
	display: inline-block;
	vertical-align: middle;
}

#chatContacts .chat_msg_alert {
	float: right;
	display: inline-block;
	vertical-align: middle;
	height: 12px;
	width: 12px;
	background: #FA7500;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin-right: 10px;
	margin: 6px 0;
}

#chatContacts .chat_msg_alert.off {
	display: none;
}

.chatWindow {
	display: block;
	padding: 5px;
	background: #fff;
	border: 1px solid #ccc;
	border-bottom: none;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	overflow: hidden;
}

.chatWindow .text {
	text-align: left;
	width: 230px;
	overflow: auto;
}

.chatWindow input {
	width: 220px;
	margin-top: 6px;
}

.chatMessage {
	margin: 6px 0 6px 0;
}

.chatMessage table {
	width: 100%;
	border: none;
	border-collapse: collapse;
}

.chatMessage .avatar {
	width: 30px;
	text-align: center;
	max-width: 30px;
	min-width: 30px;
	margin: 0;
	height: auto;
}

.chatMessage td {
	vertical-align: top;
	text-align: left;
	width: auto;
}

.chatMessage .avatar img {
	height: 22px;
	width: 22px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
}

.chatMessage table td .msg {
	font-size: 12px;
	width: 160px;
	padding-top: 3px;
	display: block;
}

.chatMessage .seen {
	text-align: right;
	font-size: 9px;
	color: #aaa;
	opacity: 0;
}

.chatMessage:hover .seen {
	opacity: 1;
}

.you:last-child .seen {
	opacity: 1 !important;
}

/* Animations CSS3 */
@keyframes alerteMail
{
0%   {background: #e3e3e3;color:#333;text-shadow: 0 1px 0 #fff;}
50%  {background: #8FAB3B;color:#fff;text-shadow: none;}
100% {background: #e3e3e3;color:#333;text-shadow: 0 1px 0 #fff;}
}

@-webkit-keyframes alerteMail /* Safari and Chrome */
{
0%   {background: #e3e3e3;color:#333;text-shadow: 0 1px 0 #fff;}
50%  {background: #8FAB3B;color:#fff;text-shadow: none;}
100% {background: #e3e3e3;color:#333;text-shadow: 0 1px 0 #fff;}
}

#chatButton.green {
	-webkit-animation-iteration-count: 10;
	animation-iteration-count: 10;
	-webkit-animation-duration: 2.5s;
	animation-duration: 2.5s;
	-webkit-animation-name: alerteMail;
	animation-name: alerteMail;
}

#contactPreview {
	position: fixed;
	bottom: 0;
	right: 0px;
	line-height: 40px;
	height: 40px;
	
}

#contactPreview a {
	display: inline-block;
	background: #8ea937;
	background: -moz-linear-gradient(top,  #8ea937 0%, #94b149 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8ea937), color-stop(100%,#94b149));
	background: -webkit-linear-gradient(top,  #8ea937 0%,#94b149 100%);
	background: -o-linear-gradient(top,  #8ea937 0%,#94b149 100%);
	background: -ms-linear-gradient(top,  #8ea937 0%,#94b149 100%);
	background: linear-gradient(to bottom,  #8ea937 0%,#94b149 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8ea937', endColorstr='#94b149',GradientType=0 );
	color: #fff;
	height: 26px;
	line-height: 26px;
	font-size: 12px;
	padding: 0 10px 0 0;
	margin: 4px 5px;
	-webkit-border-radius: 13px;
	border-radius: 13px;
	-webkit-box-shadow: 0 0 3px 0 #B0B0B0;
	box-shadow: 0 0 3px 0 #B0B0B0;
}

#contactPreview a img {
	height: 26px;
	width: 26px;
	-webkit-border-radius: 13px;
	border-radius: 13px;
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	margin: 0 7px 0 0px;
	position: relative;
	top: -1px;
}

.writing {
	margin-left: 5px;
	background: url(chat/writing.gif) no-repeat center;
	height: 16px;
	width: 16px;
	display: inline-block;
	vertical-align: middle;
}

#chatHeader {
	font-size: 12px;
	text-align: left;
	color: #333;
	height: 20px;
	line-height: 16px;
}

#chatHeader a {
	float: right;
}

.chatDate {
	text-align: center;
	font-size: 9px;
	color: #999;
}

.pastille {
  display: inline-block;
  vertical-align: middle;
  height: 16px;
  /* width: 16px; */
  text-align: center;
  font-size: 12px;
  letter-spacing: -1px;
  color: #fff;
  background: red;
  line-height: 16px;
  margin-left: 5px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  padding: 0 7px 0 5px;
  width: auto;
}