.text-right{text-align:right !important;}
.hiden{display:none;}
.pointer{cursor:pointer;}

.purpple{color:#FF00AA;}

/* Categories */
#table_categories.table tbody + tbody {border-top:0 !important;}
#table_categories td {vertical-align: middle;}
#table_categories td:nth-child(2){width:70px;}
#table_categories td:nth-child(3){width:70px;}
#table_categories td:nth-child(4){width:250px;}
#table_categories td:nth-child(5){width:70px;}
.level1{color: #6f7a8a;}
.level2{color: #72b110;}
.level3{color: #F88C00;}
.level4{color: #f40a0a;}
.level5{color: #62aeef;}
.level6{color: #333333;}

/* Articles */
.table_articles td {vertical-align: middle;}
.table_articles td:nth-child(2){width:70px;}
.table_articles td:nth-child(3){width:70px;}
.table_articles td:nth-child(4){width:70px;}
.article_closee{
	background: rgba(0,0,0,0.5);
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 0;
	font-size: 20px;
	width: 100%;
	height: 100%;
	line-height: 50px;
	color: white;
	text-align: center;
	display:none;
	cursor:pointer;
}
#article_imagee{height: 50px;}
#article_img_div{float:right;position:relative;}
#article_img_div:hover .article_closee{display:inline-block;}

/* Settings */
table#settings_tags td:last-child{width:160px;}
table#settings_tags td:nth-child(3){width:80px;}

/* Footer */
.footer {border-top: 1px solid #c9c9c9; border-bottom: none;}
.footer p {margin-top: 8px;}

/*#visit input:invalid{border:1px solid red;}*/


/* Survey */
#survey_table tr td:first-child,#survey_table tr th:first-child{width:70px !important;}

/*#events_table td hr:first-child,.evt td hr:first-child {
    display: none;
}*/
