.tutorialBody {
    padding: 0 30px;
    text-align: center;
}

.tutorialBody .step *{
    text-align: left;
}

.tutorialBody img{
    box-shadow: 0 0 20px #333;
    margin: 40px 0;
}

.tutorialBody ol {
    margin: 40px 0 40px 40px;
}

.tutorialBody li {
    margin: 0 0 5px 0;
    text-align: left;
}

.tutorialBody h2 {
   color:#000;
   font-weight:bold; 
   /*text-transform:uppercase;*/
   font-weight: bold; 
}

.tutorialBody>p {
    font-weight: bold;
}

.tutorialBody p {
   text-align:justify;
}

.step{
    background: #cfe4ff;
    border: solid 1px #0077cc;
    padding: 0px 30px 10px 30px;
    margin: 20px 0;
}

p.warning a:hover{
    color: #c00;
}
p.warning a{
    color: red;
    text-decoration: underline;
    font-weight: bold;
}
p.warning
{
    font-weight: normal;
    /*font-size: 12px;*/
    /*color:#fff;
    background: #f43;*/
    color: red;
    background: #eee;
    border: solid 1px #f55;
    padding: 15px;
}

#note
{
  background-color: #FFFBD2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 2px dashed #B3AB56;
  padding: 10px 20px 20px 20px;
}