/* here you can put your own css to customize and override the theme */
.glo-heading {
    color: #333;
    font-weight: bold;
}
.glo-list {
    list-style: none;
    padding-left: 5px;
}
    .glo-list a {
        color: #333;
    }