<!– add to the of your page –>
.instuction {
font-family: sans-serif, Arial;
display: block;
margin: 0 auto;
max-width: 820px;
width: 100%;
padding: 0 70px;
color: #222;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.instuction h1 img {
max-width: 170px;
vertical-align: middle;
margin-bottom: 10px;
}
.instuction h1 {
color: #2F98B3;
text-align: center;
}
.instuction h2 {
position: relative;
font-size: 1.1em;
color: #2F98B3;
margin-bottom: 20px;
margin-top: 40px;
}
.instuction h2 span.num {
position: absolute;
left: -70px;
top: -18px;
display: inline-block;
vertical-align: middle;
font-style: italic;
font-size: 1.1em;
width: 60px;
height: 60px;
line-height: 60px;
text-align: center;
background: #2F98B3;
color: #fff;
border-radius: 50%;
}
.instuction .mono {
color: #000;
font-family: monospace;
font-size: 1.3em;
font-weight: normal;
}
.instuction li.mono {
font-size: 1.5em;
}
.instuction ul {
font-size: 0.9em;
margin-top: 0;
padding-left: 0;
list-style: none;
}
.instuction .note {
color: #A3A3B2;
font-style: italic;
padding-top: 10px;
}
.instuction p.note {
text-align: center;
padding-top: 0;
margin-top: 4px;
}
.instuction textarea {
font-size: 0.9em;
min-height: 60px;
padding: 10px;
margin: 0;
overflow: auto;
max-width: 100%;
width: 100%;
}
.instuction a,
.instuction a:visited {
color: #2F98B3;
}
<!– add to the of your page –>