body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #333333;
}

a {
	color: #AAAAAA;
}

a:active, a:hover {
	color: #888c88;
}

h1 {
	font-size: 49px;
    color: #92af93;
    font-weight: 100;
}

h2 {
	font-weight: 100;
}

button {
	    color: white;
    background-color: #72bc72;
    padding: 0.5em 1em;
    font-size: 1.1em;
    border: none;
    font-weight: 100;
}

input[type="text"] {
    padding: 0.5em;
    font-size: 16px;
    margin-bottom: 0.8em;
	margin-top: 0.3em;
}

.container {
	justify-content: center;
	display: flex;
}

.content {
	width: 800px;
}

.navigation {
	margin: 0.2em 0 3em 0;
}

.navigation a {
	text-decoration: none;
	margin-right: 0.7em;
	font-size: 18px;
}

.navigation a:hover {
	text-decoration: underline;
}

.navigation a img {
	width: 25px;
	vertical-align: bottom;
	margin-right: 7px;
}

.header {
	display: flex;
	margin: 5em auto;
    width: 450px;
}



.header .logo {
	margin-right: 2em;
}

.header .header-text h1 {
	font-size: 49px;
    margin: 11px 0 23px 0;
	font-weight: 100;
	color: #92af93;
}

.header .header-text p {
	font-size: 23px;
    margin: 11px 0 23px 0;
    font-weight: 100;
    color: #7c847d;
}

.teaser-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 4em 0;
}

.teaser {
	width: 30%;
	text-align: center;
	font-size: 14px;
	margin-bottom: 5em;
}

.teaser h2 {
	margin: 4px 0;
	font-size: 20px;
	color: #92af93;
	font-weight: 100;
}

.teaser p {
	margin: 0;
}

.teaser img {
	width: 60px;
	margin: 0 0 1em 0;
}

.address-creator {
    width: 100%;
    font-size: 0.9em;
    border: 2px dashed #72bd72;
    border-radius: 3px;
    padding: 1em;
    margin: 2em 0;
	display: flex;
}

.public-area {
	border-bottom: 2px dashed #acb3ad;
    padding-bottom: 15px;
}

.public-description  p{
	color: #7c847d;
}

.public-area  img {
	float: left;
	margin-right: 1em;
}

.public-area  h2, .private-area h2 {
	font-weight: 100;
}

.main-area {
	display: flex;
	    flex-direction: column;
}

.main-area .logo-container {
	display: flex;
    width: 65%;
    margin: 0 auto;
	margin-top: 3em;
}

.main-area h1 {
    margin: 6px 10px;
}

.main-area .text {
    width: 65%;
    color: #7c847d;
    margin: 0 auto;
    font-size: 21px;
	text-align: center;
}

.main-area .link {
    width: 65%;
    color: #7c847d;
    margin: 0 auto;
	text-align: center;
    font-size: 21px;
	text-decoration: underline;
}

.main-area img {
	width: 80px;
}

.private-area {
	text-align: right;
}

.private-description  p{
	color: #7c847d;
}

.private-area img {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.wallet-search {
    display: flex;
    flex-direction: column;
}

.wallet {
    display: flex;
    margin-top: 3em;
    height: 200px;
}

.wallet img {
        width: 100px;
		margin-right: 1em;
}

button.wallet-info-button {
    max-width: 182px;
}

.wallet-data {
    display: flex;
    flex-direction: column;
}

.wallet h2 {
	font-weight: 100;
	color: #7c847d;
	margin: 0 0 0.3em 0;
	    font-size: 18px;
}

.wallet-public-key {
    margin-bottom: 1em;
}


.disclaimer {
	font-size: 0.7em;
}

.send {
	display: flex;
	flex-direction: column;
}

.send-button {
	max-width: 200px;
}

.send-information {
	color: #72bc72;
	margin-top: 2em;
	display: none;
}

.send-error {
	color: #b14242;
	margin-top: 2em;
	display: none;
}

.page-description {
	color: #888c88;
	margin-bottom: 2.5em;
	margin-top: 0;
}

.coin-sign {
	width: 14px !important;
}

@media (max-width: 800px) {
	.content {
		width: 100%;
	}
	
	.navigation {
		text-align: center;
	}
	
	.navigation a {
		margin-bottom: 0.7em;
	}
	
	.teaser-container {
     flex-direction: column;
	 margin: 3em 0;
	}
	
	.header {
		width: 100%;
		margin: 3em auto;
	}
	
	.teaser {
		width: 100%;
		padding: 0 1em;
		box-sizing: border-box;
	}
	
	.header .logo {
		margin-left: 1em;
	}
	
	.address-wrapper {
		width: 100%;
		overflow: scroll;
	}
	
	.address-creator {
		width: 800px;
	}
}