@media(max-width:768px){
	.header{
		height:210px;
	}
	.brand, .notification, .logout{
		width:100%;
		text-align:center;
		border-bottom:solid white 2px;
	}
	.brand h3{
		color:white;
		margin:0;
	}
	.nav, .content{
		width:100%;
		height:auto;
	}
	
	.head{
		width:100%;
		min-height:100px;
		float:left;
	}
	.title{
		width:100%;
		border-bottom:solid gray 1px;
	}
	.msg{
		width:100%;
		padding:0px 15px;
	}
	.display{
		width:95%;
	}
}