body,
html{
	background-color:#F8F8F8;
}

#login .modal-dialog{
	max-width: 500px;
}

.top_bar{
	padding:0px 10px;
	padding-top:5px;	
}

.top_bar >.tr-td-2:last-child img{
	cursor: pointer;
	margin-right:5px;
	width:22px;
	border-radius:100%;
	transition:all linear 0.2s;
}

.top_bar >.tr-td-2:last-child img:hover{
	transform:rotate(360deg);
}

#banner,
#banner img{
	position: relative;
	z-index: 0;
	width:100%;	
}

#banner img{
	border-bottom:1px solid #000;
}