.worldtides-wrapper {
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	line-height: 1.5;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .8);
	text-align: center;
	background: #446CA6;
	color:white;
	border-radius:5px;
}
.worldtides-wrapper table td, .worldtides-wrapper table th {
	border-color:rgba(0,0,0,.3);
}
.worldtides-wrapper table th {
	border-width:2px;
}
.worldtides-tide-forecast td:nth-child(2) {
	text-align:center;
}
.worldtides-tide-forecast td:nth-child(3) {
	text-align:right;
}
@media (min-width: 480px) {
	.worldtides-wrapper {
		font-size: .9em
	}
}
.worldtides-wrapper a {
	text-decoration: none !important;
	box-shadow: none !important;
	border: none !important;
	outline: none !important
}
.worldtides-wrapper .worldtides-title {
	padding: .5em;
	text-align: center;
	background: rgba(0, 0, 0, .075);
	text-transform: uppercase
}
.worldtides-wrapper .worldtides-body {
	max-width: 600px;
	margin: 0 auto;
	padding: .5em 1.25em
}
@media (min-width: 480px) {
	.worldtides-wrapper .current_horizontal {
		overflow: hidden;
		clear: both
	}
}
.worldtides-wrapper .current_temp {
	text-align: center;
	margin-bottom: .5em
}
.worldtides-wrapper .worldtides-footer {
	padding: .25em 1em;
	font-size: .85em;
	text-align: center;
	background: rgba(0, 0, 0, .05)
}
.worldtides-wrapper .worldtides-footer .worldtides-footer-block {
	display: inline-block
}
.worldtides-header-title-wrapper {
	display: inline-block;
	margin: 0 0 0 10%;
	width: 80%
}