* {
    margin:           0;
    padding:          0;
    list-style:       none;
    text-decoration:  none;
}
html {
    overflow-y:       scroll;
}
body {
    color:            #555;
    font-size:        0.77em;
    font-family:      'Nunito', sans-serif;
    text-align:       justify;
    margin:           auto;
    max-width:        500px;
    padding:          40px 0 40px 0;
    background-color: #eee;
}
li {
    line-height:      1.8em;
}
a {
    color:            #555;
}
.off {
    color:            #999;
}
.bcard {
    margin:           auto;
    width:            390px;
    height:           202px;
    padding:          15px;
    border-top:       1px solid #777;
    border-right:     3px solid #777;
    border-bottom:    3px solid #777;
    border-left:      1px solid #777;

    font-family:      'Barlow', sans-serif;
    /*
    font-family: 'Raleway', sans-serif;
    font-family: 'Nunito', sans-serif;
    */
    background-color: #FFF;
}
.bcard-half {
    width:            50%;
    float:            left;
    text-align:       center;
}
.bcard-quarter {
    height:           50%;
    padding:          5px 0 0 0;
    float:            left;
    text-align:       left;
}
.bcard-title {
    padding:          0 12px 0 0;
    width:            45%;
}
.bcard-title h2 {
    font-family:      'Raleway', sans-serif;
    padding:          0 0 10px 0;
    letter-spacing:   0.14em;
}
.stack {
    margin:           auto;
    background:       #fff;
    box-shadow:
        0 -1px  1px       rgba(0,0,0,0.35),
        0 -10px 0   -5px  #eee,
        0 -10px 1px -4px  rgba(0,0,0,0.35),
        0 -20px 0   -10px #eee,
        0 -20px 1px -9px  rgba(0,0,0,0.35);
    padding:          30px;
    border:           1px solid #aaa;
}
.vfill {
    width:            100%;
    height:           28%;
}
.bleft {
    border-left:      1px solid #777;
    padding:          0 0 0 5px;
}
.stack h3,h4 {
    height:           2em;
}
.stack li {
    line-height:      1.5em;
    margin:           0 0 10px 30px;
    list-style-type:  disc;
}
