
.profile__details {
    line-height: 1.4;
    /*font-size: 18px;*/
}


.profile__details p   {
   
    font-weight: 400;
    color: #333333
}


.profile__details h1,.profile__details  h2,.profile__details  h3,.profile__details  h4 {
    font-weight: 400;
	margin-top:0px;
}

.profile__details h2,.profile__details  h3,.profile__details  h4,.profile__details  h5,.profile__details  p {
    margin-bottom: 10px;
    padding: 0;
	margin-top:0px;
}

.profile__details h1 {
    margin-bottom: 10px;
    font-size:300%;
    padding: 0px;
    font-variant:small-caps;
}

.profile__details h2 {
    font-size:150%;
}

.profile__details h3 {
    font-size:120%;
}
.profile__details h4 {
    font-size:100%;
    font-variant:small-caps;

}
.profile__details h5 {
    font-size:80%;
    font-weight: 100;
}

.profile__details h6 {
    font-size:80%
    font-weight: 100;
    color:red;
    font-variant:small-caps;
}
.profile__details a {
    color: grey;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
.profile__details a:hover {
    text-decoration: blink;
    color: green;
}
.profile__details a:visited {
    color: black;
}
.profile__details ul,.profile__details  ol {
    padding: 0;
    margin: 0px 0px 0px 50px;
}
.profile__details ul {
    list-style-type: square;
    list-style-position: inside;
	margin-bottom:20px;
}

.profile__details li {
     line-height:150%;
}
.profile__details li ul,.profile__details  li ul {
    margin-left: 24px;
}

.profile__details pre {
    padding: 0px 24px;
    max-width: 800px;
    white-space: pre-wrap;
}
.profile__details code {
    font-family: Consolas, Monaco, Andale Mono, monospace;
    line-height: 1.5;
    font-size: 13px;
}
.profile__details aside {
    display: block;
    float: right;
    width: 390px;
}
.profile__details blockquote {
    border-left:.5em solid #eee;
    padding: 0 1em;
    margin-left:0;
    max-width: 476px;
}
.profile__details blockquote  cite {
    line-height:20px;
    color:#bfbfbf;
}
.profile__details blockquote cite:before {
    content: '\2014 \00A0';
}

.profile__details blockquote p {  
    color: #666;
    max-width: 460px;
}
.profile__details hr {
    text-align: left;
    margin: 0 auto 0 0;
    color: #999;
}
