.tutorialBody {
    margin: 30px 0;
    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;
    font-size: 13px;
    text-align: left;
}

.tutorialBody h2 {
   color:#000;
   font-weight:bold;
   text-transform:uppercase;
   font-size: 14px;
   font-family: Verdana;
   padding-top: 50px;
   font-weight: bold;
}

.tutorialBody>p {
    font-weight: bold;
}

.tutorialBody p {
   font-family: Arial, Helvetica, sans-serif;
   font-size:13px;
   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;
}
