html,body
{
	font-family: cantarell, sans-serif;
	margin: 5px 5px;
}

#origin
{
	height: 100%;

}

.indent
{
	margin-left: 2em;
}

.logomain {
	background-color: #63B316;
	display: flex
}

.logoimg
{
	display:inline-block;   
	vertical-align: text-bottom;
}
.logotext
{
	display: table;
    margin: auto;
    padding-top: 15px;
	color: #fff
}
.logotitle
{
	position: relative;
	top: -10px;
	font-size: 175%
}
.logobottom
{
	font-size: 175%;
	position: relative;
	top: -10px;
}

.container {
	max-width: 850px;
    margin: auto;
}

.entryfield
{
	margin-left: 1em;
}
.controlbox
{
	margin: 5px 0px;
	//max-width: 400px;
	padding: 5px;
	border: 2px solid #6dd30b;
	border-radius: 8px

}
.controlbox p
{
	margin: 5px 0px;
}
.raisebuttons {
	display: flex;
	flex-direction: row;
    width: 750px;
    justify-content: space-between;
    margin: 0 auto;
}
@media (max-width: 800px) {
	.raisebuttons {
		flex-direction: column;
		min-height: 9rem;
		justify-content: space-evenly;
	}
  
	#comment {
		width: 10rem !important;
	}
}
.commentbutton
{
	font-size: 90%;
	width: 170px;
    text-align: left;
}
#suggestionbox
{
	width: 40%;
}

#comment
{
	width: 99%;
}
.modbox
{
	border: solid 2px #7ceb10;
	background-color: #CCCCCC;
	/*max-width: 400px;*/
	padding: 5px;
	margin: 0px 0px;

}

.modbox p
{
	margin: 5px;
}
.speakerbox
{
	background-color: #FFFF77;
	/*max-width: 400px;*/
	border: solid 2px #7ceb10;
	border-radius: 8px;
	margin: 5px 0px;
	padding: 5px;
}

.speakerbox p
{
	margin: 0px 0px;
	text-align: left;
}

#speaker
{

	font-weight: bold;
	margin: 20px;
}

#theList
{
	min-height: 100px;
	padding: 5px;
	margin-bottom: 5px;
}

#ListButtons
{
	margin: 5px 0px;
	/*width: 400px;*/
	padding: 5px;
}

#modlegend
{
	margin: 5px 0px;
	font-size: small;
}
#legend
{
	font-size: small;
}
#copyright
{
	font-size: smaller;
}
.handlisting
{
	margin: 1px;
	padding: 1px;
}
