html, body {
  font-family: 'Roboto', 'Helvetica', sans-serif;
	color: #652d90;
}

h1, h2 {
	text-transform: uppercase;
	font-weight: 300;
	text-align: center;
}

h3, h4, h5, h6 {
	font-weight: 200;
	text-align: center;
}

img.center {
	display: block;
	margin: 0 auto;
}

.small-logo {
	width: 50px;
	height: 50px;
}

.mdl-layout__header{
	background-color: #652d90 !important;
}

.mdl-layout__drawer-button{
	color: #652d90;
}

.drawer-header {
	background: #eee;
	color: #652d90;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 16px;
	height: 151px;
}

.mdl-navigation__link{
	display: flex !important;
	flex-direction: row;
	align-items: center;
}

.mdl-navigation__link .material-icons {
	margin-right: 12px;
}

.account-dropdown {
	display: flex;
	position: relative;
	flex-direction: row;
	align-items: center;
	width: 100%;
}

.account-dropdown a {
	text-decoration: none;
}

.account-dropdown li {
	color: red;
}

.account-dropdown .material-icons {
	margin-right: 8px;
}

.account-dropdown .mdl-menu__item {
	display: flex !important;
	flex-direction: row;
	align-items: center;
}

.flash-success {
	color: white;
	background: green;
	text-align: center;
	text-shadow: 1px 1px 1px black;
}

.flash-error {
	color: white;
	background: red;
	text-align: center;
	text-shadow: 1px 1px 1px black;
}

.chain-grid {
	background: url('public/img/chain.svg') no-repeat left center, linear-gradient(to bottom, #381952 0%, #592780 50%, #481f6b 100%);
	color: #ddd;
}

.footer-icon {
	margin-top: 4px;
}

.support-cell {
	padding: 16px;
}

.login-form {
	padding: 12px;
	margin-top: 48px;
	text-align: center;
}

.login-form form {
	display: inline-block;
}

.login-form form div {
	display: block;
}

.login-form button {
	margin: 16px;
}

.signup-cell button {
	display: block;
	margin: 0 auto;
	margin-bottom: -32px;
}

meter {
	appearance: none;
	margin: 0 auto;
	width: 100%;
	height: 12px;
}

.create-token-button{
	margin-bottom: -24px;
	z-index: 99;
}

.token-card > .mdl-card__title {
	color: #fff;
	height: 160px;
	background: linear-gradient(135deg, #652d90, #0b8ed8);
}

.token-card > .active-card {
	color: #fff;
	height: 160px;
	background: linear-gradient(135deg, #652d90, #90342d);
}

.token-card > .mdl-card__menu button {
	color: #652d90;
}

.bitcoin-square {
	color: #fff;
	background: linear-gradient(135deg, #652d90, #0b8ed8);
}

.bitcoin-square img {
	display: block;
	margin: 0 auto;
	margin-bottom: 12px;
}

#btctx-load {
	display: block;
	margin: 0 auto;
	margin-top: 4px;
	transition: opacity 1s;
}

#btctx-info {
	font-size: smaller;
	text-align: center;
	transition: opacity 1s;
}

#counter {
	color: red;
	font-weight: bold;
}
