
/*
* CSS para formatacao dos graficos de qt publicacoes e qt citacoes
na pg do pesquisador e na pg de memoria.
*/

.axis line {
  stroke-width: 0px;
}

path.domain  {
  stroke: lightgrey;
}

.y path.domain{
  stroke: white;
}


/*
* Formatacao ta tabela de citacoes WoS na pg do pesquisador.
*/
table#indice_citations {
    border-color: #AAA;
    border-width: 0 0 1px 1px;
    border-style: solid;
    border-color: gray;
}
table#indice_citations tr td:first-child {
    text-align: left;
}
table#indice_citations tr td {
    text-align: center;
}
table#indice_citations tr td {
    border-color: #AAA;
    border-width: 1px 1px 0 0;
    border-style: solid;
    padding: 0.2em 0.2em;
}

.cit-table{
    width:560px;font-size:12px;border:solid gray 1px;border-collapse: collapse;
}
.cit-table td{
    border:solid gray 1px;border-collapse: collapse;
}
#col-citedby{
    width:60px;vertical-align:middle;
}
table#citacoes_wos {
    border-width: 0 0 1px 1px;
    border-style:solid;
    border-color: gray;
}
table#citacoes_wos td{
    border-width: 1px 1px 0 0;
    border-style:solid;
    border-color: #AAA;
    padding: 0.2em 0.2em;
}
