* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Debug borders */
p, li, dt, dd, div, pre, h1, h2, h3, h4, h5, h6 {
/*
  border: 1px solid red;
*/
}

body {
    display: flex;
    flex-wrap: wrap;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
    background-color: #EEEEEE;
    font-size: 1.5em;
}

.languages_box {
    text-align: right;
    margin-top: 1.0em;
    margin-bottom: 0.5em;
}

.language_picker {
    padding-left: 0.5em;
}

.crypto_addr {
    font-size: 0.8em;
    font-weight: bold;
    text-align: center;
}

@media only screen and (max-width: 400px) {
    /* Mobile Styles */
    div#main_content { }
}

@media only screen and (min-width: 401px) and (max-width: 960px) {
    /* Tablet Styles */
    div#main_content { }
}

@media only screen and (min-width: 961px) {
    /* Desktop Styles */
    body {
        background-color: #919393;
    }

    div#main_content {
        padding-left: 25px;
        padding-right: 25px;
        padding-bottom: 20px;
        padding-top: 0px;
        background-color: #EEEEEE;
        min-width: 360px;
        max-width: 1000px;
      
        margin: 30px auto 30px auto; -moz-border-radius: 30px; -webkit-border-radius: 30px; border-radius: 30px;
        border: 1px #000 solid;
    }

    .crypto_addr {
        font-size: 1em;
        text-align: center;
    }
}

a {
  color: blue;
  text-decoration: underline;
}
a:visited {
  color: fuchsia;
}

em {
  font-style: italic;
  color: navy;
}

strong {
  font-weight: bold;
  color: #083194;
}

tt {
  color: navy;
}

h1, h2, h3, h4, h5, h6 {
  color: #527bbd;
  font-family: sans-serif;
  margin-top: 0.8em;
  margin-bottom: 0.5em;
  line-height: 1.3;
}

h1, h2, h3 {
  border-bottom: 2px solid gray;
}
h1 {

}
h2 {
  padding-top: 0.5em;
}
h3 {
  float: left;
}
h3 + * {
  clear: left;
}

hr {
  border: 1px solid gray;
}

p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

ul, ol, li > p {
  margin-top: 0;
}

span.download {
  color: #527bbd;
  font-family: sans-serif;
  font-weight: bold;
  margin-top: 1.0em;
  margin-bottom: 0.5em;
  font-size: 130%;
}

span.download_mirror {
  color: #527bbd;
  font-family: sans-serif;
  font-weight: bold;
  margin-top: 1.0em;
  margin-bottom: 0.5em;
  font-size: 80%;
}

span.downloaddetails {
  font-size: 70%;
}

ul, ol {
    list-style-position: outside;
    padding-left: 2em;
}

div.verseblock-content {
  white-space: pre;
}
div.verseblock-attribution {
  padding-top: 0.75em;
  text-align: left;
}

div.exampleblock-content {
  border-left: 3px solid #dddddd;
  padding-left: 0.5em;
}

/* IE6 sets dynamically generated links as visited. */
div#toc a:visited { color: blue; }

.thumbimgrev {
    align-content: center;
    object-fit: contain;
    width: 100%;
    max-height: 100px;
    max-width: 200px;
    margin: 0 10px 10px 0;
}

.clearboth { clear: both; }

.content_box { }

.image_box {
	padding: 10px;
	text-align: center;
}

.content_box .image_box {
    padding: 10px;
}

.code {
	font-family: monospace;
}

.thanksto {
	font-size: 65%;
}

span.relateddetails {
  font-size: 85%;
  font-style:italic;
}

div.donate {
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 6px;
	padding-right: 6px;
	background: #FFFACD;
	/*margin: 0px auto 0px auto; */
	-moz-border-radius: 7px; -webkit-border-radius: 7px; border-radius: 7px;
	border: 1px #000 solid;
	z-index: 2;
	float: right;
}
