
body {
 font-family: Arial; 
/* font-family: "playfair_displayregular";*/
 line-height: 1.4;
 margin-left: 2%;
 margin-right: 2%;
 margin-top: 2%;
}

.footer {
 font-size: small;
}

img {
 max-width: 100%;
}

.release {
 margin-top: 1%;
 overflow: hidden;
 width: 100%;
}

.releaseCover {
 /* full-length: 38.2% */
 box-sizing: border-box;
 float: left; 
 width: 37.2%;
}

.releaseDescription {
 /* full-length: 61.8% */
 box-sizing: border-box;
 float: right;
 width: 58.3%;
}

.releaseInfo {
 font-size: 0.8em;
}

.releaseTitle {
 color: #880E4F;
 /*font-family: "playfair_displaybold_italic";*/
}

.aussenraumLogo {
 font-family: Courier;
 font-size: 24pt;
}

.hseperator {
 height: 60px;
 width: 100%;
}
 

.pictureAndTitle {
 padding-left: 25%;
}

.paypalButton, .audio-player-button {
 background-color: #f2e2cd;
 border-radius: 10px;
 border-style: none;
 color: #000000;
 font-size: 14px;
 padding: 2px 8px;
 text-decoration: none;
 vertical-align: middle;
}

.paypalButton:hover, .audio-player-button:hover {
 background-color: #a69eb0;
}

