.cms-content div p:first-child,
.cms-content div h4:first-child,
.cms-content div h2:first-child,
.cms-content div h3:first-child {
    margin-top: 0;
}
.cms-content ul {
    margin:0 0 15px 25px;
    list-style: disc;
}
.cms-content ol {
    margin: 15px 0 0 25px;
    list-style: decimal;
}
.cms-content dl { margin: 15px 0 0; }
.cms-content dt {
    float: left;
    width: 170px;
    clear: both;
}
.cms-content dd { margin-left: 180px; }
.cms-content table { margin-top: 15px; }
.cms-content caption {
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: bold;
}
.cms-content td, .cms-content th {
    border: 1px solid #ccc;
    padding: 2px 4px;
}
div.error {
 color: red;
}