.btn-20 {
	padding: 12px;
}

.issues ul {
    clear: both;
    height: 418px;
    margin: 1em auto;
    padding: 27px 0 0;
    border: 1px solid #eee;
    border-bottom: none;
}

.issues ul li {
    float: left;
    width: 33%;
}

.issues ul li a {
	display: block;
	text-align: center;
	font-weight: 600;
}

.issues ul li a img {
	display: block;
	margin: -1em auto 0;
}

#current {
    border: 12px solid #feec76;
    padding: 1em;
    margin-bottom: 1em;
}


@media (max-width: 1000px) {
	.btn-20 {
		width: 100%;
	}
	
	.issues ul {

	}
	
	.issues ul li {
	    width: 50%;
	}
	
	.issues ul li a img {
	    width: 90%;
	    margin: 0 auto;
	}
}

@media (max-width: 500px) {
	.issues ul li {
	    width: 100%;
	    margin: 0 auto;
	}
	
	
}

/* PREVIOUS VERSION *******************************
	
table{
	width:90%;
	left:5em;
	position: relative;
}

h1#pageHeader {

	font-family: Montserrat;
	font-weight: 300;
	margin: 12px 0 0 19px;
	font-size: 130%;
}

h1#pageHeader {

	font-family: Montserrat;
	font-weight: 300;
	margin: 12px 0 0 19px;
	font-size: 130%;
}


div.digital_edition p a {


}

div.buttons {
	margin: 0 0 0 263px;
}

a.button {

	padding: 5px 10px;
	width: 190px;
	display: block;
	float: left;
	text-align: center;
	border: 1px solid #FFF;
	border-radius: 4px;
	box-shadow: 2px 2px 4px #000;
	font-family: Montserrat;
	font-weight: 300;
	margin: 20px 30px 24px 0;
	 background: -webkit-gradient(linear, left top, right top, from(#feec78), to(#fed63a));
	background: -webkit-linear-gradient(top, #feec78, #fed63a);
	background: -moz-linear-gradient(top, #feec78, #fed63a);
	background: -o-linear-gradient(top, #feec78, #fed63a);
	background: -ms-linear-gradient(top, #feec78, #fed63a);
	background: linear-gradient(top, #feec78, #fed63a);
	background-color: #feec78;
}

a.button:hover {
	background: #fed63a;
	text-decoration: none;
	box-shadow: 0px 0px 2px #000;
}

p {
	margin: 10px 19px;
	font-weight: 600;

}


table.onlinePub a {
	text-transform: uppercase;
	font-family: Montserrat;
	letter-spacing: 1px;
}

table.onlinePub a img {
	margin: 0 0 0 12px;
}


.issues {
    padding: 0 0 21px;
}

.issues ul {
    border-top: 1px solid #FFF;
    clear: both;
    height: 418px;
    margin: 0 auto;
    padding: 27px 0 0;
}

.issues ul li {
    float: left;
    height: 390px;
    text-align: center;
    width: 328px;
}

.issues ul li a {
    color: #444;
    display: block;
    font-family: Montserrat;
    font-size: 125%;
    height: 13px;
}

.issues li#current {
    background: #73b8de none repeat scroll 0 0;
    border: 1px solid #fff;
    margin: -10px 18px 0;
    padding: 9px 0;
    width: 290px;
}

.issues li#current a {
	color: #FFF;
	text-shadow: 0 0 2px #000;
}

*/