
pre {
    white-space: pre;
}

blockquote {
    border-left: 0px;
}

blockquote p {
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
}

a.info {
    /* This is the key. */
    position: relative;
    z-index: 24;
    text-decoration: none;
}

a.info:hover {
    z-index: 25;
    color: #FFF; background-color: #900;
}

a.info span { display: none; }

a.info:hover span.info {
    /* The span will display just on :hover state. */
    display: block;
    position: absolute;
    font-size: smaller;
    top: 2em; left: -5em; width: 15em;
    padding: 2px; border: 1px solid #333;
    color: #900; background-color: #EEE;
    text-align: left;
}

section h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 400;
}

section .intro {
    text-align: center;
    font-size: 18px;
    color: #777;
    margin: 0.5em 0 3em;
}

section .span6 .img {
    float: left;
    height: 64;
    width: 80px;
    margin-right: 20px;
    margin-bottom: 40px;
}

section .span6 {
    margin-left: 20px;
    margin-bottom: 20px;
}

section .span6 p {
    color: #606060;
    line-height: 1.5;
}

section .step {
    float: left;
}

.circle {
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
    behavior: url(PIE.htc);

    text-align: center;
    vertical-align: middle;

    color: white;
    line-height: 64px;
    font-size: 54px;
    width: 64px;
    height: 64px;
    background: #333;
    float: left;
    margin-right: 30px;
}

.home {
    background: url('../img/static.jpg') center 40px no-repeat white;
    padding-top: 55px;
}

.draft {
/*    background: url('../img/stick.png');*/
/*    background: #ffffff;*/
    background: url('../img/sketch.png');
}

.hero-unit {
    width: 855px;
/*    padding-left: 90px;*/
    background: url('../img/note.png') right center no-repeat;
    background-color: none;
/*    padding: 60px 400px 0px 40px;*/
    /* margin-right: 130px; */
    /* margin-bottom: 90px; */
    height: 304px;
    margin: 0px auto;
/*    min-width: 850px;*/
}

.hero-unit .jump {
    /* background-color: rgba(38,38,38,0.4); */
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    /* padding: 30px; */
    padding-top: 150px;
    padding-left: 30px;
    width: 1000px;
    margin-left: -55px;
    /* box-shadow: -2px -2px 30px rgba(38,38,38,0.5); */
}


code,
pre {
  padding: 0 3px 2px;
/*  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;*/
  font-family: "Courier New";
  font-size: 12px;
  color: black;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.draftpre {
    width: 800px;
    display: block;
    padding: 50px;
    margin: 0px auto;
    margin-top: -0px;
/*    font-size: 18.025px;*/
    line-height: 18px;
    background-color: white;
    box-shadow: 0px 0px 50px rgba(45,45,45,0.5);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.draftpre table.full {
    width: 100%;
    font-size: 15px;

    border: 1px solid black;
}

.draftpre table.full td {
    border: 1px solid black;
}

.draftpre .TOCbug {
    display: none;
}

.draftpre h1 {
    text-align: right;
}

.draftpre p {
    width: 100%;
}

.draftpre hr {
    display: none;
}

.draftpre h3 {
    margin-bottom: 10px;
}

/* pre { */
/*     width: 800px; */
/*   display: block; */
/*   padding: 50px; */
/*   margin: 0px auto; */
/*   font-size: 18.025px; */
/*   line-height: 18px; */
/*   word-break: break-all; */
/*   word-wrap: break-word; */
/*   white-space: pre; */
/*   white-space: pre-wrap; */
/*   background-color: rgba(250, 250, 250, 0.9); */
/*   box-shadow: 10px 10px 5px rgba(45,45,45,0.5); */
/* /\*  background-color: #f5f5f5;*\/ */
/* /\*  border: 1px solid #ccc;*\/ */
/* /\*  border: 1px solid rgba(0, 0, 0, 0.15);*\/ */
/*   -webkit-border-radius: 4px; */
/*      -moz-border-radius: 4px; */
/*           border-radius: 4px; */
/* } */
