/* Add here all your CSS customizations */


li {
    color: #777;
}

.padded-li{
    padding-top: 2%;
    padding-bottom: 2%;
}

.no-padding{
    padding: 0px!important;
}

table thead th {
    text-align: center;
}

.carousel-indicators li {
    width: 10px!important;
    height: 10px!important;
    border-radius: 50%!important;
}
