.shutdown-button {
    border: 1px solid red;
    width: 35px;
    height: auto;
    border-radius: 5px;
    background-color: orangered;
    text-align: center;
    color: #ffff;
    line-height: 30px;
    font-size: 1rem;
    cursor: pointer;
    font-weight: bold;
    margin: 0px 6px 0px;
    visibility: visible;
}

.wiki-button
{
    position: relative;
    order: 5;
    /*background-color: rgba(0,255,0,0.5);*/
    background-color: rgba(0,0,0,0.3);
    color: #fff;
    padding: 20px;
    font-weight: bold;
    margin:0 5px;
    border-radius: 5px;
}

.wiki-button a,
.wiki-button a:hover
{
    color: #fff !important;
}