body{
  font: 95%/1.3 Arial;
}
#content{
	display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 900px) {
   #content {
       width: 900px;
       margin-left: auto;
       margin-right: auto;
   }
}
#menu{
  display: flex;
  flex-wrap: wrap;
  position: relative;
	width: 100%;
	background: white;
  border-bottom: 2px solid #d0d3d9;
}
#menu span{
  padding: 10px;
  background: darkblue;
  color: white;
  cursor: pointer;
}
#menu span:hover{
  background: blue;
}
#footer{
  display: flex;
  flex-wrap: wrap;
  position: relative;
	width: 100%;
	background: #666666;
  color: white;
  padding: 20px;
  text-align: center;
}
.box{
  float: left;
	width: 100%;
	background: white;
}
input[type=text]{
  color: black;
  width:60%;
  padding:7px 10px;
  font:90%/2 Arial;
  border: 1px solid #d0d3d9;
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
}
input[type=button]{
background: blue;
padding:7px 10px;
font:90%/2 Arial;
color: #FFFFFF;
border:none;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}

input[type=button]:hover{
background: black;
color: #FFFFFF;
cursor:pointer;
}
.data{
width:100%;
}
.data table{
border:1px #b3b3b3 solid;
border-collapse: collapse;
width:100%;
text-align:left;
font: 13px/1.5 Arial;
}
.data th {
border:1px #b3b3b3 solid;
background-color: #d9d9d9;
font-weight:bold;
padding: 10px 5px;
}
.data td {
border: 1px #b3b3b3 solid;
padding:2px;
}
.dot {
  height: 7px;
  width: 7px;
  background-color: black;
  border-radius: 50%;
  display: inline-block;
}
.vline {
  border-left: 1px dotted black;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
}
.tdot {
    position:relative;
    text-align:center;
}
.tondel{
  padding: 8px 0px 15px;
  font: 13px/1 Arial;
  vertical-align: top;
}
