@import 'https://fonts.googleapis.com/css?family=Open+Sans';

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-family: 'Open Sans', sans-serif;
	line-height: 1.75em;
	font-size: 16px;
	background-color: #222;
	color: #aaa;
	text-align: center;
}

.simple-container {
	max-width: 675px;
	margin: 0 auto;
	padding-top: 70px;
	padding-bottom: 20px;
}

p {
	font-size: 16px;
}

a {
    text-decoration: none;
}

.button_links {
    overflow: auto;
    padding: 10px 25% 10px 25%;
}

a[href] {
	color: #1e8ad6;
}

a[href]:hover {
    color: #3ba0e6;
}

.button_links a[href]:hover {
	border: .5px solid #3ba0e6;
	box-shadow: 0 0 10px 0 #3ba0e6,
                0 0 10px 0 #3ba0e6,
                0 0 10px 0 #3ba0e6 inset;
}

.button_links a {
    float: left;
    width: 100%;
    line-height: 3em;
    border: .5px solid #444;
    border-radius: 15px;
    padding: 10px;
    box-shadow: 0 0 10px 0 #444 inset;
}

aside,
[class *= "sidebar"],
[id *= "sidebar"] {
	max-width: 90%;
	margin: 0 auto;
	border: 1px solid lightgrey;
	padding: 5px 15px;
}

@media (min-width: 1921px) {
	body {
		font-size: 18px;
	}
}

.token {
    overflow-wrap: anywhere;
    font-size: 10pt;
    line-height: 1.2em;
}