.microservices-preview .microservice {
    padding: 20px 40px 10px 20px;
}

@media (max-width: 700px) {
    .microservices-preview .microservice {
        padding: 20px 0 10px 0;
    }
}

.microservices-preview .microservice-title,
.microservices-preview .microservice-title span {
    color: #333;
    font-size: 1.2em;
    margin-bottom: 10px;
    position: relative;
}

.microservices-preview .microservice-title span {
    background-color: white;
    padding-right: 10px;
}

@media (min-width: 700px) {
    .microservices-preview .microservice-title:before {
        content: "";
        position: absolute;
        right: 0;
        z-index: 0;
        left: 0;
        top: 50%;
        margin-left: 10px;
        border-top: 1px solid rgba(0, 142, 214, 0.5);
    }
}

.microservices-preview .microservice-buttons {
    float: right;
    margin-left: 20px;
    margin-top: -10px;
}

@media (max-width: 700px) {
    .microservices-preview .microservice-buttons {
        float: initial;
        margin-left: 0;
        margin-top: 15px;
        margin-bottom: 15px;
        width: 100%;
        text-align: center;
    }
}

.microservice-title span.axis {
    padding: 0 5px;
    font-size: .7em;
    color: #777;
}

.microservice-buttons a {
    margin-right: 0 !important;
    cursor: pointer;
    background-image: linear-gradient(#04a6f9, #008ed6);
    background-size: contain;
    text-shadow: none;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 1.6;
    border: none;
    padding: 10px 20px 10px 20px;
    color: #ffffff;
    transition: none;
    font-weight: bold;
    margin-right: 10px;
}

.microservice-buttons a:not(:first-child) {
    margin-left: 10px;
}

.microservice-buttons a:hover {
    background-image: none;
    background-color: #008ed6;
}

.mute {
    cursor: not-allowed !important;
    background-image: linear-gradient(#e6e6e6, #cacaca) !important;
    pointer-events: none;
}
