@charset "utf-8";

/* CSS Document */

@media screen and (max-width: 320px) {
 #mydiv {
 font-size: 20px;
}
 .aspect_ratio {
 position: relative;
 width: 100%;
 height: 0;
 padding-bottom: 51%;
}
 .aspect_ratio iframe {
 position: absolute;
 width: 100%;
 height: 100%;
 left: 0;
 top: 0;
}
 .header {
 text-align:center;
}
}
 @media screen and (min-width: 321px) and (max-width: 480px) {
 #mydiv {
 font-size: 1.25em;
 background-color: #FFF;
}
 .aspect_ratio {
 position: relative;
 width: 100%;
 height: 0;
 padding-bottom: 51%;
}
 .aspect_ratio iframe {
 position: absolute;
 width: 100%;
 height: 100%;
 left: 0;
 top: 0;
}
 .header {
 text-align:center;
}
}
 @media screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
 #mydiv {
 font-size: 1.25em;
}
 .aspect_ratio {
 position: relative;
 width: 100%;
 height: 0;
 padding-bottom: 51%;
}
 .aspect_ratio iframe {
 position: absolute;
 width: 100%;
 height: 100%;
 left: 0;
 top: 0;
}
}
 @media screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
 #mydiv {
 font-size: 1.25em;
}
 .aspect_ratio {
 position: relative;
 width: 100%;
 height: 0;
 padding-bottom: 51%;
}
 .aspect_ratio iframe {
 position: absolute;
 width: 100%;
 height: 100%;
 left: 0;
 top: 0;
}
}
 @media screen and (min-width: 1440px) {
 #mydiv {
 font-size: 18px;
}
 .aspect_ratio {
 position: relative;
 width: 100%;
 height: 0;
 padding-bottom: 51%;
}
 .aspect_ratio iframe {
 position: absolute;
 width: 100%;
 height: 100%;
 left: 0;
 top: 0;
}
}
body {
	font-size:.9em;
	font-family:Arial, Helvetica, sans-serif;
}

td {
	margin-left: 5px;
	
}
.header {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.35em;
	font-weight:600;
}
.phutrach {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:normal;
	font-style:italic;
}
.pubdate {
	font-family:"Times New Roman", Times, serif;
	font-size:1.1em;
	font-weight:normal;
	font-style:italic;
}
.outer {
	padding:15px;
	border:#CCC solid 1px;
	width:850px;
}
.youtube-video {
	padding:10px;
	background-color:#d8d8d8;
	width:270px;
	float:left;
	margin:10px;
}

#magazine {
-moz-column-count: 2;
-moz-column-gap: 20px;
-webkit-column-count: 2;
-webkit-column-gap: 20px;
column-count: 2;
column-gap: 20px;

}
