.labelinfos
{
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #fcfcfc;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
	display: table-cell;
	width: 1%;
    /*white-space: nowrap;*/
    vertical-align: middle;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0;
	
}
