.helper_box
{
	float: right;
	font-size:12px;
	margin:1%;
	color: #ccc!important;
	font-weight: 300;
	font-family: 'Raleway';
}
.helper_box:hover
{
	cursor: pointer;
	color: green!important;
}

.display_inline
{
	display: inline-block;
}

.pni_box:hover {
        cursor: pointer;
	background-color: #F5F5F5!important;
}

table.special_table tbody tr td {
	padding:1%;
}

table.special_table thead tr th {
	padding:1%;
	background-color: white;
}

table.special_table tbody tr:nth-child(even) {
	background-color: #ffffff;
}

table.special_table tbody tr:nth-child(odd) {
	background-color: #f4f4f4;
}

