.content {
counter-reset : section;
}
.content h2 {
counter-reset : subsection;
}
.content h2:before {
counter-increment : section;
content : counter(section) ". ";
}
.content h3:before {
counter-increment : subsection;
content : counter(section) "." counter(subsection) " ";
}
.content h2 {
margin-top : 30px !important ;
}
.image-left {
width : 60%;
float : right;
margin : 10px 15px 10px 15px !important ;
}
.image-right {
width : 60%;
float : right;
margin : 10px 15px 10px 15px !important ;
}
.image-full {
width:95%;
margin : auto !important ;
}
.overview tbody tr:nth-child(even) {
background-color : #f1f1f1;
}
.overview th {
font-weight: 500;
vertical-align : top;
text-transform : uppercase;
background : #eee;
padding : 10px 5px 10px 15px !important ;
}
.overview tr {
border-bottom : 1px solid #ccc;
}
.overview td {
vertical-align : top !important ;
padding : 10px 5px 10px 15px !important ;
}