h1 { border-bottom: 1px solid #ccc;; margin-bottom: 20px !important; }
h3 { margin-bottom: 20px !important; }

.doc-img {
    margin-right: 15px;
    margin-bottom: 15px;
}

.doc-img-400 {
    margin-right: 15px;
    margin-bottom: 15px;
    width: 400px;
}

.doc-img-450 {
    margin-right: 15px;
    margin-bottom: 15px;
    width: 450px;
}

.doc-img-500 {
    margin-right: 15px;
    margin-bottom: 15px;
    width: 500px;
}

.doc-img-left {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.doc-img-right {
   float: right;
   margin-right: 15px;
   margin-bottom: 15px;
}

@media (max-width: 400px) {
    .doc-img {
        width: 100%;
    }
    
    .doc-img-left {
       width: 100%;
    }

    .doc-img-right {
       width: 100%;
    }

}

.ib2 {
 display: inline-block;
 width: 50%;
}

.myclass { color: red }

.subnav-links {
    padding: 15px;
    color: #111;
    background-color: #eee;
}

.subnav-links a {
  color: #111;
  margin-left: 6px;
}

.subnav-links a:hover {
  color: #008;
  text-decoration: none;
}

h4 {
  font-weight: bold !important;
  margin-top: 20px !important;
  margin-bottom: 2px !important;
}

h5 {
  font-weight: bold !important;
  margin-top: 20px !important;
  margin-bottom: 2px !important;
}

.cmd { 
  font-weight: bold !important;
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.cmd-img {
  margin-right: 5px;
}

.tbi {
  height: 20px;
  margin-right: 7px;
}

.cmd-group {
  margin-top: 25px;
}

ul li p { margin-left: 10px !important; }
.doc-content ul li { margin-left: 10px !important; text-indent: 0px; }