.block-twsparql {
    
}

.block-twsparql table {
    text-align: center;
    border: 1px solid #88aaff;
    border-spacing: 0;
    border-collapse: collapse;
}

.block-twsparql table td {
    padding: 1px;
    font-size: 100%;
    background-color: #eeffee;
    text-align: center;
}

.block-twsparql table th {
    padding: 1px;
    text-align: center;
}

.block-twsparql table th.title {
    padding: 1px;
    font-size: 150%;
    background-color: #66cc66;
    margin-bottom: 5px;
    height: 30px;
}

.block-twsparql table th.section {
    padding: 1px;
    font-size: 125%;
    background-color: #75c585;
}

.block-twsparql table th a {
    color: #494949;
}

.block-twsparql table td img {
    width: 180px;
}

