
.gitkit-user-card {
	width: 70px;
	height: 50px;
	display: float;
	margin-top: 2px;
	margin-right: 0px;
	z-index: 1000000;
}

.gitkit-account-chip {
	width: 70px;
	height: 50px;
	padding: 4px;
}

.gitkit-account-chip-name, .gitkit-account-chip-email {
	display: none;
}

.gitkit-account-chip-photo {
	top: 4px;
	left: 4px;
}

.gitkit-user-card-arrow {
	top: 50%;
}

.gitkit-user-card-menuitem {
	overflow: visible;
	margin-left: -55px;
}

.gitkit-user-card-menu {
	width: initial;
}

#loginBox {
	float: right;
}

.gitkit-sign-in-button {
	margin-top: 9px;
	margin-right: 15px;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.gitkit-user-card {
		margin-top: 0px;
	}

	#loginBox {
		position: absolute;
		top: 0px;
		right: 0px;
		float: right;
		height: 50px;
	}

	.gitkit-sign-in-button {
		display: block;
	}
}