

::selection {
background: #b3d4fc;
text-shadow: none;
}
body {
letter-spacing: 0;
font-size: 13px;
line-height: 1;
color: #333;
-webkit-font-smoothing: antialiased;

}
strong{
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 0px;
    display: block;
    clear: both;
}

 ol+p,  p+ol,  p+p,  p+ul,  ul+p {
margin-top: 11px;
}
 p {
margin: 11px 0 0;
}
p, pre {
margin: 1em 0;
}

article, h3, .stage-callout, .stage-callout h3 {
font-size: 15px;
line-height: 21px;
}


p+ul, ul+p {
margin-top: 11px;
}

.link-list li {
word-wrap: break-word;
}

.link-list li,  .related-links li {
padding: 0;
text-indent: 0;
}

li:first-child {
margin-top: 0;
}

article a,article   a:visited {
color: #06c;
}

ul.link-list a.icon-internal {
padding-left: 13px;
text-indent: -13px;
}

.link-list li a,  .related-links li a {
    display: block;
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

 ul.link-list a:before {
content: "\e044";
display: inline-block;
font-size: .8em;
margin-right: 5px;
}

ul li{
    list-style-type: disc;
    margin-left: 20px;
    overflow: visible;
    padding-left: 10px;
}