div.alphabetDiv li {
    border-left: 1px solid #888;
    border-right: 1px solid #888;
    margin-bottom: 0.75em;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

div.alphabetDiv a {
    display: inline-block;
    width: 1.5em;
    color: #35379b;
}
div.alphabetDiv ul {
    list-style: none;
    margin: 0 0 -5px 0;
    padding: 0;
    position: relative;
    text-align: center;
    display: inline-block;
}

ul#lual_names {
    list-style-image: url(http://www.lmvna.org/wp-content/plugins/memory-tree/images/heart_bullet2.gif);
}
.modal {
    z-index: 99999;
    line-height: normal;
    visibility: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    /* background: rgba(0,0,0); */
    background: rgba(0,0,0,0.6);
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    overflow: auto;
}
.modal.show {
    visibility: visible;
}
.letter_group {
    font-size: 15px;
    color: #525252;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.name a {
    color: #35379B;
}

.from, .giver {
    color: gray;
    display: inline-block;
    margin: 2px 0;
}

.star_mother {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    background-image: url(../images/tulips.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    max-width: 550px;
    height: 524px;
    margin: 0 auto;
    display: table;
    transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
}

.star-actions {
    background-color: #fff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
    width: 95%;
    max-width: 355px;
    margin: 10px auto;
    padding: 5px;
}
.star__name p {
    text-align: center;
    width: 260px;
    max-height: 220px;
    margin: 0 auto;
}
.star_mother.show {
    transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
}

.star__name {
    font-family: Georgia, Palatino, "Times New Roman", serif;
    font-size: 28px;
    color: #35379b;
    display: table-cell;
    vertical-align: middle;
    padding-top: 65px;
}

.star__name p {
    text-align: center;
    width: 260px;
    max-height: 220px;
    margin: 0 auto;
}

.close {
    width: 250px;
    text-align: center;
    margin: 0 auto;
}

.close-window {
    cursor: pointer;
}
.fbshare, .emailshare, .close-window {
    color: #747474;
    text-decoration: none;
    font-size: 12px;
    display: block;
    padding: 10px;
}
.backtotop {
    width: 100%;
    text-align: right;
    display: inline-block;
}

.memoryname {
    text-align: center;
}