/* label, input { display:block; } */
    label { display:block; }
    input.text { margin-bottom:12px; width:95%; padding: .4em; }
    fieldset { padding:0; border:0; margin-top:25px; }
    h1 { font-size: 1.2em; margin: .6em 0; }

   /* target the SPARQL Endpoint Button */
   .ui-button {
       font-size: 0.5em;

    }

/* stuff for the d3 visualization */
.links line {
  stroke: #999;
  stroke-opacity: 0.6;
}

.nodes circle {
  stroke: #fff;
  stroke-width: 1.5px;
}

