#sgvizler-div svg {
    background-color: white;
    padding: 0.0em;
}

#sgvizler-div svg path[fill-opacity="0.8"] {
    fill:red;
}



/* ssq = sample sparql query */

ul.ssq li:nth-child(odd) {
    background-color: rgba(255,255,255,0.2);
}
ul.ssq li:nth-child(even) {
    background-color: rgba(255,255,255,0.0);
}

ul.ssq li {
    padding: 6px;
}

div#sgvizler-div td {
    padding-left: 6px;
    padding-right: 6px;
}

div#sgvizler-div tr:nth-child(odd) {
    background-color: #fff;
}
div#sgvizler-div tr:nth-child(even) {
    background-color: #eee;
}

/*
a.load-ssq  {
    margin-right: 12px;
}
*/


button.load-ssq  {
    margin-right: 12px;
}

button.exec-ssq  {
    display: none;
}


.sgvizler-form textarea {
    width:100%;
    min-width:100%;
    max-width: 100%;
    min-height: 24px;
    padding-left: 6px;
    padding-right: 6px;
}
.sgvizler-form pre {
    margin-top: 9px;
    margin-bottom: 3px;
}
	    
