
html{
	width: 100%;
	height:100%;}

body{
	width: 100%;
	height: 100%;
	margin: 0;
}

#content{
	padding-top: 2px;
	width:100%;
	height:100%;
	background: #00FF7F;   
}

.center {
    margin: auto;
}

#header{
	width:100%;
	height:90%;    
	max-height: 22%;
	position:absolute;
}

#logo_container {
	text-align: center;
	position: relative;
	margin-top: 0px;
	margin-left: 0px;
	height:45%;
   	max-width: 29%;
}

#logo {
	max-width: 100%;
	height:auto;
	max-height: 100%;
}

.main_title {
	position: relative;
  	font-size: 6vw;
   	display: inline-block;
   	width: auto;
   	max-width: 70%;
   	text-align: center;
   	vertical-align: middle;
}

#term_container {
	height: 40%;
	font-size: 200px;
	text-align: center;
	top: 22%;
	position: relative;
}

#term {
	width: 99%;
	height: auto;
	max-height: 90%;
	margin: auto;
  	font-size: 12vw;
	text-align: center;
	left: 0%;
  	vertical-align: middle;

}

#footer{
	width:99%;
	height:auto;    
	position:absolute;
	bottom: 0.1%;
	font-size: 8sp;
	text-align: right;
}

.column{
	margin-top: 0.3%;
	float: left;
	position: relative;
	width: 32%;
	margin-left: 0.3%;
	height: 98%;
}



.small_column{
	width: 20%;
}

.large_column{
	width: 99%;
}

#buttons {
	padding-top: 10px;
	align-content: center;
	text-align: left;
	position: absolute;
	width: 10%;
	min-width: 100px;
	top: 22%;
	left: 0.5%;
}

#cancel_buttons {
	padding-top: 10px;
	align-content: center;
	text-align: left;
	position: absolute;
	width: 10%;
	min-width: 100px;
	top: 42%;
	left: 0.5%;
	visibility: hidden;
}

.btn_right {
	position: relative;
	right: 0px;
	margin-right: 0px;
}

#left_title {
	font-size: 60px;
	text-align: center;
}

#accordion_container {
    position: absolute;
    height: 74%;
    width: 10%;
	min-width: 100px;
    right: 0.5%;
    top: 22%;
}

#my_select {
	border: 1px solid red;

}

#label_select_set_result {
	font-size: medium;
}

.my_button {
	width: 100%;
	position: relative;
	left: 0;
	margin-left: 0;
	float: left;
	margin: 1px;
}


#select_set_result {
	width: 100px;
	margin-right: 10px;
	right: 10px;
	height: 30px;
}

#statusbar {
	padding-left: 5px;
	height: 100%;
	width: 50%;
	float: left;
	text-align: left;
}
