/* Updated 7.7.20 SS */

.astw-container {
	margin: 20px auto;
	zoom: 1; /* IE6&7 */
	font-size: 14px;
	max-width: 935px;
	color: #333;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	line-height: 1.4;
	font-weight: 400;
}

.astw-container:before,
.astw-container:after {
    content: "";
    display: table;
		clear: both;
}

.astw-container a {
	text-decoration: none;
	color: #333 !important;
}

.astw-title {
	float: left;
	width: 65%;
	margin: 5px 0;
	font-size: 18px;
}

#astw-latest {
	font-size: 24px;
	font-weight: 600;
}

.astw-left {
	color: #2e64a0 !important;
}

.astw-center {
	color: #96659e !important;
}

.astw-right {
	color: #ca0800 !important;
}

.astw-mediabias {
	float: right;
	width: 32%;
	margin: 15px 0 0 3%;
	text-align: right;
}

.astw-mediabias a {
	border-bottom: 1px solid transparent;
	color: #808080 !important;
}

.astw-mediabias a:hover{
	border-bottom: 1px solid #808080;
}


#astw-iframe {
	width:100%;
	clear:both;
	min-height: 235px;
}


.astw-footer {
	margin: 10px auto;
}

#astw-logo {
	width:125px;
	margin-left:5px;
}

.astw-more {
	float: right;
	width: 50%;
	margin: 15px 0 0 3%;
	text-align: right;
}

.astw-more a {
	border-bottom: 1px solid transparent;
	color: #808080 !important;
}

.astw-more a:hover {
	border-bottom:1px solid #808080;
}


@media only screen and (max-width: 1024px) {
	.astw-title,
	.astw-mediabias {
		width: 100%;
		clear: both;
		margin-left:0;
		margin-top:0;
	}
	
	.astw-more {
	float: none;
	width: 100%;
	clear: both;
	margin: 10px 0;
	text-align: center;
	}

	.astw-container {
		width: 625px;
	}

	#astw-iframe {
		width:625px;
		height: 355px;
	}

}

@media only screen and (max-width: 767px) {

	.astw-container {
		width: 315px;
	}

	#astw-iframe {
		width:315px;
		height: 720px
	}

	#astw-latest {
		font-size:20px;
	}

	.astw-title {
		font-size:16px;
	}

}

/*ADJUSTMENT FOR MEDIUM & NARROW ONLY (astw-medium)*/

@media only screen and (min-width: 1024px) {

.astw-medium.astw-container {
	width: 625px;
}

.astw-medium .astw-title,
.astw-medium .astw-mediabias {
	width: 100%;
	clear: both;
	margin-left:0;
	margin-top:0;
}
	
.astw-medium .astw-more {
	float: none;
	width: 100%;
	clear: both;
	margin: 10px 0;
	text-align: center;
}

.astw-medium #astw-iframe {
	width:625px;
	height: 355px;
}
}

/*ADJUSTMENT FOR NARROW ONLY (astw-narrow) */

.astw-narrow.astw-container {
	width: 315px;
}

.astw-narrow .astw-title,
.astw-narrow .astw-mediabias {
	width: 100%;
	clear: both;
	margin-left:0;
	margin-top:0;
}
	
.astw-narrow .astw-more {
	float: none;
	width: 100%;
	clear: both;
	margin: 10px 0;
	text-align: center;
}

.astw-narrow #astw-iframe {
	width:315px;
	height: 720px
}

.astw-narrow #astw-latest {
	font-size:20px;
}

.astw-narrow .astw-title {
	font-size:16px;
}