html, body {
    padding: 0px;
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
}

.text-center {
    text-align: center;
}

.readme-container {
    padding-top: 20px;
    padding-bottom: 20px;
}

.data-excavator-logo-text {
    text-align: center;
    font-size: 2rem;
    color: #0f5e8c;
    margin-top: 1.5rem;
}

.data-excavator-headlink {
    text-align: center;
    font-size: 1.2rem;
}

.heading-separator {
    border-top: 1px solid #ccc;
    margin-top: 2.5rem;
    margin-bottom: 2rem;
}

.readme-header {
    text-align: left;
    font-size: 1.6rem;
}

.docversion {
    margin-top: .5rem;
}

.readme-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.readme-block {
    margin-bottom: 3rem;
    width: 800px;
}

.readme-block h2 {
    font-size: 1.6rem;
}

.license-key-text-area {
    width: 100%;
    height: 40px;
    padding: 5px;
    margin-top: 20px;
}

.es-architecture-image {
    margin-top: 10px;
    margin-bottom: 10px;
}

.morpheus-image {
    margin-top: 10px;
    margin-bottom: 25px;
}

.footer-block {
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.download-installer-button a {
	font-size: 18px;
	padding: 10px;
	border: 1px solid blue;
	border-radius: 5px;
	display: inline-block;
	margin-top: 20px;
	text-decoration: none;
}

.howto-image-block {
	margin-top: 20px;
}

.howto-image-block img {
	height: auto;
	width:100%;
}