/**
 * 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%;
}
article > table,
article > ol,
article > ul,
article .entry-title{
    min-width:240px;
}
#enough-page .entry-content table[style]{
    /* inline style limit must apply */
    width:100%!important;
}
.attachment-post-thumbnail,
.wp-post-image {
    height:auto;
}
.clear {
    clear:both;
}
.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;
}
#sidebar-1 a,
.menu-header 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;
    font-style:normal;
}
blockquote {
    padding:1rem .5rem 1rem 2rem;
}
figure{
    overflow:hidden;
}

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:100%;
}
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;
}
embed,
table,
object,
iframe{
    max-width:100%!important;
}
table {
    display:table;
    box-sizing:border-box;
    table-layout:auto;
    width:100%;
    margin:auto;
}
table.auto {
    table-layout:auto;
}
table.fixed {
    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%;
}
nav li{
    list-style-type:none;
}
.more-link{
    text-decoration:none;
}
.posted-in ul{
    margin:0;
}
.entry-content div{
    margin-bottom:1em;
}

.link-to-sidebar-settings {
  display: flex;
  align-items: center;
  justify-content: center;
  border:1px dotted #ccc;
  height:480px;
  flex-direction:column;
}
.link-to-sidebar-settings > div {
  max-width: 80%;
  text-align:center;
}
.rd-type-boots .raindrops-monthly-archive-prev-next-avigation .year{
   padding-top:2em;
}
