

.service-icon-a{
    text-decoration: none;
    min-width: 150px;
    margin-right: 10px;
}

.service-icon{
    width: 15%;
    height: 15%;
    max-width: 100px;
}

.service-wrapper{
    height: 100px
    max-height:100px;
    margin-bottom:10px
}

.service-container{
    margin-right: 15px;
    float: left;
    width: 15%;
    height: 100%;
    max-width: 100px;

}

.service-indicator-on{
    margin-top: 5px;
    width: 100%;
    height: 5px;
    background-color: green;
    border-radius: 30px

}

.service-indicator-off{
    margin-top: 5px;
    width: 100%;
    height: 5px;
    background-color: red;
    border-radius: 30px

}