#reddot {
	position: fixed;
    left: 180px;
    top: 0px;
    width: 32px;
}

h3.error {
	color: red!;
	font-weight: 900;
	display: none;
}

.container {
	padding: 0px !important;
}

button {
	margin-top: 10px;
}

#rec_cont {
    font-family: Quicksand;
    font-size: var(--headings-font-size-h3);
    font-weight: 700;
    width: 100%;
    /* height: 64px; */
    background-color: #fff0;
    opacity: 0.8;
    text-decoration: italic;
    position: relative;
    top: -64px;
    left: 15px;
    z-index: 2;
}


#recognition {
}

#debug {
	width: 100%;
	height: 64px;
	background-color: #4284f5;
	adisplay: none;
}

#error_def {
	font-family: Quicksand;
	font-size: large;
	width: 100%;
	height: auto;
	background-color: #f00;
	border-radius: 12px;
	text-align: center;
	padding: 11px;
	color: #fff;
}

.final {
	font-family: Quicksand;
	font-size: small;
	font-weight: 900;
	text-decoration: bold;
	color: #000 !important;
}

#speech {
    font-family: Quicksand;
	font-size: var(--headings-font-size-h3);
    font-weight: 700;
    color: white;
    width: 100%;
    padding: 10px;
    /* height: 64px; */
    /* background-color: #b8b8b8; */
    /* border: 1px solid #999; */
    border-radius: 3px;
}

ul {
    list-style: none;
    padding: 0;
}

p {
    color: #444;
}

button:focus {
    outline: 0;
}

.container {
	max-width: 75%;
	margin: 0 auto;
	padding: 100px 50px;
	text-align: center;
}

.container h1 {
    margin-bottom: 20px;
}

.page-description {
    font-size: 1.1rem;
    margin: 0 auto;
}

.tz-link {
    font-size: 1em;
    color: #1da7da;
    text-decoration: none;
}

.no-browser-support {
    display: none;
    font-size: 1.2rem;
    color: #e64427;
    margin-top: 35px;
}

.app {
    margin: 40px auto;
}

#note-textarea {
    margin: 20px 0;
}

#recording-instructions {
    margin: 15px auto 60px;
}

#notes {
    padding-top: 20px;
}

.note .header {
    font-size: 0.9em;
    color: #888;
    margin-bottom: 10px;
}

.note .delete-note,
.note .listen-note {
    text-decoration: none;
    margin-left: 15px;
}

.note .content {
    margin-bottom: 40px;
}

@media (max-width: 768px) {
.container {
    /*padding: 50px 25px;*/
    max-width: 100%;
}

    button {
        margin-bottom: 10px;
    }

}   
