/* Add your own custom css to this file. You may wish to use css !important calls to override css from the template css files.
----------------------------------------------------------- */
body {
  font-size: 1.2em;
  }
  
div#fd.eb .eb-post {
 border: 1px solid #000000;
 }
 
a {
 color: #a0805d;
 }
 
 div#fd.eb .eb-navbar-search .form-control::-moz-placeholder {
 background: #CFA67A none repeat scroll 0 0;
    color: #444444;
    opacity: 1;
}  

div#fd.eb .eb-navbar {
    background: #CFA67A none repeat scroll 0 0;
    border-color: #aaaaaa;
}

div#fd.eb .eb-navbar-nav > li > a {
    color: #444444;
    line-height: 40px;
    text-shadow: none;
}

div#fd.eb .eb-navbar-toggle {
color: #000000;
}

div#fd.eb .mod-btn-primary {
    background-color: #5e73bd !important;
    border-color: #5e73bd !important;
    color: #fff !important;
}

div#fd.eb .mod-btn-primary:hover {
    background-color: #8b99cc !important;
    border-color: #8b99cc !important;
    color: #fff !important;
}

div#fd .btn-primary {
    background-color: #5e73bd !important;
    border-color: #5e73bd !important;
    color: #fff !important;
}

div#fd .btn-primary:hover {
    background-color: #8b99cc !important;
    border-color: #8b99cc !important;
    color: #fff !important;
}

div#fd.eb .eb-authors-head {
  background-color: #f7ece2;
}

.eb-checkbox label {line-height: 150% !important; }
div#fd input[type="radio"], div#fd input[type="checkbox"]  {margin-top: 20px !important;}