
/* Topup to #gs-nav from core.css */
#gs-nav {
    padding-top: 12px;
}

/* Clone of #gs-nav from core.css for RHS visualization/SPARQL tabs */
#gs-lod {
    list-style: none outside none;
    padding: 0px;
    margin: 0 0 0 20px;
    font-size: 14px;
}

#gs-lod li, #gs-lod li:hover a {
    cursor: pointer;
}

#gs-lod li {
    float: right;
    display: inline;
    margin-right: 5px;
    padding: 3px 5px 5px 7px;
    text-transform: capitalize;
    text-align: center;
    border-bottom: 0px;
}

#titlearea h2 {
    padding-bottom: 0;
}

#from-country-votes {
    padding-bottom: 12px;
}

.voting {
    display: inline-block;
}

.voting-label {
    font-size: 110%;
    font-weight: bold;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-top: 10px;    
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    background-color: rgba(255,255,255,0.2);
}

.voting-points-div {
    border-bottom: 1px solid white;
}

.voting-country {
    width: 180px;
}

.voting-points {
    width: 35px;
    padding-right: 15px;
    text-align: right;
}

#find-more-content {
    padding-top: 12px;
}




.showmore-button {
  cursor: pointer; 
  /* background-color: #999; */
  background-color: hsl(195, 47%, 35%);
  color: white; 
  /* text-transform: uppercase;  */
  text-align: center; 
  /* padding: 7px 5px 5px 5px;  */
  /* margin-top: 5px; */
  padding: 6px 4px 4px 4px; 

  margin-bottom: 7px;
  width: 120px;
}


#gs_content div.page     { margin-left: 12px; margin-right: 12px; margin-top: 6px; margin-bottom: 6px;}
#gs_content div.showmore { padding-left:  0px; padding-right:  0px; padding-top: 0px; padding-bottom: 0px;}

#gs_content p  { padding-top: 6px; padding-bottom: 6px;}
#gs_content a  { text-decoration: underline; }
#gs_content li { padding-bottom: 6px; margin-bottom: 6px; }


/* #gs_content div          { padding-left: 12px; padding-right: 12px; padding-top: 6px; padding-bottom: 6px;} */



.ssq button {    
    border: 2px solid hsl(284, 88%, 35%);
    background-color: hsl(284, 84%, 20%);
    color: #fff;
    border-radius: 8px;
    padding: 6px;
}

.ssq button:hover {    
    background-color: hsl(284, 84%, 30%);

}

.ssq button:focus {
    outline: none;
}

hr.verse-divider {
    /* border-top: 1px solid hsl(284, 84%, 20%); */
    border-top: 1px solid hsl(284, 88%, 35%);
    margin-right: 10px;
}
