.nav-tabs > li > a {
		border-radius: 0 0 0 0; 
}
#after{
	display:none;
}
#after  #navbuttons{
	margin-left:10%;
	height:50px;
	margin-bottom:20px;
}
#message {
	display:none;
	padding-left:30px;
}
#messages_list tr:hover{
	cursor:pointer;
}
#messages_list .info{
	background-color: #d9edf7;
}
#login{
	margin-top:20px;
}
#message button{
	border:0px;
	margin:10px;
}
#message button:hover{
	background-color:white;
}
#message h2{
	font-weight:bold;
	margin-bottom:15px;
}
#message h4{
	margin-bottom:20px;
}
#message p{
	padding:20px;
	color:white;
	border-radius:4px;
	background-color:grey;
	margin-bottom:20px;
        word-wrap:break-word;
	font-size:20px;
	line-height:30px;
}

#login > input{
	width:300px;
	height:50px;
	font-size:25px;
	font-family:Consolas;
}
#login > button{
	height:35px;
	width:100px;
	font-family:Consolas;
}