.blog-categories{
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #999;
    font-size: 15px;
    margin-bottom: 5px;
}

.post-preview .blog-categories {
    margin-top: 5px;
    margin-bottom: 0;
}

.blog-categories:before {
  content: "Categories: ";
}

.blog-categories a {
  color: #008AFF;
  text-decoration: none;
  padding: 0px 5px;
}

.blog-categories a:before {
  content: "#";
}

.blog-categories a:hover {
  border-radius: 2px;
  color: #008AFF;
  background-color: #CCC;
}

@media only screen and (min-width: 768px){
  .post-preview .blog-categories {
      margin-top: 5px;
  }
  .mini_nav{
    width: 25%
  }

  .mini_nav h4{
    text-align: center;
    border-top: black;
  }
  .mini_nav ul{
    list-style-position: inside;
    padding-left: 30px;
  }

  .mini_nav h2{

  }

  .mini_nav li{
    font-size: 100%;
    list-style-position: inside;
  }

  .mini_nav{
    float: right;
  }
}

.intro-header .categories-heading {
  text-align: center;
}


.intro-header .categories-heading h1 {
  margin-top: 0;
  font-size: 50px;
}

.intro-header .categories-heading h1 {
  font-size: 80px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
  background-color: #f5f5f5;
}

.tab-content{
    border: 1px solid #ddd;
    border-top-color: transparent;
    border-radius: 0 0 4px 4px;
    background-color: #f5f5f5;
    padding: 0 10px 0 10px;
    font-size: smaller;
}

.highlight td:first-child pre, .highlight pre {
  overflow: visible;
  word-wrap: normal;
  white-space: pre-wrap;
  word-break: break-word;
}
