.music-content {
    width: 70%;
    margin-left: auto;
    margin-right: auto;

    padding-top: 16px;
    padding-bottom: 16px;

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
} 

.music-header {
    font-size: 24px;
    line-height: 26px;

    font-family: "Oswald", oswald;

    color:#FFFFFF;
    text-shadow: 2px 2px 0 #000;
}

.music-table {
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;

    text-align: center;
    width: 90%;
}

.music-table tr {
    background-color: #559c25ad;
}

.music-table td {
    padding: 4px;
}

.music-title {
    margin: 0px;
    font-size: 18px;

    font-family: "Oswald", oswald;
    color:#FFFFFF;
    text-shadow: 2px 2px 0 #000;

    text-align: center;
    width: 90%;
}

.music-dlimage {
    height: 24px;
    width: auto;
}

.music-songlight {
    position: absolute;

    width: 100%;
    height: auto;
}

.music-album {
    width: auto;
    height: 256px;
    box-shadow: 2px 2px 0px #000000;
}

.stream-container {
    border-style: solid;
    margin-top: 1rem;
    box-shadow: 2px 2px 2px #000000;
    padding: 1rem;
}

.stream-icon {
    height: 200px;
    width: auto;
    box-shadow: 2px 2px 0px #000000;
}

.stream-info {
    text-align: left;
    width:99.9%;
    display: block;
}

.stream-title {
    padding-left: 3%;
    padding-right: 3%;

    font-family: "Oswald", oswald;
	font-size: 20px;
    margin-top: 0px;
    margin-bottom: 0px;

    text-shadow: 2px 2px 0 #000;
}

.stream-release {
    padding-left: 3%;

    font-size: 12px;
    line-height: 12px;
    font-family: 'Roboto', roboto;

    color:#CDCDCD;
    text-shadow: 1px 1px 0 #000;
}

.stream-player {
    padding-left: 3%;
    padding-right: 3%;
    width: 99%;
    height: 32px;
}

.stream-desc {
    padding-left: 3%;

    white-space: pre-wrap;

    font-size: 18px;
    line-height: 18px;

    text-align: left;

    font-family: 'Roboto', roboto;

    color:#FFFFFF;
    text-shadow: 1px 1px 0 #000;

    text-decoration: none !important;
}