/* Import SourceSansPro font
---------------------------------------------------------------------------- */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url(../font/SourceSansPro-Regular.woff) format('woff');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 400;
    src: local('Source Sans Pro Italic'), local('SourceSansPro-It'), url(../font/SourceSansPro-Italic.woff) format('woff');
}

body {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
}

p {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 20px;
    color: #333333;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 7px;
    color: #242424;
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
}

h1 {
	margin-top: 0px;
	padding-top: 20px;
    font-size: 2em;
}

h2 {
    font-size: 1.8em;
}

h3 {
    font-size: 1.5em;
}

header.navbar {
    background-color: #333;
    color: white;
}

header.navbar a {
    color:white;
}

nav[data-type=toc] ol {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid #E0E0E0;
    background: #F7F7F7;
}

nav[data-type=toc] ol li {
    padding: 13px 15px 13px 10px;
    border-bottom: 1px dashed #D1D1D1;
}

nav[data-type=toc] ol li a {
    color: #333;
    text-decoration: none;
}

nav[data-type=toc] ol ol {
    border: none;
}

nav[data-type=toc] ol ol li {
    padding: 10px 15px 10px 10px;
    border-bottom: 1px dashed #D1D1D1;
}

nav[data-type=toc] ol ol li:last-child {
    border: none;
}

nav[data-type=toc] ol ol li a.selected {
    font-weight: bold;
}

nav[data-type=toc] ol ol li a {
    color: #417ba0;
    font-weight: normal;
}

article img {
    max-width: 700px;
}

article p {
    margin: 0.8em 0 0.8em 0;
}

.step .description ol {
    display: block;
    list-style-type: decimal;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
}

.step .description ul {
    display: block;
    list-style-type: disc;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
}