ul.list-inline {    /* footer "likes" and comments indent */
padding-left: 12px;
}

.page-title h1 {
 	text-align: left;
  	margin: auto;
  	font-size: 40px!important;
  	text-transform: none!important;
  	letter-spacing: -1px;
}


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; /* These are making the content on the page 900px wide, which is easier to read and	  looks more modern */
}

.gototop {
    position: fixed;
    right: -2000px;
    top: -2000px;
    display: none;
    background-color: #1d1d1d;
    color: #676767;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    padding: 15px 18px;
    line-height: 1em;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 1;
    filter: alpha(opacity=100);
}

.gototop:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.back_to_top{
display:none;
}

.navbar-brand a{
  	font-size: 45px;
  	color:#fff;
}	

.panel-title {
font-size: 22px!important; /* This makes the titles of the accordion sections larger */
}