.hidden{
display: none;
}
.job_list{
    max-width: 40px;
    max-height: 40px;
}
div.company_logo{
	width: 80px;
	height: 40px;
	border: 1px solid lightgray;
	text-align: center;
	overflow: hidden;
	background-color: white;
}
.job_title{
width: 500px;
}
table.job_post_table tr td{
padding-bottom: 6px;
}
table#job_ads_list{
width: 98%;
border-spacing: 0px;
border: 1px solid #ECECEC;
border-top: 0px;
border-left: 0px;
margin-top: 15px;
}
table#job_ads_list tr td{
padding: 5px;
text-align: center;
font-size: 13px;
color: black;
border: 1px solid #ECECEC;
border-bottom: 0px;
border-right: 0px;
}
table#job_ads_list tr td.head{
font-weight: bold;
background-color: #F3F3F3;
}
.snapshot{
 padding-left: 10px;
 font-size: 12px;
}
.snapshot label{
color: gray;
font-size: 12px;
}
label.gray{
color: gray;
font-size: 12px
}
i.checked{
color: #0073b7
}
table.type_help td.head{
width: 70px;
}
table.type_help td{
padding-right: 10px;
}
.cv_selected{
    background-color: #222D32;
}
div.icheckbox_minimal-blue.checked{
    background-color: white;
}
.cv_selected span.full_name,.cv_selected span.users-list-date.graduate{
color: white;	
}
span.users-list-date.graduate{
color: black
}
span.users-list-date.age{
color: gray
}
tr.selected{
    background-color: #E4E4E4;
}
li.hl{
background-color: #F4FFB4;
}
tr.hl{
    background-color: #FFF4C2;
}
div.timeline_head{
padding-left: 10px; padding-right: 5px; padding-top: 7px
}
p.under_timeline_head{
font-size: 14px; padding-top: 5px;
}
div.marginLeft{
margin-left: 20px;
}