* {
	/*list-style-type: none;*/
	padding: 0;
	text-decoration: none;
	color: Navy;
	font-family: Arial;
	font-size: 14px;
	/*overflow: hidden;*/
}
html, body, div, ol, ul, li, form, tr, td, table, th {
	border: none;
	margin: 0 auto;
}
body {
	font: 16px Arial, Helvetica, sans-serif;
	text-align: center;
	background: #f7f7f7;
}
#page /*全页面框*/
{
	width: 500px;
	text-align:center;
}
#header {
    height: 25px;
    text-align: center;
}
#notes {
    text-align: left;
    padding: 5px;
}
#notes li, #notes a {
    font: 11px Helvetica;
    color: darkblue;
}
#footer {
    height: 25px;
    text-align: center;
    font: 10px Helvetica;
    color: green;
}
#footer p {
    font: 10px Helvetica;
    color: green;
}
#footer a {
    font: 10px Helvetica;
    color: blue;
}
#app /*主体内容框*/
{
	width: 480px;
	margin: 10px;
	padding: 10px;
	text-align: left;
	border-width: 1px;
	border-color: #CCCCFF;
	border-style: solid none;
}
.source {
    padding: 5px;
}
.device {
    padding: 5px;
    margin-right: 20px;
}
.device_more {
    padding: 5px;
}
.dir {
    padding: 5px;
    margin-right: 20px;
}
.dir_more {
    padding: 5px;
}
.sp {
    padding: 2px;
    border-bottom: dashed 1px #ccccff;
}
[v-cloak] {
    display: none;
}
.tel {
    width: 150px;
}
.band    {
    width: 50px;
}
.grism   {
    width: 100px;
}
.slit    {
    width: 100px;
}
.mag     {
    width: 50px;
}
.airmass {
    width: 50px;
}
.snr     {
    width: 100px;
}
.expt    {
    width: 100px;
}
