@import url("./label.css");
@import url("./progress.css");

html {
  background-color: rgb(48, 86, 141);
  background-image: -moz-radial-gradient(circle, rgb(81, 110, 158) 0%, rgb(48, 86, 141) 100%);
  background-image: -webkit-radial-gradient(circle, rgb(81, 110, 158), rgb(48, 86, 141));
  
  color: white;
}
a img {
  border: 0;
  text-decoration: none;
}
body {
  padding: 5em 0 0 10em;
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.shadow {
  box-shadow: 0 2px 5px #212121;
}
.block {
  font-size: 50px;
  border-radius: 5px;
  background-color: rgb(204, 97, 35);
  width: 2.7em;
  height: 2.7em;
  line-height: 2.7em;
  text-align: center;
  text-shadow: 0 1px 1px #212121;
  border: 0.1em solid transparent;
}
.block.qlh {
  width: 4.5em;
  height: 4.5em;
  line-height: 1em;
  text-align: left;
}
.block.qlh a {
  color: white;
  text-decoration: none;
  display: block;
}
.block:hover {
/*  border-color: #D1D1D1;*/
}

.document {
  width: 12em;
  color: #212121;
  height: 16em;
  border: 1px solid silver;
  background: #EEE;
  -moz-transform: rotate(3deg);
  -webkit-transform: rotate(3deg);
}
.document p {
  background: white;
  font-size: 12px;
  text-align: center;
  border-bottom: 1px solid silver;
  margin: 0;
  line-height: 2em;
}
code {
  font-family: "Monaco", sans-serif;
}
#doc1 {
  position: relative;
  top: 50px;
  left: 100px;
}
article {
  margin-left: 33%;
  text-shadow: 0 1px 3px black;
  line-height: 1.5em;
  width: 34em;
  padding-bottom: 4em;
}
article h2 {
  font-size: 1.25em;
  font-weight: normal;
  margin-top: 1.75em;
}
article a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px dotted;
}
article a.img {
  border-bottom: none;
}
article code {
  font-size: 0.9em;
}
pre,
code,
samp,
kbd {
    font-family: "Monaco", monospace;
    font-size: 90%;
}

pre {
    background-color: rgba(240, 240, 240, .3);
    padding: 1em;
    margin: 0 -1em;
    overflow-x: auto;
}