.pdf{
	text-decoration:none !important;
}

.pdf:before{
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	content: "\e022";
	color:#A91D31;

	margin-right:5px;
}

.tab_smaller{
	display:inline-block;
	width:65px;
}

.tab_small{
	display:inline-block;
	width:100px;
}

.tab_big{
	display:inline-block;
	width:150px;
}


@media (min-width: 0px) and (max-width: 480px) {
	.tab_smaller,
	.tab_small,
	.tab_big{
		width:auto;
	}

}

