button.icon {
    border-style: none;
}
.col {
    display: flex;
    flex-direction: column;
    padding: 15px;
    min-width: 75px;
}
.api-viewer {
    padding: 15px
}
.api-viewer h2, h3 {
    text-align: center;
}
.api-details {
    background-color: azure;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 15px;
    padding: 15px;
    margin: 10px;
}
.last-check {
    font-size: 12px;
}
.status {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.api-details label {
    display: inline-block;
}
.shutdown {
    background-color: red;
}
.start {
    background-color: limegreen;
}

.power-buttons {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    color: white;
    font-size: 1.5rem;
}

.power-buttons button.action {
    margin:5px;
    padding: 2px;
    border-radius: 5px;
    display: flex;
    height: 40px;
    width: 40px;
    justify-content: center;
    align-items: center;
}
