		html {
			width: 100%;
			margin: 0;
			padding: 0;
			overflow-x: hidden;
		}

		body {
			font-size: 10pt;
			font-family: 'Poppins', sans-serif;
			color: #282828;
			line-height: 22px;
			background: #f9f9f9;
			padding: 10px;
			margin: auto;
		}

		a, a:link, a:visited {
			text-decoration: none;
		    color: #2669a7;
		}

		a:hover {
			color: #003e82;
			text-decoration: underline;
		}

		h1 {
			line-height: 1.25em;
			font-size: 1.45em;
		}

		h1, h2, h3, p {
			margin-top: 0;
			margin-bottom: 15px;
		}

		h2 {
			line-height: 1.25em;
			margin-bottom: 5px;
		}

		h3 {
			font-style: italic;
		}

		/**
		Main
		**/

		.container {
			max-width: 850px;
			background: #fff;
			padding: 30px;
		}

			.rss-info {
				font-size: 12px;
				color: #545d67;
				margin-bottom: 30px;
			}

		/**
		Show information
		**/

		.show-header {
			margin-bottom: 20px;
		}

			.show-title {
				font-size: 2em;
				margin-left: 170px;
			}

			.show-description {
				margin-left: 170px;
			}

			.show-image {
	    		width: 150px;
				float: left;
				margin: 6px 20px 20px 0px;
			}

			.show-image img {
				width: 150px;
				height: auto;
			}


		/**
		Episode information
		**/

		.item {
			clear: both;
			border-top: 1px solid #e0e4e8;
			padding: 20px 0;
		}

			.published-date {
			    margin-top: -10px;
			}

			audio {
				width: 100%;
				border-radius: 4px;
			}
			
			audio:focus {
				outline: none;
			}

