.text_content, ul {

  font-family:Lato; 
  font-size: 1.1rem; 
  line-height: 2.0;
}

/* This rule is related to the immediately previous one - to ensure that font-size stays at 14px 
in the case of ul elements with class of .nav  */
ul.nav {
  font-size: 14px;
}

@media (min-width: 768px) {

  .text_content, ul {

    font-size: 1.2rem; 
    line-height: 2.1;
  }

}

@media (min-width: 1200px) {

  .text_content, ul {

    font-size: 1.3rem; 
    line-height: 2.2;
  }

}


.sidebar_box {
    /*width: 800px;*/
    margin: 0 auto;
}

ul.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul.tabs li {
    background: none;
    color: #222;
    display: inline-block;
    padding: 10px 15px;
    margin-bottom:10px;
    cursor: pointer;
}

ul.tabs li.current {
    background: #ededed;
    color: #222;
}

.tab-content {
    display: none;
    background: #ededed;
    padding: 15px;
}

.tab-content.current {
    display: inherit;
}

a.post {
  color:#222;
}

.fancy_button {
   display: block;
   background: #70BF08;
   color:#ffffff;
   height: 50px;
   text-align: center;
   margin-top:20px;
   /*padding: 25px 0 0 0;*/
   padding-top:15px;
}

h3.centred {
    text-align: center;
    font-size:18px;
    margin:30px 20px 25px 10px;
}

