/* Background of cover image */

.crater-bg {

    background-image: url("img/crater.png");

}

/* Aligns buttons to end of ribbon */

.offset-btn {

    position: relative;
    left: 20px;
}

/* Hides the free version text */

#amazingaudioplayer-1 a {

    display: none;

}

.grey-links h4 {

    color: #c8c8c8;
}

#footer {

    background-color: #c8c8c8;
}