body {
  margin: 0px; 
  padding: 0px;
  font-family: helvetica, arial, sans-serif;
  font-size: 13px;
  line-height: 1.4em;
  
  background:
  radial-gradient(black 15%, transparent 16%) 0 0,
  radial-gradient(black 15%, transparent 16%) 8px 8px,
  radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 0 1px,
  radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 8px 9px;
  background-color:#282828;
  background-size:16px 16px;
}

#all {
  max-width: 680px;
  padding: 20px 30px;
  margin: 40px auto 80px;
  background-color: #fefefe;
  
  box-shadow:0 0 17px rgba(0,0,0,1);
  -moz-box-shadow:0 0 17px rgba(0,0,0,1);
  -webkit-box-shadow:0 0 17px rgba(0,0,0,1);
  
  box-sizing: border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
}

#image {
  max-height: 300px;
  width:100%;
  border: 1px solid #666;
  overflow:hidden;
}

#image span {
  background-color: #fff;
  color: #666;
  font-size: 20px;
  display:inline-block;
  padding: 5px 10px;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  position:absolute;
}

#image img {
  width:100%;
}

article {
  padding: 0px 0px 40px;
}

footer {
  border-top: 1px solid #ccc;
}

h3, h4 {
  color: #ff7900;
  margin: 10px 0px 5px;
  font-size: 16px;
}

h1 {
  font-size: 20px;
  color: #666;
}

h2 {
  font-size: 30px;
  text-align:right;
  color: #FF7900;
  margin: 30px 0px 15px;
}

a,
a:link,
a:active,
a:visited,
a:hover {
  text-decoration:none;
}

a {
  color: #FF7900;
}

a:hover {
  color: #666;
}

.not {
  text-decoration: line-through;
  font-weight:bold;
}

.table_wrapper {
  display:table;
  width:100%;
  margin-bottom: 10px;
}

.table_wrapper > section {
  display:table-cell;
  width: 50%;
}

ul {
  list-style-type: square;
  padding: 0px;
  margin: 0px 20px 10px 18px;
}

ul > li > ul {
  list-style-type:circle;
}

li {
  padding: 3px 0px 5px;
}

.logout {
  border: 1px solid #ccc;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
  padding: 10px 20px;
  background-color: #fff;
  margin: 10px auto 0px;
  display: block;
  width: 100px;
  text-align: center;
}


#login {
  width: 300px;
  padding: 20px 30px;
  margin: 40px auto 80px;
  background-color: #fefefe;
  
  box-shadow:0 0 17px rgba(0,0,0,1);
  -moz-box-shadow:0 0 17px rgba(0,0,0,1);
  -webkit-box-shadow:0 0 17px rgba(0,0,0,1);
  
  box-sizing: border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
}

form span {
  display:block;
  color: #cc0000;
}

input[type="password"] {
  font-size: 13px;
  min-height: 25px;
  min-width: 100px;
  padding: 8px 5px 6px;
  margin-bottom: 10px;
  line-height: 12px;
  color: #555;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

input[type="submit"] {
  color: #fff;
  padding: 6px 10px 6px;
  border: 1px solid #FF7900;
  text-shadow: 0 1px rgba(0,0,0,0.75);
  background-color: #FF7900;
  box-shadow: 0px 1px 1px rgba(0,0,0,0.3), inset 0px 1px 3px rgba(255,255,255,0.5);
  -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.3), inset 0px 1px 3px rgba(255,255,255,0.5);
  -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.3), inset 0px 1px 3px rgba(255,255,255,0.5);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  min-height: 25px;
  font-size: 13px;
}

input[type="submit"]:hover {
  color: #fff;
  border: 1px solid #555;
  text-shadow: 0 1px rgba(0,0,0,0.75);
  background-color: #666;
  box-shadow: 0px 1px 1px rgba(0,0,0,0.3), inset 0px 1px 3px rgba(255,255,255,0.8);
  -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.3), inset 0px 1px 3px rgba(255,255,255,0.8);
  -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.3), inset 0px 1px 3px rgba(255,255,255,0.8);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  min-height: 25px;
}

input[type="submit"]:active {
  color: #fff;
  border: 1px solid #555;
  text-shadow: 0 1px rgba(0,0,0,0.75);
  background-color: #666;
  box-shadow: 0px 1px 1px rgba(0,0,0,0.3), inset 0px 1px 6px rgba(255,255,255,0.8);
  -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.3), inset 0px 1px 6px rgba(255,255,255,0.8);
  -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.3), inset 0px 1px 6px rgba(255,255,255,0.8);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  min-height: 25px;
}

@media only screen and (max-width: 480px) {
  .table_wrapper > section {
    display:block;
    width:100%;
  }

  h2 {
    text-align:left;
  }

  #image {
    height: 180px;
  }
  
  footer span {
    display:block;
  }
}