body {
    background-color: #C0E081;
}

.header {
	background-color:#00693C;
	color:#FFFFFF;
	width: 100%;
	font-size: 5vw;
	text-align: center;
}

.inlineSubheader {
	display: block;
	background-color:#00693C;
	color:#FFFFFF;
	width: 100%;
	font-size: 3vw;
	text-align: center;
}

.contentHeader {
	display: block;
	width: 100%;
	font-size: 4vw;
	text-align: center;
}
.outer {
    display: table;
    position: absolute;
    height: 50%;
    width: 100%;
}

.largerLineSpacing {
	line-height: 200%;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.inputArea {
	border: 1px solid #000000;
	box-align: center;
	-webkit-box-align: center;
	margin: 0px auto;
	width: 50%;
	padding: 0px;
	background-color: #F1F1F1;
	margin-left: auto;
    margin-right: auto; 
	font-size: 3vw;
	text-align: center;
}

.footerLink {
	display: none;
}

.scoreInputArea {
	border: 1px solid #000000;
	box-align: center;
	-webkit-box-align: center;
	margin: 0px auto;
	width: 80%;
	padding: 0px;
	background-color: #F1F1F1;
	margin-left: auto;
    margin-right: auto; 
	font-size: 3vw;
	text-align: left;
}

div.inputArea>form>label{
	float:left;
    margin-right:10px;
    padding:5px 0;
    color:#3B3D40;
}

form>.inputGroup, input, select {
	font-size: 1.2em;
}
div.inputArea>form>span{
	display: block;
    overflow: hidden;
}

div.inputArea>form>input {
	width:95%;
    padding-top:8px;
    border:none;
}
input[type="submit"] {
	width:100% !important;
	background-color:#4E801F;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size:2vw;
}
.clear {
    clear: both; 
}

.nav {
	text-align: right;
	font-size: 3vw;
}

.description>p,a {
	font-size: 0.8em;
}

div.inputArea>.backMenu{
	width:100%;
    padding-top:8px;
    border:none;
	background-color:#4E801F;
    border: none;
    color: white;
    padding: 10px 0px 10px 0px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size:2vw;
}

div.inputArea>a:not(.backMenu), .disableA {
	display: block;
    width: 100%;
    height: 7vw;
    background: #4E801F;
    padding: 40px 0px 10px 0px;
    text-align: center;
    border-radius: 5px;
    color: white;
    font-weight: bold;
	font-size: 3vw;
    vertical-align: middle;
}

div.inputArea>a.multipleLineA {
	display: block;
    width: 100%;
    height: 16vw;
    background: #4E801F;
    padding: 20px 0px 20px 0px;
    text-align: center;
    border-radius: 5px;
    color: white;
    font-weight: bold;
	font-size: 2.7vw;
    vertical-align: middle;
}

.disableA {
	display: block;
    width: 100%;
    height: 7vw;
    background: #8d97a8;
    padding: 40px 0px 10px 0px;
    text-align: center;
    border-radius: 5px;
    color: white;
    font-weight: bold;
	font-size: 3vw;
    vertical-align: middle;
}

div.scoreInputArea>a {
	
	box-align: center;
	-webkit-box-align: center;
	margin: 0px auto;
	width: 80%;
	padding: 0px;
	margin-left: auto;
    margin-right: auto; 
	
	display: block;
    width: 50%;
    height: 5vw;
    background: #4E801F;
    padding: 10px 0px 10px 0px;
    text-align: center;
    border-radius: 5px;
    color: white;
    font-weight: bold;
	font-size: 3vw;
}

input [type"number"] {
	width: 20px;
}

td {
	width: 20%;
}

td.input_td {
	width: 30%;
}

td.data {
    width: 5%;
    white-space: nowrap; // 自适應寬度
    word-break:  keep-all; // 避免長單詞截斷，保持全部 
}

.subtitle {
	padding: 5px;
	color:#FFFFFF;
	width: 100%;
	font-size: 3vw;
	font-weight: bold;
	background-color: #4E801F;
}

div>div.score {
	text-align: left !important;
	padding: 5px !important; 
	color:#3B3D40 !important;
	width: 100% !important;
	font-size: 3vw !important;
	font-weight: bold !important;
}

.downloadcontent {
	font-size: 5vw;
	text-align: center;
}

span.comment {
	font-size: 2vw;
}

.tableItem {
	border: 1px solid black;
	width: 30%;
	font-size: 3vw;
}

.tableTitle {
	border: 1px solid black;
	width: 30%;
	font-size: 4vw;
	text-align: center;
}

.input_hidden {
    position: absolute;
    left: -9999px;
}

.selected {
    background-color: #ccc;
}

#emotion label {
    display: inline-block;
    cursor: pointer;
}

#emotion label img {
    padding: 3px;
}