.gfm-list{
    margin-top: 2%;
}

.gfm-list h3{
    padding: 5px;
    text-align: center;
}

.gfm-list table{
    margin-left:auto; 
    margin-right:auto;
}

.alfabeto{
    font-size: 12px;
    color: #222;
    width: 800px;
}

.alfabeto td{
    padding: 2px;
    margin: 0px;
    width: 50%;
}

.alfabeto h4{
    background-color: #4799F1;
    color: white;
    font-weight: bold;
    text-align: center;
    margin: 0;
    width: 100%;
}

.alfabeto ul{
    list-style-type: none;
    text-align: justify !important;
    margin: 0;
    padding: 0;
    width: 100%
}

.alfabeto ul li{
    padding: 2px;
}

.alfabeto ul li a{
    text-decoration: none;
    color: #34418F;
}

.alfabeto ul li a:hover{
    color: #0081c2;
}

.alfabeto ul li.par{
    background-color: #f1f1f1;
    color: #374191;
    
}

.alfabeto ul li.impar{
    background-color: #fff;
    color: #374191;
}


