.card {
    margin-bottom:.5em;
}
.card h5 {
    font-weight: bold;
}
.card-text ul {
    list-style: circle;
    padding-left: 1em;
}
.StandardPopUp {
    position: fixed;
    bottom: 4em;
    top: auto;
}

/* Tag Classes */
.TagCloud {
    float: right;
    font-size: .6em;
    margin-top: .6em;
}

.TagCloud .tag {
    border: 1px solid gray;
    border-radius: .4em;
    margin-right: .4em;
    padding: .1em .3em;
    background-color: #FFFB87;
    corner-shape: square;
    corner-top-left-shape: bevel;
    corner-bottom-left-shape: bevel;
}

.TagCloud .tag:before {
    content:"\00B0";
    vertical-align: sub;
    margin-right: .2em;
}