#flashInner {
    text-align: center;
    font-weight: bold;
    padding: 12px;
    width: 70%;
    margin: auto;
}
.info-table {
    width: 100%;

}

.sideLink a {
    text-decoration: none;
}

.sideLink a:hover {
    text-decoration: underline;
}


/* Releases */
.trackName{
    padding:          10px;
    border-bottom:    1px solid #6f5129;
    list-style:       none;
    background-color: #dfbd99;
}
.lyricsDiv {
    border-bottom:      1px solid #6f5129;
}
.trackName:hover  {
    background-color: #EFDCC2;
}
.trackList .trackName {
    float:         left;
    width:         400px;
    display:       block;
}
.lyricsButton {
    float:         right;
    width:         100px;
    text-align:    right;
}

/* Merch Pages */
.product {
    float: left;
    width:   120px;
    text-align: center;
    margin-right: 12px;
}
#productDialog {
    display: none;
}

