/**
 * Style rules for WordPress theme Enough
 * Enough base style rule
 *
 * License: GNU General Public License v2.0
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * @package Enough
 */
#enough-page {
	margin:0 auto;
	max-width:960px;
	min-width:240px;
	width:100%;
}
.attachment-post-thumbnail,.wp-post-image {
	height:auto;
}
.clear {
	clear:both;
}
.posts-nav-link a:first-child {
	float:left;
}
.posts-nav-link a:last-child {
	float:right;
}
.unknown .unknown-ua {
	display:block;
	text-align:center;
}
.unknown-ua,noscript .no-script-and-small-view {
	display:none;
}
.vspacer-1 {
	line-height:1;
}
.vspacer-2 {
	line-height:2;
}
.vspacer-3 {
	line-height:3;
}
a{
	max-width:100%;
	text-decoration:none;
}
a:active{
	margin-top:1px;
}
.enough-monthly-archive-prev-next-navigation,
.menu-header a:active{
	margin-top:0;
}

address {
	text-align:center;
}
blockquote {
	padding:1rem .5rem 1rem 2rem;
}

h1 a span {
}

h1 a,h2 a,h3 a {
	text-decoration:none;
}
html {
	margin:0;
	padding:0;
	overflow-x:hidden;
	overflow-y:visible;
}
html,body,form,fieldset,p,div,h1,h2,h3,h4,h5,h6 {
	-webkit-text-size-adjust:none;
}
img{
	margin:.5rem;
}
input[type=file],
input[type=reset],
input[type=submit] {
	padding:0.3rem 0.5rem;
}

textarea,
input,
input[type=email],
input[type=text],
input[type=radio],
input[type=checkbox] {
	margin:0.2em 0 0;
	margin:0.2rem 0 0;
}

nav div,nav img{
	height:auto;
	max-width:100%;
}

p {
	line-height:1.5;
}
table,
object,
iframe{
	max-width:100%!important;
}
table {
	display:table;
	box-sizing:border-box;
	table-layout:fixed;
	width:100%;
}
table.auto {
	table-layout:auto;
}
th,
td {
	display:table-cell;
	padding:5px;
	max-width:100%;
}
tr{
	max-width:100%;
}
td image{
	position:relative;
}

table.auto {
	table-layout:auto;
}
table.center .left,
table.left td,
table td.left{
	text-align:left;
}
table.center td,
table td.center{
	text-align:center;
}
table.right td,
table td.right{
	text-align:right;
}

tr,
th,
td {
	max-width:100%;
}

textarea {
	width:100%;
}