.gototop {
display:none !important;
}

h1 {
text-transform: none;
}

h2 {
text-transform: none;
}

h3 {
text-transform: none;
}

h4 {
text-transform: none;
}

h5 {
text-transform: none;
}

h6 {
text-transform: none;
}

ul.list-inline {    /* footer "likes" and comments indent */
padding-left: 12px;
}

div.top-bar-left {  /* eliminates "Theme developed by Themeton" link in sub-footer */
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
} 

ul.widget tt_recent_posts tt-widget {
  padding-left: 12px;
}

li.a.widget tt_recent_posts tt-widget {
  float: right;
}

.section.primary .sidebar {
        padding: 80px 0;
        -ms-word-wrap: normal;
        word-wrap: normal;   /* You want this to be 'normal' not break-word */
  color: #676767; }

.header-style {
  max-width: 900px;
  margin: 0 auto;
} 

.content {
  max-width: 900px;
  text-align: left;
  margin: 0 auto;
}

.col-mid-12 {
  max-width: 100%;
  text-align: center;
  margin: auto;
}

.container {
  max-width: 900px;
  margin: 0 auto;
}

.list-inline > li {
display: inline-block;
padding-left: 5px;
padding-right: 5px;
display: none;
}

.section.primary {
    background-color: #fff;
    position: relative;
    color: #676767;
}