/*
body {
    font-size: 16px;
    font-family: Helvetica, Arial, sans-serif;
    background: #ecf0f1;
    padding: 10px;
}

.wrapper {
    width: 75%;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
}

h1 {
    text-align: center;
}
*/

/* button */

button {
    background: none;
    border: none;
}

button:active {
    border: none;
}

button img {
    max-width: 20px;
}

/* nav */

ul.nav {
	border-radius: 5px;
    position: absolute;
    z-index: 99999;
    background: #3A8553;
    padding: 15px;
    min-width: 100px;
    max-width: 140px;
    font-size: 14px;
/* 	top: 30px; */
	top: 10px;
	right: 8px;
	text-align: left;
}
/*
ul.nav li img {
    width: 10px;
    padding: 0;
    margin: 0;
}
*/
ul.nav li {
    list-style-type: none;
	padding: 10px;
}

ul.nav a {
    text-decoration: none;
}
