
#header, #footer {
	-webkit-box-shadow: 0px 0px 5px #555;
	-moz-box-shadow: 0px 0px 5px #555;
	box-shadow: 0px 0px 5px #555;
}
#header {
	height: 3.7em; /* tre sters */
}
.home-menu {
		padding: 0 0.5em;
		text-align: center;
}
.pure-menu-heading {
	padding: .5em 0;
	font-weight: bold;
	font-size: 150%;
}
.pgname{
	padding-right: 1em;
}
h1 {
	font-size: 1.5em;
}
h1.title {
	white-space: nowrap;
}
#container, .wdth {
	max-width: 60em;
	margin: auto;
}
#footer {
	text-align: center;
	padding: .5em 0;
	font-family: monospace;
}
#brand {
	padding: 1em;
}
.pages {
	margin: .6em 0;
}
.pages a {
	margin-right: .6em;
}
.button-success {
	background: rgb(28, 184, 65); /* green: #1CB841 */
}
.button-warning {
  background: rgb(223, 117, 20); /* orange */
}
.button-secondary {
	background: rgb(66, 184, 221); /* blue: #42B8DD */
}

#wallets, table.wallets{
	width: 100%;
	font-family: monospace;
}
a {
	text-decoration: none;
}

.pure-table td, .pure-table th {
	padding: .5em;
}

/* 
success = green: #006600	rgb(0, 102, 0) 
active = orange: #cc6600	rgb(204, 102, 0)
fail	 =		red: #cc0000	rgb(204, 0, 0)
*/

/*
.row-success {
	color: #006600; 
}
.row-active {
	color: #cc6600;
}
.row-fail {
	color: #cc0000;
}
*/

.row-success td:first-child {
	background-color: #1CB841 !important;
}
.row-active td:first-child {
	background-color: #ffcc00 !important;
}
.row-fail td:first-child {
	background-color: #cc0000 !important;
}
