.node-detail ul{
   padding-left: 20px;
}
.node-detail ul li{
   list-style: disc;
}



.node__content {
    font-size: 14px;
}
.node__content p {
    margin: 2px 2px 2px 10px;
    padding: 6px 2px;
}
.node__title a {
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}

.node__content h1 {
    font-size: 2.0em;
    font-weight: bold;
    text-decoration: none;
}
.node__content h2 {
    font-size: 2.0em;
    font-weight: bold;
    text-decoration: none;
}
.node__content h3 {
    font-size: 1.6em;
    font-weight: bold;
    text-decoration: underline;
}
.node__content h4 {
    font-size: 1.3em;
    font-weight: bold;
    text-decoration: underline;
}
.node__content h5 {
    font-size: 1.0em;
    font-weight: bold;
    text-decoration: underline;
}
.node__content h6 {
    font-size: 0.8em;
    font-weight: bold;
    text-decoration: underline;
}

.node__content a {
  text-decoration: underline;
}

.node__content a:hover {
  color: #EE5646;
  text-decoration: underline;
}
.node__content a:focus {
  color: #EE5646;
  text-decoration: underline;
}

.node__content ul {
  margin: 2px 2px 2px 30px;
  list-style: none;
}
.node__content li {
  margin: 2px 2px 2px 2px;
}

.node__content dl {
  margin: 2px 2px 2px 30px;
}
.node__content dt {
    text-decoration: underline;
}
.node__content dd {
  margin: 2px 2px 8px 20px;
}

.node__content table {}
.node__content th {
    text-align: center;
    background: #f4f4f2;
}

.node__content pre {}

.float-clear {
    clear: both;
}



