html {
    font-size: 18px;
    font-family: avenir, sans-serif;
    /*background: #f6f6f6;*/
	background: #000000;
}

body {
    margin: 0;
    height: 100vh;
}

main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    letter-spacing: 0.01rem;
    min-height: 70vh;
	height: 70%;
    padding: 0.5vmin 0.5vmin;
    font-weight: lighter;
	color: #000000;
	overflow:auto;
}

h3 {
    /*font-size: 1.5rem;*/
    text-align: center;
    margin: 0 0 1rem;
	vertical-align: middle;
	white-space: pre-wrap;
	word-wrap: break-word;
	max-height: 70%;
	overflow:auto;
	font-size: 24px;
	font-weight: lighter;
	font-family: avenir, sans-serif;	
}

h2 {
	vertical-align: middle;
    font-size: 1.4rem;
    text-align: center;
    /*margin: 1rem 0 1rem;*/
	color: #ffffff;
	white-space: pre-wrap;
	word-wrap: break-word;
    min-height: 3vh;
	height: 3%;
	overflow:auto;
}

h5 {
	vertical-align: bottom;
    font-size: 70%;
    width: 100%;
    color: #888;
	white-space: pre-wrap;
	word-wrap: break-word;	
    text-align: center;
    margin: 0.5rem 0 0.5rem;
	overflow:auto;
}

img {
    width: 8rem;
    padding: 0.5rem 0.5rem 1.5rem;
}

p {
    text-align: center;
    max-width: 500px;
    margin: 0 0 1rem;
	vertical-align: middle;
	white-space: pre-wrap;
	word-wrap: break-word;
}

tr {
    margin: 0 0 0 0;
	padding: 0 0 0 0;
}

td {
    margin: 0 0 0 0;
	padding: 0 0 0 0;
}

a {
    color: inherit;
}

a:hover {
	color: #ffffff;
}

input, button {
    box-sizing: border-box;
}

input {
    font: inherit;
    padding: .75rem 1rem;
    width: 14rem;
    font-size: 1rem;
    background: #f6f6f6;
    border-radius: 0;
    margin-bottom: 1rem;
    border: 1px solid #ccc;
}

input:focus {
    outline: 0;
}

input[readonly] {
    opacity: 0.5;
}

button {
    padding: 0.75rem 0.75rem;
    width: 14rem;
    min-height: 3rem;
    font-size: .90rem;
    text-transform: uppercase;
    border: 1px solid #2c4aca;
    background-color: transparent;
    webkit-appearance: none;
    outline: 0;
    cursor: pointer;
	color: #ffffff;
}

button:hover {
    color: white;
    background-color: #2c4aca;
}

button:disabled {
    color: white;
    background-color: #414859;
    border: none;
}

hr {
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 1px;
  color: #ffffff;
}

.content {
    font-size: 18px;
    font-family: avenir, sans-serif;
	font-weight: lighter;	
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	text-align: center;
	vertical-align: middle;
	white-space: pre-wrap;
	word-wrap: break-word;
	max-width: 500px;
	width: 99%;
	color: #ffffff;
	overflow:auto;
}

.voices {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	text-align: center;
	vertical-align: middle;
	white-space: pre-wrap;
	word-wrap: break-word;
	max-width: 500px;
	width: 98%;
	color: #ffffff;
	font-size: 18px;
	font-weight: lighter;
	font-family: avenir, sans-serif;
    min-height: 40vh;
	height: 40%;		
	overflow:auto;
}

.protocols {
    margin-top: 1rem;
    display: flex;
    width: 100%;
    max-width: 300px;
}

.protocols a {
    padding: 0.5rem;
    font-size: 0.6rem;
    min-height: 0.5rem;
    width: 50%;
    color: #414859;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
}

.protocols a:hover {
    color: white;
    background-color: #414859;
}

.spinner {
    width: 40px;
    height: 40px;
    margin: 1rem auto;
    background-color: #2c4aca;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
}

.footer {
	text-align: center;
	vertical-align: middle;
	min-height=5vh;
	height=5%;
    font-size: .85rem;
    width: 100%;
    color: #ffffff;
	margin-top: 10px;
	padding-top: 10px;
    margin-bottom: 10px;
	padding-bottom: 0.5rem;	
}

.imgtop {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.25rem;
	max-width: 80%;
	height: 50px;
	width: auto;
	vertical-align: top;
    padding: 0.0rem 0.0rem 0.0rem;*/
}

@-webkit-keyframes sk-scaleout {
    0% { -webkit-transform: scale(0) }
    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    } 100% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0;
    }
}
