html, body {
	background-color: #ffffff;
}

body {
	font-family: Arial, sans-serif;
	font-size: 14px;
	margin: 20px;
	padding: 0;
}

input, select {
	font-size: 14px;
}

table, table tr, table td, table th {
	border-collapse: collapse;
	padding: 2px 5px;
	border: 1px solid #AAAAAA;
	text-align: left;
}

table.nob, table.nob tr, table.nob td, table.nob th {
	border: none;
}

table.nob td.same-row {
    display: flex;
}

table.full {
    width: 100%;
    table-layout: auto;
}

table.full td {
    white-space: nowrap;
}

table.full td.full-right {
    text-align: right;
}

div.select_hand {
	border: 1px solid #CCCCCC;
    border-radius: 10px;
    padding: 5px 10px;
  	margin-left: 10px;
    cursor: pointer;
}

div.select_hand.selected {
    background-color: #aed6f1;
  	font-weight: bold;
}

table.landing {
	text-align: center;
	margin: 0 auto;
}

table th {
	font-weight: bold;
}

table td.unmarked {
	background-color: #fff5f5;
}

table.admintable tr:nth-child(odd){
  background-color: #EEEEEE;
}

table.admintable td, table.admintable th {
	padding: 5px 10px;
}

table.admintable tr:hover td {
  background-color: #e3f7ff;
}

table.admintable td.center {
	text-align: center;
}

table.admintable td a {
    cursor: pointer;
}

span.err_msg {
	color: #FF0000;
}

#result_video {
	position: fixed;
	right: 50px;
	top: 50px;
	padding: 10px;
	background-color: #FFFFFF;
	border: 2px solid #AAAAAA;
}

#result_video video {
    margin-top: 5px;
	width: 480px;
    height: 360px;
}

#result_video a {
    cursor: pointer;
}

span.hidden {
	display: none;
}

#result_video select {
	border: none;
}

select.how {
    width: 150px;
    font-family: Arial Narrow, sans-serif;
}