

.media-clip-playing {
    background-color: #ffe;
    color: #000;
}

.media-clip .panel-body {
    padding: 0;
    color: #666;
}

.media-clip table {
    width: 100%;
    border: none;
}

.media-clip table td.button {
    width: 40px;
    background-color: #eee;
    text-align: center;
}

.media-clip table td.info {
    padding: 5px;
}

.media-clip td.button a {
    color: #000;
}

.media-clip .project-name {
    font-weight: normal;
}

.jumbotron .container {
    padding-top: 40px;
    color: #f8f8f8;
}

.jumbotron .container h1 {
    text-shadow: 0px 0px 6px rgba(255,255,255,0.7);
}

.jumbotron {
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 29%, rgba(0,0,0,1) 100%), url(../img/content/music.jpg) no-repeat;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(29%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1))), url(../img/content/music.jpg) no-repeat;
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 29%,rgba(0,0,0,1) 100%), url(../img/content/music.jpg) no-repeat;
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 29%,rgba(0,0,0,1) 100%), url(../img/content/music.jpg) no-repeat;
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 29%,rgba(0,0,0,1) 100%), url(../img/content/music.jpg) no-repeat;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 29%,rgba(0,0,0,1) 100%), url(../img/content/music.jpg) no-repeat;
    background-size: cover, cover;
}
