table {
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
	background-color: white;
}
table th {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: black;
	background-color: white;
	-moz-border-radius: ;
}
table td {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: black;
	background-color: white;
	-moz-border-radius: ;
}


#blog header h1 {
    border: 0px;
    margin-top: 40px;
}

#blog header h1 img {
    width: 436px;
}



/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	#blog .entry-content img {
		width: 100%;
		height: auto;
	}
	
	#blog .teaser-image img {
		display: none;
	}

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

}	

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	#blog header h1 img{
		width: 100%;
		height: auto;

	}

}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

}