label.control-label span:after {
    font-family: FontAwesome;
    color: #1E91CF;
    content: "\f059";
    margin-left: 4px;
}
table.attr-table{
    width:100%;
    margin-bottom:20px;
}

.attr-title{
    text-align:center;
    font-weight:bold;
}
.attr-table_title{
    text-align:center;
}
.attr-table_text_left{
    text-align:left;
}
.attr-table_text_right{
    text-align:right;
}
table.attr-table tr{
    border-bottom:solid 1px #ddd;
}
table.attr-table td{
    vertical-align:middle;
    padding: 5px;
}
.attr-table_tooltip:after{
    content: '?';
    font-weight:bold;
    border-radius: 50%;
    padding: 0px 6px;
    border: solid 1px #ccc;
    background: #ddd;
    margin-left: 3px;
}

.attr-help-tooltip{
	position: absolute;
	padding: 5px;
        width:200px;
        z-index:10000;
        font-size:12px;
        line-height: 1;
	/* красивости... */

	border: 1px solid #b3c9ce;
	border-radius: 4px;
	text-align: left;
/*	font: italic 14px/1.3 sans-serif;*/
	color: #333;
	background: #fff;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, .3);
}
