#ssba {
  margin: 30px 0;
}

.widget_recent_entries li {
  margin-bottom: 10px;
}

body #wrapper article.post header h1 a:link, body #wrapper article.post header h1 a:visited {
  color:#ffffff;
}

body #wrapper #main article.post header h1 a:link, body #wrapper #main article.post header h1 a:visited {
  color: #222222;
}

.cc-cookies a.cc-cookie-accept, .cc-cookies-error a.cc-cookie-accept, .cc-cookies a.cc-cookie-decline, .cc-cookies-error a.cc-cookie-decline, .cc-cookies a.cc-cookie-reset {
  background-color: #000000;
}

/* http://stackoverflow.com/questions/22011139/google-fonts-are-not-rendering-on-google-chrome/22025804#22025804 */

body {
  -webkit-animation-delay: 0.1s;
  -webkit-animation-name: fontfix;
  -webkit-animation-duration: 0.1s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
}

@-webkit-keyframes fontfix {
    from { opacity: 1; }
    to   { opacity: 1; }
}

/* logo fix for mobile */

@media only screen and (max-width: 419px) {

  #logo {
    display: block;
    width: 200px;
  }

}