
.Zoidberg-Body {
    background: #e6ecf0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

.Zoidberg-Header {
    overflow: hidden;
    background: #f3585c;
    width: 100%;
    height: 100px;
}

.Zoidberg-SubHeader {
    background: #fff;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.25);
    top: 100px;
    height: 60px;
    width: 100%;
}

.Zoidberg-Avatar {
    background: #fff;
    border: 5px solid #fff;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    position: absolute;
    top: 30px;
    left: 20px;
}

.Zoidberg-Avatar-Image {
    -moz-force-broken-image-icon: 1;
    border-radius: 50%;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.Zoidberg-SubHeader h1 {
    display: inline-block;
    float: right;
    font-size: 1.5rem;
    font-weight: 300;
    margin-right: 10px;
}

.Zoidberg-Note {
    position: relative;
    background: #fff;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.25);
    width: 100%;
    margin-top: 10px;
}

.Zoidberg-Note-Header {
    color: rgb(33, 37, 41);
    margin-left: 5px;
    margin-right: 5px;
}

.Zoidberg-Note-Header h1 {
    margin-top: 2px;
    margin-bottom: 2px;
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 300;
}

.Zoidberg-Note-Header h2 {
    margin-top: 2px;
    margin-bottom: 2px;
    display: inline-block;
    float: right;
    font-size: 1.0rem;
    font-weight: 300;
    color: rgb(103, 107, 101);
}

.Zoidberg-Note-Content {
    color: rgb(103, 107, 101);
    padding-bottom: 5px;
    margin-top: 10px;
    margin-left: 50px;
    margin-right: 5px;
    counter-reset: h2counter;
    font-weight: 300;
}

.Zoidberg-Note-Content h1 {
    counter-reset: h2counter;
    font-size: 1.5rem;
    font-weight: 300;
}

.Zoidberg-Note-Content h2 {
    font-size: 1.2rem;
    font-weight: 300;
}

 .Zoidberg-Note-Content h2:before {
    font-size: 1.2rem;
    font-weight: 300;
    content: counter(h2counter) ".\0000a0\0000a0";
    counter-increment: h2counter;
    counter-reset: h3counter;
}

.Zoidberg-Note-Content h3 {
    font-size: 1.0rem;
    font-weight: 300;
}

.Zoidberg-Note-Content h3:before {
    font-size: 1.0rem;
    font-weight: 300;
    content: counter(h2counter) "." counter(h3counter) ".\0000a0\0000a0";
    counter-increment: h3counter;
}

