.pending{
background: #999;
padding: 3px 11px;
}

.pending:hover{
    background:#999;
}

.current {
	background: #00a65a;
	padding: 2px 10px;
	border: 5px solid #00a65a;
	margin-top: -4px;
}
.current:hover {
	background:green;
	border: 5px solid green;
}
.complete{
background:green;
padding: 3px 11px;
}
.complete:hover{
background:green;
padding: 3px 11px;
}
.news-date{
font-size: 72px;
}

.news-day-year{
    font-size: 12px;
    display: inherit;
}

#startupname, #name, #nid, #mobile, #email, #preaddress, #peraddress, #company, #regno, #cmobile, #website, #cemail, #cemail, #cperaddress, #amount, #video, #venue, #t1fname, #t1lname, #t1phone, #t1email, #t1institute, #t1department, #t1preaddress, #t1address2, #t1city, #t1state, #t1country, #t2fname, #t2lname, #t2phone, #t2email, #t2institute, #t2department, #t2preaddress, #t2address2, #t2city, #t2state, #t2country, #t3fname, #t3lname, #t3phone, #t3email, #t3institute, #t3department, #t3preaddress, #t3address2, #t3city, #t3state, #t3country, #problem, #solution, #business_plan, #experience{
	width:100%;
	display:block;
	padding: 5px;
}

.dataTables_filter input { width: 650px }

.register-login{
    background:#1a73e8;
    color:#fff;
}

.register-login:hover{
        background:#4170b1;
        color:#fff;   
}




