@charset "utf-8";

#inner{
	width: 800px;
	margin: auto;
}
#inner a{
	text-decoration: none;
}
.section{
	margin-top: 60px;
}
.button_small
{
	width: 100px;
	height: 10px;
	float: left;
	padding:10px;
	background: #ddd;
	margin: 0px 20px 20px 0px;
	color: #000;
	font-size: 12px;
	line-height: 10px;
	text-decoration: none;
	text-align: center;
}
.button_small:hover
{
	background: #aaa;
	color: #000;
}
.button
{
	width: 200px;
	height: 20px;
	float: left;
	padding:20px;
	background: #ddd;
	margin: 0px 20px 20px 0px;
	color: #000;
	text-decoration: none;
	text-align: center;
}

button:focus {
    outline: none;
}

.button:hover
{
	background: #aaa;
	color: #000;
}
.response
{
	width: 200px;
	height: 20px;
	float: left;
	padding:20px;
	background: #ddd;
	margin: 0px 20px 20px 0px;
	color: #000;
	text-decoration: none;
	text-align: center;
}
.response:hover
{
	background: #aaa;
	color: #000;
}
#firmware
{
	display: none;
}
#download_old
{
	display: none;
}
#download
{
	display: none;
}
.shortcut
{
	width: 50%;
	float: left;
}
.shortcut-header
{
	margin: 20px 0px 10px 0px;
	pading: 0px;
}
.shortcut p
{
	float: left;
	width: 200px;
	margin: 0px;
	height: 100px;
	padding: 20px 10px 20px 10px;
	background: #ddd;
}
.shortcut-link
{
	width: 100px;
	height: 100px;
	float: left;
	display: block;
	padding:20px;
	background: #ddd;
	margin: 0px 0px 20px 0px;
	color: #000;
	text-decoration: none;
	text-align: center;
	line-height: 100px;
}
.shortcut-link:hover
{
	background: #aaa;
	color: #000;
}


.responsedrop
{
	width: 100px;
	height: 10px;
	float: center;
	padding:10px;
	background: #ddd;
	margin: 0px 10px 5px 10px;
	color: #000;
	text-decoration: none;
	text-align: center;
}


.dropbtn {
    background: #ddd;
    color: black;
    padding: 16px;
    font-size: 16px;
	border: none;
    cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
    background-color: #aaa;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
	display: none;
    position: absolute;
    background-color: #aaa;
    min-width: 110px;
	overflow: auto;
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 10px 16px;
    text-decoration: none;
	display: block;
}

.dropdown a:hover {background: #aaa;}

.show {display: block;}



#comp_table_show
{
	color: #000;
}
#comp_table
{
	margin-top: 10px;
	display: none;
}
table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
	vertical-align: top;
}
th,td {
    padding: 5px 10px;
}